[jboss-jira] [JBoss JIRA] Commented: (JBCACHE-800) Performance problem with TCP & RMI Cache loaders

Manik Surtani (JIRA) jira-events at jboss.com
Wed Oct 25 06:27:42 EDT 2006


    [ http://jira.jboss.com/jira/browse/JBCACHE-800?page=comments#action_12345776 ] 
            
Manik Surtani commented on JBCACHE-800:
---------------------------------------

I can confirm this with the TCP Cache Loader - simple, multithreaded test (discovered JBCACHE-810 in the process) doing multiple puts yielded the following results.

no buffering

	Took 4633.518 secs to process 10000 put operations

output and input stream buffering

	Took 75.279 secs to process 10000 put operations


> Performance problem with TCP & RMI Cache loaders
> ------------------------------------------------
>
>                 Key: JBCACHE-800
>                 URL: http://jira.jboss.com/jira/browse/JBCACHE-800
>             Project: JBoss Cache
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: Cache loaders
>    Affects Versions: 1.4.0.SP1
>         Environment: All platforms
>            Reporter: Tomas Topinka
>         Assigned To: Manik Surtani
>             Fix For: 1.4.0.SP2, 2.0.0
>
>
> Using of basic Output/Input stream leads to fatal performance problems.
> Solution :
> Using of BufferedOutput/InputStream in TcpDelegatingCacheLoader/TcpCacheServer as well as in RMI increase the performace rapidly.

-- 
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