On 11/03/2012 09:08 PM, Frediano Ziglio wrote:

> Hi, what I'm trying to do is to store a connection in another process

> to do connection pooling.


If by storing connection you mean to transfer a gnutls session from one
process to another, you cannot do it, either with cryptodev or without.
The only way to do it is save the session data into a buffer and resume
it later from the other process.

regards,
Nikos


_______________________________________________
Cryptodev-linux-devel mailing list
Cryptodev-linux-devel@gna.org
https://mail.gna.org/listinfo/cryptodev-linux-devel

Reply via email to