Paul wrote: > Hi Arno, > > i don't see any reason why i can't have a clent in the main thread > and one in a seperate thread working together with the dll's. > > This would mean that 2 applications wouldn't be able to use the same > SSL-dll's also
OpenSsl is thread safe as long as we provide the appropriate locking callbacks. OpenSSL is a multi-platform library, different OS use different locking methods ;-) > > > Paul -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
