[PHP] Re: Re: sysvsem extention question

2001-08-23 Thread Jason T . Greene
> As far as creating the new module goes, it shouldn't be 'to much effort'. The basic >implimentation of system v semaphores > is actualy quite simple, its the usage of sempahores that can be very confusing :-) >sysv sem's are often refered to as the > most difficult to comprehend of the sysv st

[PHP] Re: Re: sysvsem extention question

2001-08-23 Thread Jason T . Greene
> > Last, i don't see why the implementation as exists, requires 3 > > semaphores. I just looked over the code, and the reason for this is it specifically designed for a multi-process web environment. The most common method for semaphore initialization is in the parent process right before