Re: How difficult would it be to...

2004-08-06 Thread joelsherriff
Well, that would solve the problem, but that would mean adding a thread group for each "user" just so I can view each thread's results separately. Would get painful with lot's of threads. The interesting thing is that it seems to solve my threadsafe caching problem. Each thread group appears to g

Re: How difficult would it be to...

2004-08-06 Thread Michael Stover
You can have multiple thread groups, if that's what you mean. -Mike On Fri, 2004-08-06 at 15:04, joelsherriff wrote: > Modify the Results Tree so that each thread gets it's own branch in the > tree? So that instead of > > Root > / > / > / > / > etc... > > you'd have something l

How difficult would it be to...

2004-08-06 Thread joelsherriff
Modify the Results Tree so that each thread gets it's own branch in the tree? So that instead of Root / / / / etc... you'd have something like Thread 1 / / Thread 2 / / Don't know anything about the tree control, but this would sure help debugging threading-t

Re: Need Java help for HTTPSampler

2004-08-06 Thread joelsherriff
Making progress - it's been working except that HTTPSampleResult.java has a 304 (Not Modified) status as being a redirection code (that's the category the spec defines it to be in), but since there's no Location: header field in a 304, it generates a null pointer exception when it tries to redirect

Re: Need Java help for HTTPSampler

2004-08-06 Thread joelsherriff
I agree, making it flexible is important. I've got it roughly implemented, just need to figure out how to plug it in. It's really very simple, just mucks with the Last-Modified and If-Modified-Since header fields. I figure once I get it working, then making it so it's configurable will be the ne

Re: Need Java help for HTTPSampler

2004-08-06 Thread Peter Lin
I think thad was thinking about implementing an image cache several months back, but now he is too busy. the tricky part is how to make the image cache so it is flexible. I probably should be a config element, so that users can add it to a test plan or to a specific thread group. I'm sure sebastia

Need Java help for HTTPSampler

2004-08-06 Thread joelsherriff
I want to add an object (in essence, a linked list object, but not a Java List, which I've never used) that will be per-thread but will remain in existence for all requests within the test plan. It's purpose is to simulate an "image/" cache. I haven't yet wandered outside of HTTPSampler.java yet

anyone going to apacheCon?

2004-08-06 Thread Peter Lin
mike and I were thinking of attending apacheCon. I'm not sure if it's too late to submit a proposal, but I sent an email to the planning address. if it's not too late, I may write up a quick proposal for 2 talks. peter - To unsub

DO NOT REPLY [Bug 30509] - Support MultipartPost using HttpClient in HTTPSampler2

2004-08-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 30509] New: - Support MultipartPost using HttpClient in HTTPSampler2

2004-08-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

RE: Silly question, but where should I direct patches?

2004-08-06 Thread BAZLEY, Sebastian
Best not to post attachments or patches to the mailing list. They may get removed, mangled or just lost amongst the other messages. It's much easier to keep track of patches via Bugzilla. Please create a Bugzilla issue (enhancement) and attach the patch file to that. An e-mail will automatically

Re: Silly question, but where should I direct patches?

2004-08-06 Thread Michal Kostrzewa
Hello, > Hi, I have a patch for adding file upload support using MultipartPostMethod to the > HTTPSampler2 class. I needed it for a couple of reasons: > > -If I wanted to post Japanese text using UTF-8 encoding, using HttpClient is a lot > easier -I can easily add multiple files to an upload.

Silly question, but where should I direct patches?

2004-08-06 Thread 田實クリス
Hi, I have a patch for adding file upload support using MultipartPostMethod to the HTTPSampler2 class. I needed it for a couple of reasons: -If I wanted to post Japanese text using UTF-8 encoding, using HttpClient is a lot easier -I can easily add multiple files to an upload. The next step wil

Proxy Server Recording.

2004-08-06 Thread Shan.K.S
Hello, How do we use JMeter to record a test case using the Proxy Server, Can anybody just List me the steps to do it ??? i have searched net but that did not yeild any results Its a urgent requirement for me Can some body suggest me the steps to create the Proxy Server and record my