c# socket and java socket
From: zbcong (congzhebin_at_capinfo.com.cn)
Date: 07/29/04
- Next message: Peter van der Goes: "Re: Upgrade requirements for VS 2003 Enterprise Architect"
- Previous message: des: "Dialog"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 29 Jul 2004 15:09:13 +0800
hello
i am a java programmer,recently we got a project,that need the c# app to
communicate with java app ,i select the socket as intermediate.
i notice that java socket term is divided into " blocking" and
"non-blocking",the latter come from jdk1.4, the c# socket is devided into
"synchronized" and "asynchronized" and both of them are blocking,
in my project,i have tried synchronized c# socket coorperating to blocking
java socket,it works well..but when i modify the c# app to ASYNCHRONIZED
socket,my system DON'T works well,i don't know why? i can't find
asynchronized socket in java,.i learn that nio socket is nonblocking, is it
asynchronized?
who can tell me what's is the best combination solution for the socket
communication between java and c#?
- Next message: Peter van der Goes: "Re: Upgrade requirements for VS 2003 Enterprise Architect"
- Previous message: des: "Dialog"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|