Hello everyone,

I would like to know your view on "Would the performance impact for 
transmitting 'X' bytes of unencrypted data over SSLized channel be almost same 
irrespective of the number of SSL_* calls" ?

Consider I am using a buffer of size 'buf_size' for SSL_read/write 
(SSL_read(ssl_obj,buf,buf_size) ):
If buf_size < 'X' I would require more number of SSL_reads/writes.
If buf_size > 'X' a single SSL_read/write should suffice.
So would the performance hit for end to end transmission of this 'X' bytes of 
data be the same in the cases mentioned above?
I am assuming ideal network (no network latency etc) and 'X' is not big enough 
to fill kernel buffers on either side.

~ Urjit
DISCLAIMER
==========
This e-mail may contain privileged and confidential information which is the 
property of Persistent Systems Ltd. It is intended only for the use of the 
individual or entity to which it is addressed. If you are not the intended 
recipient, you are not authorized to read, retain, copy, print, distribute or 
use this message. If you have received this communication in error, please 
notify the sender and delete all copies of this message. Persistent Systems 
Ltd. does not accept any liability for virus infected mails.

Reply via email to