Bug 53813 - FileServer - should it allow multiple instances?
Summary: FileServer - should it allow multiple instances?
Status: NEW
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: unspecified
Hardware: All All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-02 12:34 UTC by Sebb
Modified: 2012-09-07 19:36 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebb 2012-09-02 12:34:19 UTC
The FileServer class has only a single instance.

This makes it necessary to protect against changing base whilst files are open.
Would it make sense to allow multiple instances, or would that make it harder to use the class?

If multiple instances are allowed, it might be possible to make the field base (and possibly scriptName) final.
Comment 1 The ASF infrastructure team 2022-09-24 20:37:51 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2910