[jboss-jira] [JBoss JIRA] Created: (JBREM-597) Allow access to underlying stream in marshaller with socket transport
Tim Fox (JIRA)
jira-events at jboss.com
Mon Sep 11 10:27:43 EDT 2006
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)
Reporter: Tim Fox
Assigned To: Tom Elrod
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
More information about the jboss-jira
mailing list