Agree the only way I have found in optimize Java apps - avoid creating
objects, even simple ones, even if you need have more code...

> -----Original Message-----
> From: Scott Nichol [mailto:snicholnews@;scottnichol.com]
> Sent: Friday, November 15, 2002 12:37 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Java profilers
> 
> 
> > (it's scary
> > how much memory is being churned in Java stuff :-).
> 
> That's one nice thing about .NET: you can define types for which
> instances will be created on the stack instead of from the heap.
> 
> Scott Nichol
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:soap-dev-unsubscribe@;xml.apache.org>
> For additional commands, e-mail: <mailto:soap-dev-help@;xml.apache.org>
> 

--
To unsubscribe, e-mail:   <mailto:soap-dev-unsubscribe@;xml.apache.org>
For additional commands, e-mail: <mailto:soap-dev-help@;xml.apache.org>

Reply via email to