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

[twsocket] Httpserver and multithreading

2006-11-30 Thread Bjørnar Nielsen
If I want to have a http-server with support for very many connections and high performance. My understanding is that this can be achieved by spreading the connections to several threads. For example 200 connections in one thread, 200 more in the next ect. How can this be done? One thread where

Re: [twsocket] Httpserver and multithreading

2006-11-30 Thread Fastream Technologies
' twsocket@elists.org Sent: Thursday, November 30, 2006 6:39 PM Subject: [twsocket] Httpserver and multithreading If I want to have a http-server with support for very many connections and high performance. My understanding is that this can be achieved by spreading the connections to several threads