Re: [twsocket] Httpserver and multithreading

2006-12-01 Thread Bjørnar Nielsen
Thank you, I found a zip-archive there that seems the right one, I will have a look at it. Regards Bjørnar remember I uploaded my HTTPMTServer pascal code to http://www.fastream.com/ics sometime ago.. Basically what it does is to move the creation of TWSocket instance to the worker

Re: [twsocket] Httpserver and multithreading

2006-11-30 Thread Fastream Technologies
Hello Bjørnar, We do multi-threading by modifying WSocketS.pas and on top of it, HttpSrv.pas. There is no easy way to do it otherwise. I remember I uploaded my HTTPMTServer pascal code to http://www.fastream.com/ics sometime ago.. Basically what it does is to move the creation of TWSocket