Re: [curl-loader-devel] Output understanding
Status: Alpha
Brought to you by:
coroberti
From: Aleksandar L. <al-...@no...> - 2007-05-06 13:30:15
|
On Son 06.05.2007 13:12, Robert Iakobashvili wrote: >On 5/6/07, Aleksandar Lazic <al-...@no...> wrote: > >> Well I don't know how modular and flexible the curl-loader is and how >> many times you have, I will try to show some options. [snipp] >> I think the httperf is nice for such thing and a good input for some >> of this session thing ;-), but the development is stop, it looks to >> me, and he is based on select(). > >Thank you very much, Aleks, I will add it to our TODO list, but don't >know, when we will handle it. That's a deal, thanks ;-) >Currently, we are re-structuring all the approach by going from the >sections LOGIN, UAS and LOGOFF to a planar and flexible structure. > >Current structure does not enable more that a single login and not >flexible enough. I'am sure that many sites only allow login with cookies and therefore it will be nice that curl-loader is able to handle this ;-) >In a new version each url could be of any type (GET/POST/PUT), contain >its own credentials, number of cycles configurable of the url-level, >etc. > >On a later stage we are planning to add customized per-url analyzes of >the results based on response code, response body analyzes, conditions, >etc. > >We have also performance issues like memory cached allocations and >multi-core/SMP optimization, etc You have a lot todo . Such a design is not so easy due the fact that you must handle some sort of 'share somethings thru processes'. I hope you look into some nice libs which have allready implemented such things in a fast an generic way. >Thank you very much for your suggestions. Your welcome ;-) Cheers Aleks |