Hola :) ! 2005/8/11, Simon Josefsson <[EMAIL PROTECTED]>: > Mario Fuentes <[EMAIL PROTECTED]> writes: > > > Hello! > > > > I'm working on the support of secure connections in Gyrus, a Cyrus > > IMAPd administrator. Reading the GNUtls documentation I don't found > > information about Asynchronous connections, I will be very happy if > > any can help me :> > > Hi! Exactly what do you mean? Non-hanging read/write? The standard > select() mechanism should work. Perhaps you can explain more what you > want to do. > > Cheers, > Simon >
Gyrus uses the GNET library for the comunication, it provide a function to create a connection with a callback called when the transmision finish. We uses this because Gyrus can manage multi-sessions and the GUI not will can freeze. In the GNUtls documentation/examples the functions gnu_record_[send|recv] are used to send/recv data in the channel... I'm confused ¿:| Sorry my newbie confusion :( bye, Mario _______________________________________________ Help-gnutls mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnutls
