GETrequest seem to be slow, taking an average of 7 seconds, before you can send another one (or serve a web page after). Yet it only takes around a second to finish with the ReturnFunc and End a connection (debug info); What does it do for the around 6 second delay until it will send another.
Even the 1 second to get a reply is still quite a bit slower than it takes from another computer, <200ms, or even the time for the wiShield to serve a simple web page, <500ms, I would expect a GETrequest sent from the wiShield to be quicker then assembling and sending an web page as it a get request is already assembled ahead of time.
It looks like the wiShield waits more than half a second before even sending the request.
I was going to use this as a input to trigger lights on my Ethernet bridged Home Automation system, but these times hurt, the Automation protocol already puts in too much delay, and for this implementation I need it to be quick as possible, any suggestions?
Thanks,