Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-debug-dev] Relations of IProcess and socket communication?!

Hello,

A local IProcess should *not* have anything to do with the socket 
communication. If communication works locally, but not remotely, there 
could be other issues - firewall or security issues?

Perhaps try the platform or JDT news groups.

Darin 



"oliver.debug" <oliver.debug@xxxxxxxxx> 
Sent by: platform-debug-dev-bounces@xxxxxxxxxxx
02/16/2009 10:58 PM
Please respond to
"Eclipse Platform Debug component developers list." 
<platform-debug-dev@xxxxxxxxxxx>


To
"platform-debug-dev" <platform-debug-dev@xxxxxxxxxxx>
cc

Subject
[platform-debug-dev] Relations of IProcess and socket   communication?!






hi,every one,good day!
 
i am not sure about here is the right place to post my question,if 
not,please forgive me!
 
i am developing a remote debug feature in my rcp application.Because it is 
remote debuging(socket communication),i cant get a Process instance in my 
local system,so i never call the launch.addProcess during launching, but 
this will block my socket communication,after serveral successful 
communication.
 
Strangely enough,if i startup a local java class to simulate the remote 
system,then i can get a IProcess instance to add to the launch 
instance,the socket communication works well for any times.
 
Any expert,can help me to solve it? it's very urgent,thanks a lot,i am 
appreciated very much!!
 
 
2009-02-17 

oliver_______________________________________________
platform-debug-dev mailing list
platform-debug-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-debug-dev




Back to the top