Strange performance issue on 2003 X64

  • Thread starter Thread starter flybean
  • Start date Start date
F

flybean

Guest
Hi all,

I met a strange performance issue on Windows 2003 Enterprise X64
Edition with SP2 / Intel Xeon 3G(4chips * 4cores/chip) .
On the server, there is a j2ee containner with some applications. A
simple jsp code to query/insert/update some tables after the client
clicked the submit. The clients complained that this update is slowly. I
did a test on both the server and another pc. The result is very strange:
From the server, the code executed costing 400ms, while 5+ seconds
from PCs!
Any ideas?

The SNP is disiabled.

Flybean
2008-05-04
 
Re: Strange performance issue on 2003 X64

I had done this test on a Windows 2003 EE 32Bit SP2 box, the same result!

Flybean
2008-05-04
 
Re: Strange performance issue on 2003 X64

flybean wrote:
> I had done this test on a Windows 2003 EE 32Bit SP2 box, the same result!
>
> Flybean
> 2008-05-04


Sorry, found the reason. The coder used the InetAddress.getByAddress()
method in somewhere.

flybean
2008-05-04
 
Re: Strange performance issue on 2003 X64

Good, glad you found it.

--
Charlie.
http://msmvps.com/blogs/xperts64
http://mvp.support.microsoft.com/profile/charlie.russel


"flybean" <flybean@sybaseclub.org> wrote in message
news:utCzVAcrIHA.2520@TK2MSFTNGP02.phx.gbl...
> flybean wrote:
>> I had done this test on a Windows 2003 EE 32Bit SP2 box, the same result!
>>
>> Flybean
>> 2008-05-04

>
> Sorry, found the reason. The coder used the InetAddress.getByAddress()
> method in somewhere.
>
> flybean
> 2008-05-04
 
Back
Top