how to lock a block of php codes
- From: "kelvin" <kelvin_gl@xxxxxxxxxxxx>
- Date: 24 Oct 2006 03:48:48 -0700
Hi,
How to avoid one php page be called by 2 at the same time?
How to lock a block of codes in php?
something like
mutex.Lock
//...............
One service one time
//................
mutex.Unlock
Any way to do this?
Thank you,
Kelvin
.
- Follow-Ups:
- Re: how to lock a block of php codes
- From: bob.chatman@xxxxxxxxx
- Re: how to lock a block of php codes
- Prev by Date: Re: non session/cookie login
- Next by Date: Using mysql_real_escape_string with sprintf
- Previous by thread: Re: strange extra quote mark appearing in mysql query
- Next by thread: Re: how to lock a block of php codes
- Index(es):
Relevant Pages
|