Issue Details (XML | Word | Printable)

Key: MULE-799
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Ross Mason
Reporter: Ross Mason
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Mule

The TCPWorker keeps the socket open for further reads and throws exception on timeout

Created: 25/Apr/06 11:06 AM   Updated: 21/Aug/06 09:24 PM
Component/s: Transport: TCP / UDP / SSL / Multicast
Affects Version/s: 1.3-rc2
Fix Version/s: 1.3-rc3

Time Tracking:
Not Specified

Labels:


 Description  « Hide
If there is no activity before the socket times out a SocketTimeoutException is sent to the exception handler. Really we should have a keepAlive flag (as with Http) to keep the socket open, otherwise close it after the current read.

 All   Comments   Work Log   Change History   Transitions   FishEye      Sort Order: Ascending order - Click to sort in descending order
Ross Mason added a comment - 27/Apr/06 04:28 AM
The keepAlie flag can be set to hold the socket open, otherwise it is only held open until a read times out then the soket is closed