Oracle's JDBC on Linux

1999-06-02 Thread Sandy Ward
Hey, I am running RH 5.2 with JDK117_v1a, and using the Oracle JDBC drivers for talking to the database. I have noticed that it takes between 4-5 secs to create a connection to the db. And when you have a connection pool with fair number of connection you can imagine howlong startup takes. Anyon

Java 2 for Linux

1999-05-23 Thread Sandy Ward
Does anyone have the dates when Java 2 for Linux might be released from Sun? Sandy -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: GC... faster?

1999-05-22 Thread Sandy Ward
s implemented in hotspot) > > Anyway thankyou backdown... ;-) > > Best, > Jonas IllumiNet. > > Bryce McKinlay wrote: > > Sandy Ward wrote: > > > Anyone know much about the garbage collector for the Blackdown JVM? I am talking > > > about comparisons to S

Re: Blackdown

1999-05-19 Thread Sandy Ward
hm would have any idea of why I would be getting this very long garbage collection cycle. The same code running on a PC using JDK 1.1.7 does have the garbage collection cycle. Sandy Michael Sinz wrote: > On Wed, 19 May 1999 10:51:55 -0700, Sandy Ward wrote: > > >Hey, &

Blackdown

1999-05-19 Thread Sandy Ward
Hey, Anyone know much about the garbage collector for the Blackdown JVM? I am talking about comparisons to Sun's, IBM's, etc. From recent experience it seems that the GC takes one big pause to collect the garbage where as other VM's do it a little more smoothly. Any thoughts? Sandy --