Tagged Questions

2
votes
7answers
952 views

Hints for a high-traffic web service, c# asp.net sql2000

I'm developing a web service whose methods will be called from a "dynamic banner" that will show a sort of queue of messages read from a sql server table. The banner will have a heavy pressure in the ...
0
votes
1answer
44 views

Free resources while waiting for remote gate in (PHP, Apache, Nginx)

My php script waits for remote gate response, normally for ~20 seconds. It causes apache httpd threads to live in memory with opened MySQL connection and finally to exceed MaxClients value. How it can ...