On Fri, 21 Jun 2002, Remy Maucherat wrote: > BTW, this is off-topic, but I have an OptimizeIt question: how do you > run it with Hotspot (on Windows) ? Everytime I tried, it crashed and/or > the profiling didn't work. So I've been using it with the classic VM, > but this obviously can change the results. > Any trick you might know to make Hotspot work ?
Don't know - it seems to work fine on linux, and with JDK1.4. > BTW, Strings are bad but needed IMO for security, right ? Of course - the user will never see the low-level buffers, but only the servlet API. However if a servlet doesn't call getHeaders(), there is no point of creating 6 headers * 2 strings/header * 2-3 objects per string ( i.e. char[], the String, possibly more for byte->char conversion ). Costin -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>