[PHP] Re: [PHP-DEV] Re: Re: sysvsem extention question

2001-08-24 Thread Tom May
Chris Chabot <[EMAIL PROTECTED]> writes: > Hey Jason, i do see your point. > > However, something still illudes me in my reasoning i think.. > > In a web envirioment, you are most likely to be in one of two situations when using >semaphores. > > - Plain standard lock (with ability of doing re

[PHP] Re: [PHP-DEV] Re: Re: sysvsem extention question

2001-08-24 Thread Jason Greene
- Original Message - From: "Chris Chabot" <[EMAIL PROTECTED]> To: "Jason Greene" <[EMAIL PROTECTED]> Cc: "Sascha Schumann" <[EMAIL PROTECTED]>; "Tom May" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, August 24, 2001 11:30 AM Subject: Re: [PHP-DEV] Re: Re: s

[PHP] Re: [PHP-DEV] Re: Re: sysvsem extention question

2001-08-24 Thread Chris Chabot
Hey Jason, i do see your point. However, something still illudes me in my reasoning i think.. In a web envirioment, you are most likely to be in one of two situations when using semaphores. - Plain standard lock (with ability of doing resource count) - All web servers connect to a external pro

[PHP] Re: [PHP-DEV] Re: Re: sysvsem extention question

2001-08-24 Thread Jason Greene
- Original Message - From: "Sascha Schumann" <[EMAIL PROTECTED]> To: "Jason T.Greene" <[EMAIL PROTECTED]> Cc: "Tom May" <[EMAIL PROTECTED]>; "Chris Chabot" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, August 24, 2001 1:49 AM Subject: Re: [PHP-DEV] Re: Re: s

[PHP] Re: [PHP-DEV] Re: Re: sysvsem extention question

2001-08-23 Thread Sascha Schumann
> parent process right before fork. There is no parent > initializer for a php module author MINIT() is called from the parent process in forking servers. The mm storage handler uses this hook to instantiate a shared memory segment and propagate the handle to all child processes.