This *MAY* help isolate the issue...

in Internet Services Manager... for the application/web in question,
you can set the isolation level to "HIGH" which will make each app run
a separate instance of php4isapi.dll ... Beyond this, if most of your
php is in a directory separate from the rest of your content, you can
make THAT folder an "application" and set the isolation level for that
folder.

I've found, once I started setting the isolation level to "high" instead
of "medium" on webs that I have php in it tends to run better for me.

Beyond this, you may have better luck with the cgi install of php, as
opposed to the isapi install...  Since each instance runs in separate
memory space.. the isapi version admitidly is less stable than the cgi
version.

--
=======================================================================
Michael J. Ryan  -  tracker1[*at*]theroughnecks.com
Roughneck BBS: http://www.theroughnecks.net  telnet://theroughnecks.net
=======================================================================
Y!: aztracker1 - aim: azTracker1 - icq: 4935386 - msn: see email
One program for aim/icq/yahoo/msn/irc  -  http://www.trillian.cc/


"Alexandr Polupanov" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> i'm using php4isapi.dll on a Windows 2000 Professional.
> When i'm running Server-Side PHP Scripts, all works fine, but when i'm
> running them more than approximately 50 times, PHP seems to stop working,
> and in my browser i get this:
> "PHP has encountered an Access Violation at 010125C0"
> or this too:
> "PHP has encountered an Access Violation at 0101290E"
> Then i need to restart IIS service, to get PHP work again.
>
> Do somebody knows what is the problem, and how to solve it?
> Thanks in advance.
>
>



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to