I did a check upon the JSSE spec. It comes in two versions. One for the US
and one for non-US countries. The international version does not allow other
"service providers" to be plugged-in, thus I am stuck with the slow
performance of the Sun JSSE implementation :-(((

I hate it when those morons at the US export agency make every effort to
hinder the spread of good technology :-( Seems we have to go for hardware
encryption to gain speed or set up a cluster of, say, 8 PCs just to get
acceptable performance using the JSSE with 128 bit encryption.

BTW do anyone know of a native code implementation of JSSE or a
significantly faster implementation?

/David


-----Ursprungligt meddelande-----
Från: Michael S. Kelly [mailto:[EMAIL PROTECTED]]
Skickat: den 12 december 2000 01:37
Till: Orion-Interest
Ämne: RE: Faster encryption


No, SSL will eat up the CPU.  It takes CPU cycles to do the encryption, and
the more the bits the greater the cost.  This is the reason that companies
like Intel have developed special hardware devices that will handle the
encryption step.

-=michael=-

======================================================================
 Michael S. Kelly [EMAIL PROTECTED]>       ____       _
 Axian, Inc.   <[EMAIL PROTECTED]>              // |_  __(_) ___  _ __
 4800 SW Griffith Dr., Ste. 202             //| |\\/ /| |/ _ \| '_ \
 Beaverton, OR  97005 USA             _____//_| | / / | | |_| | | | |
 Voice: (503)644-6106 x122           ((   //  |_|/_/\\|_|\_/|_|_| |_|
 Fax:   (503)643-8425                 ``-''          ``-''
 http://www2.axian.com               Software Consulting and Training
======================================================================


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of David Ekholm
Sent: Monday, December 11, 2000 1:07 AM
To: Orion-Interest
Subject: Faster encryption


I noticed a TPS drop (transactions per second) of factor four when I
benchmarked my application using 128 bit SSL encryption (5 client threads)
compared to non-encrypted benchmarking. I know that the SSL layer is
pluggable in Orion, I use the standard one that comes with Orion 1.4.0.

Is there a faster implementation of SSL for Java/Orion out there, maybe a
native code solution? Or is the standard encryption package already using
native code for the most critical sections? I guess not, as I have used C++
packages for encryption previously and not noticed such CPU eating
behaviour.

/David


"The Las Vegas of Online Gaming" David Ekholm
System Architect
Hammarby Kajväg 14, 120 30 Stockholm
tel: +46 (0)8 55 69 67 11
mob: +46 (0)70 486 77 38
fax: +46 (0)8 55 69 67 07
icq: 410993



Reply via email to