Hodo Posted June 26, 2007 Share Posted June 26, 2007 I know this is gona get me in trouble but I have to ask. I have a PHP code ( also calls mysql ) on my website that gets called from multiple clients using winsock. Some of the clients are listing data in the database via PHP. Some are reading data. So here is the question. Will all the calls get serviced? Are the calls to the same php file buffered or cued up in some way? Quote Link to comment Share on other sites More sharing options...
trq Posted June 26, 2007 Share Posted June 26, 2007 Will all the calls get serviced? Providing your server is configured and working properly. Are the calls to the same php file buffered or cued up in some way? Why would they be? What server are you using? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.