IPC Connection Cut - Regards
Vadim Zeitlin
vadim at wxwindows.org
Sun Jan 14 08:44:07 PST 2007
On Wed, 3 Jan 2007 12:33:19 +0530 karthik <karthik_n at nuventech.com> wrote:
k> We have the following problem with respect to the connection - We use a
k> connection between one application (Main Application) and other application
k> (Sub Application). The connection gets cut when the sub application process
k> prolongs for a longer time. (say, more than 10 minutes without any reply).
k> We were unable to identify the problem behind this issue.
A timeout must be expiring somewhere.
k> Please guide us in identifying the problem and locating a suitable solution
k> for the above issue.
I don't think it's a good idea to wait for a reply for 10 minutes or more.
You should use some asynchronous protocol, i.e. ask your server application
for the result and then be contacted by it when it has it.
Regards,
VZ
--
TT-Solutions: wxWidgets consultancy and technical support
http://www.tt-solutions.com/
More information about the wx-users
mailing list