This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Sockets and Internet Protocols and the fly likes Java Client Close Problem with C Server Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Sockets and Internet Protocols
Reply Bookmark "Java Client Close Problem with C Server" Watch "Java Client Close Problem with C Server" New topic
Author

Java Client Close Problem with C Server

Thanga prakash Somasundaram
Greenhorn

Joined: Feb 07, 2003
Posts: 21
I have TCP Server/Client implementation with C/Java. When I close the socket in the JAVA client, the C server is not receiving the closing(SYN) Signal from the client.

Actually In C client, when the socket is close, the server is detecting the signal.

please! help me to solve this problem..

thanks & regards,
stp


by,<br />stp<br /> <br />Have a Nice Day...
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Java Client Close Problem with C Server
 
Similar Threads
Saying "goodbye" correctly with sockets
C and Java Programming
What's under Corba's hood?
Problem with Email Program in TCP
Socket event when client disconnects?