Le dimanche 01 octobre 2006 à 15:51 +0200, Unknown a écrit : > Hello, > I have a problem with program. > > I have routines with gnutls functions, and work in program without any > problem. > The problem is that in multi-thread(apache) segfault. > > Running apache in debug mode (one thread) the program do not segfault. > > Have any problem gnutls with threads? Need special parameters? > Need special conditions?
Yes, the main thing to know is that you can use a single session simultaneously in different threads. BR, > > Any suggestion are wellcome. > > > _______________________________________________ > Help-gnutls mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/help-gnutls _______________________________________________ Help-gnutls mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnutls
