Re: [PHP] PHP single user??

2001-03-02 Thread Yasuo Ohgaki
$[EMAIL PROTECTED] > > Todd Cary <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > I am having a very strange problem: PHP 4.0.4 on a NT 4 platform with > > IIS 5 is only allowing one surfer to do a DB Select. If the DB is busy > > with the first user, the pag

Re: [PHP] PHP single user??

2001-03-01 Thread Todd Cary
Rick - That was a typo. I have IIS 5 on my Win 2K and my friend has IIS 4 on the NT 4 box. Something that I believe is at the heart of the problem is the fact that in the ISAPI Filters, PHP is associated with php4isapi.dll and the green up arrow does not come up; there is a red down arrow inste

Re: [PHP] PHP single user??

2001-03-01 Thread Rick Hodger
Todd Cary <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I am having a very strange problem: PHP 4.0.4 on a NT 4 platform with > IIS 5 is only allowing one surfer to do a DB Select. If the DB is busy > with the first user, the page is not available to other u

Re: [PHP] PHP single user??

2001-02-28 Thread Chris Lee
sounds like a db prodblem, vs php. could be wrong. check your config file. for the max users. -- Chris Lee Mediawaveonline.com ph. 250.377.1095 ph. 250.376.2690 fx. 250.554.1120 [EMAIL PROTECTED] "Todd Cary" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:

[PHP] PHP single user??

2001-02-27 Thread Todd Cary
I am having a very strange problem: PHP 4.0.4 on a NT 4 platform with IIS 5 is only allowing one surfer to do a DB Select. If the DB is busy with the first user, the page is not available to other users. And I have no problems with Win 2K. Am I missing something very obvious? Todd -- Todd Car