Re: [JBoss-dev] MarshalledObject + URLClassLoader = huge network traffic

2001-06-09 Thread Scott M Stark
This is fixed in main. See the ContainerFactory, WebService, WebServer and WebClassLoader for the changes. - Original Message - From: Joseph Dane [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 08, 2001 11:59 AM Subject: Re: [JBoss-dev] MarshalledObject + URLClassLoader

Re: [JBoss-dev] MarshalledObject + URLClassLoader = huge network traffic

2001-06-08 Thread Joseph Dane
on a related note, can someone comment on dynaimc code downloading problem and the proposed solution? I just recently started checking out JBoss, and have generally been impressed. but the fact that dynamic downloading just plain doesn't work is really, *really*, unfortunate. -- joe

[JBoss-dev] MarshalledObject + URLClassLoader = huge network traffic

2001-06-07 Thread Oleg Nitz
Hi, We've noticed the enormous traffic between client and server. Investigation showed that the problem is in MarshalledObject: ...classes are annotated with a codebase URL from where the class can be loaded (if available), which means that when the enclosed object was loaded via URLClassLoader,

Re: [JBoss-dev] MarshalledObject + URLClassLoader = huge network traffic

2001-06-07 Thread Scott M Stark
on what Vlad and Sacha had mentioned in their investigation of the problem that I'm going to commit next week. - Original Message - From: Oleg Nitz [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 07, 2001 9:27 AM Subject: [JBoss-dev] MarshalledObject + URLClassLoader = huge network

Re: [JBoss-dev] MarshalledObject + URLClassLoader = huge network traffic

2001-06-07 Thread Oleg Nitz
Vlad and Sacha had mentioned in their investigation of the problem that I'm going to commit next week. - Original Message - From: Oleg Nitz [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 07, 2001 9:27 AM Subject: [JBoss-dev] MarshalledObject + URLClassLoader = huge

RE: [JBoss-dev] MarshalledObject + URLClassLoader = huge network traffic

2001-06-07 Thread Sacha Labourey
: Re: [JBoss-dev] MarshalledObject + URLClassLoader = huge network traffic Hi Scott, Thanks for your answer. I am afraid you speak about another problem. At least I don't believe that the problem that I'm speaking about can be solved in a subclass of URLClassLoader. If MarshalledObject