Re: Duplicate socket between processes



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.










.



Relevant Pages

  • Re: Duplicate socket between processes
    ... useless if it doesn't even indicate that the server process is running! ... Paul T. ... communication server has a keep alive trafic. ...
    (microsoft.public.windowsce.app.development)
  • Re: Duplicate socket between processes
    ... I guess you could use debug messages, rather than actual debugging to figure ... Paul T. ... useless if it doesn't even indicate that the server process is running! ... communication server has a keep alive trafic. ...
    (microsoft.public.windowsce.app.development)
  • Re: XPe headless user application
    ... >> Then have you considered RDP option? ... > The communication is not really simple data transfers. ... > objects to transform the communication to simple data transfers. ... > you can just RDP to the target box and see the app UI and ...
    (microsoft.public.windowsxp.embedded)
  • Re: Scaling noise
    ... > And if the app is a pointer chasing app, as many apps are, that doesn't ... If bandwidth was the answer ... Attacking the communication bottlenecks by increasing ... been able to produce a working design for these cache coherent clusters ...
    (Linux-Kernel)
  • Re: How to insert text in active window
    ... Paul - The "why" is because I'm trying to write an app that inserts text such ... Sendkeys and FindWindow are adequate ... and a timer to poll the contents of the edit control. ...
    (microsoft.public.dotnet.framework.compactframework)