Re: [PHP] Lock or critical section

2004-09-23 Thread Jean-Yves
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Marek Kilimajer) wrote: > Jean-Yves wrote: > > In article <[EMAIL PROTECTED]>, > > [EMAIL PROTECTED] (Curt Zirzow) wrote: > > > > > >>http://php.net/semma > > > > > > Hi Curst, > > > > It doesn't seem that the link is correct!? Thanks anywa

Re: [PHP] Lock or critical section

2004-09-23 Thread Marek Kilimajer
Jean-Yves wrote: In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Curt Zirzow) wrote: http://php.net/semma Hi Curst, It doesn't seem that the link is correct!? Thanks anyway! He meant semaphores: http://php.net/sem However, this extension is not usualy enabled on hosts and does not work on wi

Re: [PHP] Lock or critical section

2004-09-23 Thread Jean-Yves
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Curt Zirzow) wrote: > http://php.net/semma Hi Curst, It doesn't seem that the link is correct!? Thanks anyway! Kind regards, Jean-Yves http://www.terreorange.com -- -- PHP General Mailing List (http:/

Re: [PHP] Lock or critical section

2004-09-21 Thread Curt Zirzow
* Thus wrote Jean-Yves: > Hi, > > Is there a documented way to create in PHP a critical section: I want a > piece of code to not be executed in the same time several times? http://php.net/semma Curt -- The above comments may offend you. flame at will. -- PHP General Mailing List (http://www

Re: [PHP] Lock or critical section

2004-09-21 Thread Jean-Yves
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Skippy) wrote: > Quoting Jean-Yves <[EMAIL PROTECTED]>: > > Is there a documented way to create in PHP a critical section: I want a > > piece of code to not be executed in the same time several times? > > Give us a set of criteria and we'll see

Re: [PHP] Lock or critical section

2004-09-21 Thread Jean-Yves
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Marek Kilimajer) wrote: > Jean-Yves wrote: > > Hi, > > > > Is there a documented way to create in PHP a critical section: I want a > > piece of code to not be executed in the same time several times? > > www.php.net/flock Yes Marek, that's wh

Re: [PHP] Lock or critical section

2004-09-21 Thread Marek Kilimajer
Jean-Yves wrote: Hi, Is there a documented way to create in PHP a critical section: I want a piece of code to not be executed in the same time several times? www.php.net/flock -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Lock or critical section

2004-09-21 Thread Skippy
Quoting Jean-Yves <[EMAIL PROTECTED]>: > Is there a documented way to create in PHP a critical section: I want a > piece of code to not be executed in the same time several times? Give us a set of criteria and we'll see about it. -- Romanian Web Developers - http://ROWD.ORG -- PHP General Mai