Re: Multithreaded application crash

2007-04-24 Thread brajesh tiwari
know, If you can suggest me some thing. Thank you. Brajesh On 4/24/07, Darryl Miles [EMAIL PROTECTED] wrote: brajesh tiwari wrote: Can some one please tell me what may be the problem here. Thank you very much. I think the problem may be a bug in your program. HTH PS - How do you seriously

Multithreaded application crash

2007-04-23 Thread brajesh tiwari
Hi: I have develope a multi threaded client using open ssl.( openssl-0.9.6g) . My client application crashes in SslClose. Below is the stack trace: SslClose 0 0x3ff805c1ac8 in __nxm_thread_kill(...) in /usr/shlib/libpthread.so #1 0x3ff805ba120 in pthread_kill(...) in

HTTP POST with SSL

2000-03-15 Thread Brajesh Tiwari
Hi All, I am writing a ssl client application needs to use "HTTP POST" method to send some data to web server. I implemented ssl, can any body help in HTTP POST Method to post some data to web server. Thanks Brajesh __