[jbossws-issues] [JBoss JIRA] (JBWS-3429) DOMWriter shouldn't flush the output stream after every element

Kyle Lape (JIRA) jira-events at lists.jboss.org
Mon Feb 6 11:20:48 EST 2012


     [ https://issues.jboss.org/browse/JBWS-3429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kyle Lape updated JBWS-3429:
----------------------------

    Affects Version/s: jbossws-native-4.0.1
          Component/s: jbossws-native

    
> DOMWriter shouldn't flush the output stream after every element
> ---------------------------------------------------------------
>
>                 Key: JBWS-3429
>                 URL: https://issues.jboss.org/browse/JBWS-3429
>             Project: JBoss Web Services
>          Issue Type: Enhancement
>      Security Level: Public(Everyone can see) 
>          Components: jbossws-native
>    Affects Versions: jbossws-native-4.0.1
>            Reporter: Kyle Lape
>            Assignee: Kyle Lape
>
> Currently the DOMWriter will call flush() on its OutputStream after every element has been marshalled.  When the output stream is sent over the network, this causes lots of small packets to be transmitted.  It would be best if the OutputStream was flushed less often so not as many network packets were sent over the wire.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbossws-issues mailing list