Hi David,
Install the non-thread safe version and run it in conjunction with
FastCGI. You may also be interested in looking into WinCache for PHP.
Non-thread safe works best with FastCGI, running PHP as an ISAPI module
is NOT recommended.
Cheers,
Rob.
David Stoltz wrote:
Hi all,
I'm ins
Hi all,
I'm installing 5.3.1 on my Windows Server with IIS6.
Should I choose VC9 x86 Thread Safe or "non-thread safe" ?
What is the difference?
Thanks!
Forgot to ask:
On the Windows download page, there are options like:
VC9 Thread Safe
VC9 Non-Thread Safe
VC6 Thread Safe
...etc
What is the VC, and what is thread safe?
Thanks!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
rning a valid ID no for each of them...Its
> basically
> > the old chopsticks puzzle and would like to know how does PHP handle it?
> > -Ryan.
> >
> > - Original Message -
> > From: "Miguel Cruz" <[EMAIL PROTECTED]>
> > To: "
t; the old chopsticks puzzle and would like to know how does PHP handle it?
> -Ryan.
>
> - Original Message -
> From: "Miguel Cruz" <[EMAIL PROTECTED]>
> To: "r" <[EMAIL PROTECTED]>
> Sent: Tuesday, May 28, 2002 12:52 PM
> Subject: Re: [P
On Mon, 27 May 2002, r wrote:
> In java servlets I used to use a "synchronised" block of code to make sure
> it was thread safe...how do i do this in PHP?
>
> Heres what should be thread safe
>
> {
> $r=select max(cno)+1 from MyTable;
> (then i insert into the table the new cno plus my name)
> i
Hi,
In java servlets I used to use a "synchronised" block of code to make sure
it was thread safe...how do i do this in PHP?
Heres what should be thread safe
{
$r=select max(cno)+1 from MyTable;
(then i insert into the table the new cno plus my name)
insert into mytable ($r,'myname');
}
How to d
7 matches
Mail list logo