On Tue, Apr 28, 2015 at 9:16 AM, Tim Brown <t...@cityc.co.uk> wrote: > David, > > Jay proved to me that the web-server was working with an experiment > involving Apache Bench (ab); which is a nifty tool, I must say! > > I'm still no wiser as to why the browser serialises GETs to a single > server.
HTTP/1.1 > Hypothetically, if I wanted to AJAX the replies from my script > into two divs -- I need to know why it's taking me 2·n seconds, and not > just n. > > On Tuesday, 28 April 2015 13:09:54 UTC+1, David T. Pierson wrote: >> Rather than expect a single browser instance to open separate >> simultaneous connections to your server, make it easier on yourself and >> use separate browsers or even separate machines to issue the requests. > > My original experiment already involved two windows and a degree of hand-eye > coordination developed over years of TF2 play. More machines would have been > too much for me to handle. Fact is, I was so disappointed that Racket wasn't > performing (apparently), that I forgot to do good science to find out why. > >> Or even script the requests using a separate Racket instance! :-) > > Or even that! > > Tim > > -- > You received this message because you are subscribed to the Google Groups > "Racket Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to racket-users+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- Jay McCarthy http://jeapostrophe.github.io "Wherefore, be not weary in well-doing, for ye are laying the foundation of a great work. And out of small things proceedeth that which is great." - D&C 64:33 -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.