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? Link to comment https://forums.phpfreaks.com/topic/57320-php-call-from-multiple-clients/ 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? Link to comment https://forums.phpfreaks.com/topic/57320-php-call-from-multiple-clients/#findComment-283509 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.