Re: how to lock a block of php codes
- From: "kelvin" <kelvin_gl@xxxxxxxxxxxx>
- Date: 24 Oct 2006 18:12:25 -0700
bob.chatman@xxxxxxxxx wrote:
are you talking about 2 users calling a page at the same time?
Exactly.
A little more information:
The php page is actually called by PayPal IPN.
It works just fine in most case.
But a few times PayPal will call this page twice at the same time.
And it causes bugs. Because the first time information hasn't been
insert into the database, the second call happens.
So I want to find a method to avoid this.
Thank you a lot,
Kelvin
kelvin wrote:
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: ED
- Re: how to lock a block of php codes
- References:
- how to lock a block of php codes
- From: kelvin
- Re: how to lock a block of php codes
- From: bob.chatman@xxxxxxxxx
- how to lock a block of php codes
- Prev by Date: Re: Proper form for sending mail
- Next by Date: Re: Advice about optimizing MYSQL
- Previous by thread: Re: how to lock a block of php codes
- Next by thread: Re: how to lock a block of php codes
- Index(es):
Relevant Pages
|