in reply to Performance testing using Parallel::ForkManager?
If this is a web application, then yes, Parallel::ForkManager may be useful for testing. As alternative have a look on AnyEvent and particularly on AnyEvent::HTTP, we're using it for load testing of our product, it allows us to simulate several thousands of simultaneous sessions.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Performance testing using Parallel::ForkManager?
by Anonymous Monk on Apr 24, 2010 at 16:03 UTC | |
by zwon (Abbot) on Apr 24, 2010 at 16:09 UTC |