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
http
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.
S
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
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 http:/
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 o
> 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 multipl
>> 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 ther
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 wrote:
> Hi,
>
> I've been reading through the mail archieves and would
> 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
Hi,
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 ex
10 matches
Mail list logo