-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Michael McTernan wrote:
> Hi Larry,
>
> I was wondering a similar thing, but for JDBC using connection
pooling. In
> your example you say that 2 people will hit the script at the same
time; if
> they are using independent connections this should caus
At 03:04 PM 10/27/2003, you wrote:
Does anyone know whether the use of persistent connections with php will
allow a temp table created by a script to linger around and cause a problem
with the next execution of the script when it tries to create the temp table
again?
It won't. If the client looses
age-
> From: Larry Brown [mailto:[EMAIL PROTECTED]
> Sent: 27 October 2003 21:44
> To: MySQL List
> Subject: RE: php temp table question
>
>
> Thanks, I got the answer from a php developer. In case anyone is
> wondering,
> according to him the table is dropped at the end
Larry Brown wrote:
Does anyone know whether the use of persistent connections with php will
allow a temp table created by a script to linger around and cause a problem
with the next execution of the script when it tries to create the temp table
again?
You are right. There is a simple workaround th
Thanks, I got the answer from a php developer. In case anyone is wondering,
according to him the table is dropped at the end of the script execution
regardless of whether you use persistent connections or not.
-Original Message-
From: Larry Brown [mailto:[EMAIL PROTECTED]
Sent: Monday, Oc