First, i work on Windows 2000 and i used VC7 to compile the library.
I use the security library to sign my XML but i have a problem of when i call the sign() method.
I use it with OpenSSL, and i used RSA.
In a application, the first time, i spend 1 second in it. After, just 0,01 second
In a DLL (a web service with apache), the first time, i spend 15-20 seconds in it. After, just 0,01 second
It is too much. ;-) Why? And Why the difference ?
Samuel Gru