RE: Java 1.4 SLOW

2003-02-12 Thread Luke Galea
I was using 1.0.2 Luke Galea Software Development BlueCat Networks 905-762-5225 -Original Message- From: Scott Nichol [mailto:[EMAIL PROTECTED]] Sent: February 11, 2003 10:19 AM To: [EMAIL PROTECTED] Subject: RE: Java 1.4 SLOW What version of JSSE were you using when doing the

RE: Java 1.4 SLOW

2003-02-11 Thread Scott Nichol
JCarpenter's HTTPClientSoapConnection. > > Luke Galea > Software Development > BlueCat Networks > 905-762-5225 > > > -Original Message- > From: Scott Nichol [mailto:[EMAIL PROTECTED]] > Sent: February 11, 2003 9:19 AM > To: [EMAIL PROTECTED] > Subject: Re: Java 1.4 S

RE: Java 1.4 SLOW

2003-02-11 Thread Luke Galea
EMAIL PROTECTED]] Sent: February 11, 2003 9:19 AM To: [EMAIL PROTECTED] Subject: Re: Java 1.4 SLOW Remember that 1.4 includes a copy of Crimson. If you have been using a parser that is much faster, that could be the difference. You can choose the parser that gets used by specifyin

Re: Réf. : Re: Java 1.4 SLOW

2003-02-11 Thread Scott Nichol
pondre à [EMAIL PROTECTED] > > Pour : [EMAIL PROTECTED] > cc : > > Objet : Re: Java 1.4 SLOW > > > Remember that 1.4 includes a copy of Crimson. If you have been using > a parser that is much faster, that could be the difference. You can > ch

Réf. : Re: Java 1.4 SLOW

2003-02-11 Thread chalexandre
, Christophe [EMAIL PROTECTED] le 11/02/2003 15:19:28 Veuillez répondre à [EMAIL PROTECTED] Pour : [EMAIL PROTECTED] cc : Objet : Re: Java 1.4 SLOW Remember that 1.4 includes a copy of Crimson. If you have been using a parser that is much faster, that could be the difference. You

Re: Java 1.4 SLOW

2003-02-11 Thread Scott Nichol
Remember that 1.4 includes a copy of Crimson. If you have been using a parser that is much faster, that could be the difference. You can choose the parser that gets used by specifying the DocumentBuilderFactory. Sun's docs for DocumentBuilderFactory#newInstance state Obtain a new insta

Java 1.4 SLOW

2003-01-30 Thread Luke Galea
I am having a strange problem using 2.3.1 (or 2.2 or 2.1 for that matter).. When I run my soap client in 1.4 it is REALLY slow on the invoke call…. The same code in 1.3 takes no more than 30 secs to run a series of 20-30 calls.. In 1.4 it takes 5 minutes..   Has anyone had this problem?