Bug 1024982 - EJB client makes unnecessary write() calls
Summary: EJB client makes unnecessary write() calls
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: EJB
Version: 6.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: CR1
: EAP 6.2.0
Assignee: Stuart Douglas
QA Contact: Jan Martiska
Russell Dickenson
URL:
Whiteboard:
Depends On: 1024984
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-30 17:19 UTC by Stuart Douglas
Modified: 2013-12-15 16:16 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-12-15 16:16:40 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker EJBCLIENT-97 0 Major Resolved DataOutputStream calls flush() before close which decreases performance 2014-06-17 20:27:17 UTC

Description Stuart Douglas 2013-10-30 17:19:19 UTC
Description of problem:

Because DataOutputStream does a flush() before close EJB invocations are send via two separate write() calls, rather than one, which has a negative impact on performance.

Comment 4 Jan Martiska 2013-11-11 14:47:01 UTC
Verified in CR1.


Note You need to log in before you can comment on or make changes to this bug.