Re: Duplicate socket between processes
- From: ixrob <ixrob@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 12 Mar 2008 09:26:00 -0700
Thank you for your comments, I think you are right, but those who are writing
the app does not like that answer and are pushing me for a soloution.
I guess it will be a problem and complex to get it working as it does today
with the communication parts in a dll.
"Paul G. Tobey [eMVP]" wrote:
I guess you could use debug messages, rather than actual debugging to figure.
out whatever your problem is. The alternative, of course, is to have the
ability to turn off keep-alive checking on both ends, temporarily.
Paul T.
"ixrob" <ixrob@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:AA04A333-2CAE-4ECE-BEDA-77EE7EC8A356@xxxxxxxxxxxxxxxx
Both ends requires that its gets messages within some time intervals
otherwise it disconnect.
I have alot of threads, and VisualStudio stops all threads if you hit a
break point in a process. That would otherwise be the soloution.
"Paul G. Tobey [eMVP]" wrote:
How about just a different thread? Seems like the keep-alive is pretty
useless if it doesn't even indicate that the server process is running!
Paul T.
"ixrob" <ixrob@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:62915A51-1DC9-41C8-9DBB-2989CD9596D5@xxxxxxxxxxxxxxxx
Currently our communication server is running as a process but by
making
it
as an dll the communication is twice as fast. But the problem is that
the
communication server has a keep alive trafic (not tcp keep alive). When
debugging the app the communication is disconnected due to the keep
alive.
I
was thinking of moving the keep alive trafic to its own process.
"Paul G. Tobey [eMVP]" wrote:
No. What's the application for which you need this ability? Maybe we
can
find some other way for you.
Paul T.
"ixrob" <ixrob@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:06F01C7A-9EB8-4ACA-92D6-72F7A3A53898@xxxxxxxxxxxxxxxx
Is it possible to duplicate a socket between processes on wince 5.0?
WSADuplicateSocket seems not to be supported.
- Follow-Ups:
- Re: Duplicate socket between processes
- From: Paul G. Tobey [eMVP]
- Re: Duplicate socket between processes
- References:
- Re: Duplicate socket between processes
- From: Paul G. Tobey [eMVP]
- Re: Duplicate socket between processes
- From: Paul G. Tobey [eMVP]
- Re: Duplicate socket between processes
- From: Paul G. Tobey [eMVP]
- Re: Duplicate socket between processes
- Prev by Date: Re: Duplicate socket between processes
- Next by Date: Re: Duplicate socket between processes
- Previous by thread: Re: Duplicate socket between processes
- Next by thread: Re: Duplicate socket between processes
- Index(es):
Relevant Pages
|