I am trying to write server based on openssl library.
I am concerned with multiple client connections to server.
I referred to documentation and found that there were s_mult.c in SSLeay 0.6.*.
But there is no s_mult.c in the current release.
Is there any reasons? Does s_mult.c have some problems?
I also found mttest.c, which uses threads to handle multiple connections.
Is it better for me to use threads to implement the server?
I am weighing between s_mult.c implementation and mttest.c implementation.
Does anybody have some suggestions?
I am reallly confused with that.
Which one is better? Which one do I have to use?
Are there different purposes to use s_mult.c and mttest.c?
Please help me!!
Thanks in advance.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]