public function __construct($segmentId)
 {
     parent::__construct($segmentId);
     $this->locker = SemaphorePool::me();
 }
 public function __construct($segmentId)
 {
     parent::__construct($segmentId);
     $this->locker = Singleton::getInstance('eAcceleratorLocker');
 }