Qt-interest Archive, February 2007
QHTTP
Message 1 in thread
Hi!
I have written a server application that sends out data to other
servers. I use one QHTTP object to send POST queries to 3 different
servers. (up to 3 POSTs per second to each - so 9 POSTs in a second).
What happens if one server goes down? Will this halt queries to other
2 servers. If it doesn't then it waits until tcp connections drop..
meanwhile more POSTs are sent to this bad server and overall query
queue builds fast. How big is requests queue?
Should i create thread per POST?
tonu.
--
[ signature omitted ]