[PHP] Re: sysvsem extention question

2001-08-21 Thread Chris Chabot
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

[PHP] Re: sysvsem extention question

2001-08-21 Thread Tom May
First off, before you get the wrong impression of my answer, let me say that your observation It all seems kinda kludgy and quick-hack for a specific project, and not 'sysv semaphores implimented in php' is right on. Chris Chabot [EMAIL PROTECTED] writes: I have been playing with the idea of

[PHP] Re: sysvsem extention question

2001-08-21 Thread Jason Greene
There probably should be a full implementation of semaphores in php. If you have a need for this, we should discuss exactly how it should be implemented. I will have some free time available soon, so I can start working on this. Though I have a couple other projects as well. If you would be