RE: Question about Sessions and gcc compiler

2009-07-20 Thread Vivek Subbarao
11:04 To: openssl-users@openssl.org Subject: RE: Question about Sessions and gcc compiler Hi, Thanks that fixed my issues. Cheers, Irfan Subject: RE: Question about Sessions and gcc compiler Date: Sun, 19 Jul 2009 22:31:20 -0700 From: viv

Re: Question about Sessions and gcc compiler

2009-07-19 Thread Irfan Gulamali
Any input would greatly be appreciated. I can't figure out what I'm not doing. Sent wirelessly from my BlackBerry device on the Bell network. Envoyé sans fil par mon terminal mobile BlackBerry sur le réseau de Bell. -Original Message- From: Irfan Gulamali irfan.gulam...@hotmail.com

RE: Question about Sessions and gcc compiler

2009-07-19 Thread Vivek Subbarao
Can u please provide the series of calls that u make in the server and client. What do u mean by close the connection from the server? Does the server spawn a new thread to handle client requests? -Original Message- From: owner-openssl-us...@openssl.org

RE: Question about Sessions and gcc compiler

2009-07-19 Thread Vivek Subbarao
Accept() and SSL_accept should be inside the while loop. -Original Message- From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Irfan Gulamali Sent: 19 July 2009 03:23 To: openssl-users@openssl.org Subject: Question about Sessions and gcc compiler

RE: Question about Sessions and gcc compiler

2009-07-19 Thread Irfan Gulamali
single thread). -Irfan Subject: RE: Question about Sessions and gcc compiler Date: Sun, 19 Jul 2009 22:27:07 -0700 From: viv...@chelsio.com To: openssl-users@openssl.org Can u please provide the series of calls that u make in the server

RE: Question about Sessions and gcc compiler

2009-07-19 Thread Irfan Gulamali
Hi, Thanks that fixed my issues. Cheers, Irfan Subject: RE: Question about Sessions and gcc compiler Date: Sun, 19 Jul 2009 22:31:20 -0700 From: viv...@chelsio.com To: openssl-users@openssl.org Accept() and SSL_accept should be inside