Bug 1024982

Summary: EJB client makes unnecessary write() calls
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Stuart Douglas <sdouglas>
Component: EJBAssignee: Stuart Douglas <sdouglas>
Status: CLOSED CURRENTRELEASE QA Contact: Jan Martiska <jmartisk>
Severity: unspecified Docs Contact: Russell Dickenson <rdickens>
Priority: unspecified    
Version: 6.2.0CC: anmiller, brian.stansberry, myarboro
Target Milestone: CR1   
Target Release: EAP 6.2.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-12-15 16:16:40 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1024984    
Bug Blocks:    

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.