Re: Slow connection operations with java fork=false

2013-12-10 Thread jotpe
Nobody with same experience? 2013/12/3 jotpe > Hello list, > > at first my values: > Apache Ant(TM) version 1.9.2 compiled on July 8 2013 > java.runtime.version : 1.7.0_45-b18 > java.vm.name : Java HotSpot(TM) Client VM > os.name : Windows XP > > > I've written a Java utility class, that execut

Re: Slow connection operations with java fork=false

2013-12-10 Thread Peter West
What happens if you use dummy values instead of actually setting up a database connection? Peter West "For my yoke is easy, and my burden is light." On 10 Dec 2013, at 8:43 pm, jotpe wrote: > Nobody with same experience? > > > 2013/12/3 jotpe > >> Hello list, >> >> at first my values: >>

Re: Slow connection operations with java fork=false

2013-12-10 Thread jotpe
Do you mean, establishing no Connection? Am Dienstag, 10. Dezember 2013 schrieb Peter West : > What happens if you use dummy values instead of actually setting up a > database connection? > > Peter West > > "For my yoke is easy, and my burden is light." > > On 10 Dec 2013, at 8:43 pm, jotpe > > w

Re: Slow connection operations with java fork=false

2013-12-10 Thread Peter West
Yes. Just to try to eliminate some of the variables in the situation. Peter West "For my yoke is easy, and my burden is light." On 11 Dec 2013, at 8:05 am, jotpe wrote: > Do you mean, establishing no Connection? > > Am Dienstag, 10. Dezember 2013 schrieb Peter West : > >> What happens if yo