RE: Speeding up RMI calls

2012-07-30 Thread Andrew Kujtan
-Original Message- From: Martin Gainty [mailto:mgai...@hotmail.com] Sent: Saturday, July 28, 2012 10:02 AM To: Tomcat Users List Subject: RE: Speeding up RMI calls Andrew It *sounds* like you are battling a network latency problem Can you identify the target RMI server

RE: Speeding up RMI calls

2012-07-30 Thread Martin Gainty
le contenu fourni. Subject: RE: Speeding up RMI calls Date: Mon, 30 Jul 2012 10:26:37 -0400 From: akuj...@evertz.com To: users@tomcat.apache.org -Original Message- From: Martin Gainty [mailto:mgai...@hotmail.com] Sent: Saturday, July 28, 2012 10:02 AM To: Tomcat Users List

RE: Speeding up RMI calls

2012-07-30 Thread Andrew Kujtan
-Original Message- From: Martin Gainty [mailto:mgai...@hotmail.com] Sent: Monday, July 30, 2012 10:36 AM To: Tomcat Users List Subject: RE: Speeding up RMI calls Good Morning Andrew a directory with spaces has dogged me in the past (I specify C:\PROGRA~1 to get the 8.3

RE: Speeding up RMI calls

2012-07-28 Thread Martin Gainty
, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. Subject: RE: Speeding up RMI calls Date: Fri, 27 Jul 2012 17:31:17 -0400 From: akuj...@evertz.com To: users@tomcat.apache.org On 09/07/2012 16:55, Andrew Kujtan wrote: Tomcat Version: 7.0.27 OS: Windows

Re: Speeding up RMI calls

2012-07-28 Thread Jess Holle
The only way I know to address this obnoxious issue is to create your own custom RMIClassLoaderSpi and install it early enough. The custom RMIClassLoaderSpi is very simple: public String getClassAnnotation( final Class cl ) { return ( null ); // we don't need no stinking

RE: Speeding up RMI calls

2012-07-27 Thread Andrew Kujtan
On 09/07/2012 16:55, Andrew Kujtan wrote: Tomcat Version: 7.0.27 OS: Windows XP/7 I'm fixing an issue we are having with a webapp that does some communication over RMI with a remote server. Calls that would be instant in similar applications not inside the tomcat container are

RE: Speeding up RMI calls

2012-07-16 Thread Andrew Kujtan
-Original Message- From: Pid [mailto:p...@pidster.com] Sent: Thursday, July 12, 2012 5:22 PM To: Tomcat Users List Subject: Re: Speeding up RMI calls On 09/07/2012 16:55, Andrew Kujtan wrote: Tomcat Version: 7.0.27 OS: Windows XP/7 I'm fixing an issue we are having

Re: Speeding up RMI calls

2012-07-12 Thread Pid
On 09/07/2012 16:55, Andrew Kujtan wrote: Tomcat Version: 7.0.27 OS: Windows XP/7 I'm fixing an issue we are having with a webapp that does some communication over RMI with a remote server. Calls that would be instant in similar applications not inside the tomcat container are