cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-users Mailing List Archives

RE: Question regarding using the ssl sessionid usage

From: Niranjan Ramakrishnan <willowbreaker_at_hotmail.com>
Date: Tue, 21 Apr 2009 15:51:21 -0700

Thanks Ray.I have moved this to the curl-library discussion.

 

 
Ah, ok. The ability to control SSL sessions (when they are created versus reused) is something that few HTTP load testing tools get right. For example, LoadRunner, Silk Performer and Rational Performance Tester are products that don't give you that level of control. The most common thing is for these tools to simply reuse SSL sessions and that may be the only thing you want. But that ability to control when a new SSL session is created makes cURL stand out in the category of load testing tools, at least in my mind.

 
But to get the level of control you want, you have to use libcurl. Don't discount this as being too difficult. You also get a lot faster performance on the load generating side by using libcurl. It's fast even if you choose to drive it with a scripting language like Perl, which is my favorite, because the engine is written in C.

 
There are many simple examples out there. I am willing to point you to the instructions and examples if you want, but we should move this discussion to curl-library if you do. Let me know what platform you are on (e.g. Windows or Linux) and what scripting language you want to use.

 
Ray
_________________________________________________________________
Rediscover HotmailŪ: Get quick friend updates right in your inbox.
http://windowslive.com/RediscoverHotmail?ocid=TXT_TAGLM_WL_HM_Rediscover_Updates2_042009

-------------------------------------------------------------------
List admin: http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2009-04-22

These mail archives are generated by hypermail.

donate! Page updated November 12, 2010.
web site info

File upload with ASP.NET