aspose file tools
The moose likes Sockets and Internet Protocols and the fly likes Blocking read call Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Java » Sockets and Internet Protocols
Reply Bookmark "Blocking read call" Watch "Blocking read call" New topic
Author

Blocking read call

bharath sina
Greenhorn

Joined: Dec 20, 2009
Posts: 8
Hi,

I have this problem regarding socket programming. I have a server listening on 4 ports and a client connected to them. I have separate threads for each channel/port on both client and server. But I am facing a problem with blocking read call.What if I need to write to the socket while it is blocked on a read? Should I create another thread for the writing (which means I have to worry about deadlock/race conditions, right?) or can I somehow interrupt the thread, abort the blocked read command and write instead?
 
I agree. Here's the link: http://zeroturnaround.com/jrebel
 
subject: Blocking read call
 
Similar Threads
Runnable state
networking and threading!
networking and threading!
socket read-write-read-write-...
Non-blocking sockets