[ANN] - curl-loader virtual scripting in SVN
Status: Alpha
Brought to you by:
coroberti
From: Robert I. <cor...@gm...> - 2007-11-30 08:41:52
|
Gentlemen, Michael Moser has checked-in a new system for HTTP/FTP response body analyses, which have WebLoad and JMeter tools. Normally, body analyses in testing tools is done using JavaScript or any other script, which occupies a total thread, is blocking and is bad for performance. Since curl-loader is about performance (written in C, using C-written stacks of libcurl and openssl) Michael is developing a new scripting language, where the script will be: - compiled to an object code, - possessing its own VM, not occupying a whole thread; - enjoying several entrance and exit points. Y can see the major development of the "Virtual Script -VScript", yet without integration to the curl-loader configurationand practical usage and without support for 64-bit linux here: http://curl-loader.svn.sourceforge.net/viewvc/curl-loader/trunk/curl-loader/script/ or even better by importing the svn repository and looking at curl-loader/script directories: http://sourceforge.net/svn/?group_id=179599 Your comments would be appreciated, but, please, keep Michael's e-mail in the list. curl-loader has been configured to receive donations via sourceforge, which will be used to accelerate development and integration of VScript: http://sourceforge.net/project/project_donations.php?group_id=179599 Have a nice CURL-ing. :) Sincerely, Robert Iakobashvili, coroberti %x40 gmail %x2e com ........................................................... http://curl-loader.sourceforge.net An open-source web testing and traffic generation. |