cbpporter Messages: 1427 Registered: September 2007
Ultimate Contributor
Hi Tomas,
I believe I haven't had the pleasure of speaking with you directly before. Nice to meet you (virtually)!
I'm not offended but I did check my firewall settings.
Actually I found the problem after seeing you post. I was missing the delayed write in my sources. I do always check latest SVN on problems, but unfortunately my "examples" nest was out-of-date, probably the one from 2008.1. After update it works fine now. Sorry, it was my mistake, but with so many different folders and parallel U++ installations it is easy to miss updating one of them, especially one that is that is so rarely used by me like the examples nest.
Since you are the author of this examples and possibly of HttpServer, I have a question: is this mechanism of semi-blocking wait and non blocking accept enough to handle heavy loads with longer response build times or should I create treads to handle each request?