mssql fails under heavy load.
[email protected] ("Mikkel Staunsholm") Fri, 9 Jun 2000 15:22:13 +0200
| Newsgroups | php.version4 |
|---|---|
| Message-ID | <[email protected]> |
Here's a script that'll make PHP4(CGI) fail immidiately every other time the script is started: <? define(BASENAVN, "db"); define(MACHINENAME, "localhost"); define(DBUSERNAME, "user"); define(DBPASSWORD, "pass"); $base = mssql_pconnect(MACHINENAME, DBUSERNAME, DBPASSWORD); ?> <html> <head> </head> <body> Really, really strange... <script language="javascript"> window.location='test.php'; </script> </body> </html> Problem goes away if I remove the pconnect... Win2K+IIS5. PHP3 fails as well.. Mikkel. > -----Original Message----- > From: Jesse Griffis [mailto:[email protected]] > Sent: 9. juni 2000 15:11 > To: '[email protected]' > Subject: [PHP4BETA] DOM XML > > > Hi again, > > DOM XML is compiled in and looks like it's working right... but the > documentation currently available is pretty sparse. Anyone > out there have > some code examples implementing the DOM XML functions (or a pointer to > some)? > > Thanks- > Jesse > > -[Jesse Griffis]- > -[Developer Geek]--[Andalon.com]- > -[Phone 716.636.4665]- > -[[email protected]]- > > > -- > PHP 4.0 Beta Mailing List <http://www.php.net/version4/> > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > To contact the list administrators, e-mail: > [email protected] >