Re: Remobjects, good in multi-threading environment?
- From: "Danijel Tkalcec" <rtc@xxxxxxxxxxxx>
- Date: Thu, 6 Dec 2007 17:26:38 +0100
"Arthur Hoornweg" schrieb:
I would like to move away from MidWare to a newer framework, preferably
one that is based on blocking sockets, due to the multi-threaded and
windowless nature of my application. If one of my threads encounters
a failure I just want to be able to shut it down gracefully and start
a new instance of the thread without having to worry about message
queues and message pumps.
Using the RealThinClient SDK, you can simply set MultiThreaded to TRUE for your client-side connection component and have the RTC SDK handle all processing in background threads, while you can still make your calls from the main thread, from a timer or from other threads. There will be absolutely no need to shut threads down and all connection issues are handled gracefully by the RealThinClient SDK.
Anyway, I need the data transport layer to be rock solid and failing
"gracefully" without running out of resources even if the internet
connection breaks down.
Yep, that's where the RealThinClient SDK shines. You can leave your RTC Clients and your RTC Server running for months 24/7 and when you get back, they will still be running without a problem. Here are a few posts from licensed RTC users who can confirm that:
http://www.realthinclient.com/forum/?cmd=viewtopic&topic_id=144§ion_id=9
Here are a few Testimonials, about the RTC SDK:
http://www.realthinclient.com/powered.htm
Here are my test results from a stressed network:
http://www.realthinclient.com/tests.htm
And here is a Web Server running 24/7 for over a year without a restart, written using only Delphi 7 and the RealThinClient SDK:
http://www.realthinclient.com
This Server is working as a Turbo Explorer files mirror ( www.realthinclient.com/borland ) and running a RTC-based Forum which is used for all RTC-related support ( www.realthinclient.com/forum ).
Do you need more proof of the RTC SDK stability?
Best Regards,
Danijel Tkalcec, Team RTC
http://www.realthinclient.com
.
- Follow-Ups:
- Re: Remobjects, good in multi-threading environment?
- From: Arthur Hoornweg
- Re: Remobjects, good in multi-threading environment?
- References:
- Remobjects, good in multi-threading environment?
- From: Arthur Hoornweg
- Remobjects, good in multi-threading environment?
- Prev by Date: Re: Remobjects, good in multi-threading environment?
- Next by Date: Re: NexusDB?
- Previous by thread: Re: Remobjects, good in multi-threading environment?
- Next by thread: Re: Remobjects, good in multi-threading environment?
- Index(es):
Relevant Pages
|