-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
As far as changing, This is a community project
So you can share your changes by submitting a patch through the Jira system.
http://docs.ofbiz.org/display/OFBADMIN/OFBiz+Contributors+Best+Practices
Cimballi sent the following on 3/30/2009 11:01 AM:
> Hi,
>
> Continuing my tests with RMI, I wrote a simple façade service class that
> receives my RMI calls and then calls a standard OFBiz service. For now it
> only returns an empty Map.
>
> I am now facing a performance problem : a single call to the my new service
> which then calls the performFindList method on Party objects, but returning
> an empty Map to the client, took 8 seconds to run.
>
> As I said in my previous email, I am using the
> CompressionClientSocketFactory.
>
> If I change the code to the the default JDK implementation (jdk1.5.0_15) :
> public RemoteDispatcherImpl(LocalDispatcher dispatcher,
> RMIClientSocketFactory csf, RMIServerSocketFactory ssf) throws
> RemoteException {
> // super(0, csf, ssf);
> super();
> this.dispatcher = dispatcher;
> }
>
> Then, the performance are really good, the call is made in 30 ms ! So, I
> have several questions :
>
> Do you know about any performance problem with the
> CompressionClientSocketFactory implementation ?
> Do you know about any performance issue with the SSL implementation provided
> in OFBiz ?
> And can you make an update to the code so that we can use the default JDK
> implementation without having to change the code ?
>
> Thanks,
>
> Cimballi
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFJ0Q4wrP3NbaWWqE4RAuLeAJ0SnpTGr4J0+1+y5uDcVCTibbMdSwCgr7/F
qpy8c1CkypNWC981SURIo2w=
=Bp+u
-----END PGP SIGNATURE-----