[
http://jira.jboss.com/jira/browse/JBREM-597?page=all ]
Ron Sigal updated JBREM-597:
----------------------------
Assignee: Ron Sigal (was: Tom Elrod)
Allow access to underlying stream in marshaller with socket
transport
---------------------------------------------------------------------
Key: JBREM-597
URL:
http://jira.jboss.com/jira/browse/JBREM-597
Project: JBoss Remoting
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: transport
Affects Versions: 2.0.0.GA (Boon)
Reporter: Tim Fox
Assigned To: Ron Sigal
Priority: Critical
Fix For: 2.2.0.Beta1 (Bluto)
Currently the ClientSocketWrapper::createOuputStream always returns an ObjectOutputStream
wrapping the underlying socket ouput stream.
This ends up getting passed into the marshaller.
With messaging we'd like to use the underlying socket output stream directly in the
marshaller - i.e. we don't want to have to write through an object output stream.
This is because the object output stream adds some overhead in terms of the amount of
stuff written to the underlying stream..
A similar reasoning applies to InputStream too.
Any chance of changing the socket transport to pass in the underlying socket stream, not
an object output/input stream?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira