Lukas Gebauer wrote:
> Very good HTTP server example is:
>
> http://semi.gurroa.cz/AltUtil/Source/SynHttp.zi

Thanks for this, I've been playing with it and it does seem to do what I 
need.

I am however getting EAccessViolation exceptions when shutting down my 
application if any web requests have been made, presumably because a 
thread servicing web requests has not been terminated. (The exception 
gets triggered in TExecLoop.Execute.)

Any idea what should I be doing to free the server correctly (at the 
moment I just have "FreeAndNil(WebServer)" in my main form's OnDestroy 
handler.)

-- 
Mark Rogers // More Solutions Ltd (Peterborough Office) // 0845 45 89 555
Registered in England (0456 0902) at 13 Clarke Rd, Milton Keynes, MK1 1LG


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to