Re: [twsocket] 5000+ Connections TCP Server

2009-09-14 Thread Fastream Technologies
Hello, Aside from the DB part, supporting 10k connections was achieved by our web reverse proxy. Source code available but not for free: www.iqreverseproxy.com Best Regards, SZ On Mon, Sep 14, 2009 at 12:00 PM, Paul Howes paul.ho...@xenometric.comwrote: Hi, I've been reading through the

Re: [twsocket] 5000+ Connections TCP Server

2009-09-14 Thread Paul Howes
I've been reading through the mail archieves and would like to know if there are any tips / example code for creating a TCP server that can handle high (5000+) simultaneous connections. It seems the method to assign upto 500 connections per thread seems to be the best method. Is there an

[twsocket] [OT] Embarcadero roadmap

2009-09-14 Thread Francois PIETTE
http://edn.embarcadero.com/article/39934 -- francois.pie...@overbyte.be The author of the freeware multi-tier middleware MidWare The author of the freeware Internet Component Suite (ICS) http://www.overbyte.be -- To unsubscribe or change your settings for TWSocket mailing list please goto

Re: [twsocket] 5000+ Connections TCP Server

2009-09-14 Thread Francois PIETTE
I've been reading through the mail archieves and would like to know if there are any tips / example code for creating a TCP server that can handle high (5000+) simultaneous connections. It seems the method to assign upto 500 connections per thread seems to be the best method. Is there an example

Re: [twsocket] 5000+ Connections TCP Server

2009-09-14 Thread Angus Robertson - Magenta Systems Ltd
Potentially there will be 1000's of streams opening, sending data and then closing evey 15 minuntes. So five seconds activity every 15 minutes from 1,000 streams, equals average six simultaneous connections, a doddle. 10,000 streams 60, still low. Another possibility is to have multiple

Re: [twsocket] [OT] Embarcadero roadmap

2009-09-14 Thread Arno Garrels
Francois PIETTE wrote: http://edn.embarcadero.com/article/39934 Reads like a mystery or prophecy of the Oracle at Delphi. -- Arno Garrels -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website

[twsocket] Specify full paths to libeay32.dll and ssleay32.dll

2009-09-14 Thread Albert Wiersch
I have run into an issue where my application (the DLL part) cannot find libeay32.dll and ssleay32.dll when it is loaded from a 3rd party app. I suspect because the 3rd party app path is searched instead of my application's path - and these DLLs are in my app's path, not the 3rd party app path.

Re: [twsocket] Specify full paths to libeay32.dll and ssleay32.dll

2009-09-14 Thread Albert Wiersch
I think I found a solution to my problem. I am adding the needed path to the PATH environment variable (if it's not already there) and this seems to work. If there is a better solution, then I'd still like to know. Thanks. -- Albert Wiersch AI Internet Solutions supp...@htmlvalidator.com