in reply to Re: Performance testing using Parallel::ForkManager?
in thread Performance testing using Parallel::ForkManager?

Actually, this is not about web application testing. It is about client-server application which runs as windows application. Can i still use the AnyEvent::HTTP as internally the request to the server is made using the http requests?
  • Comment on Re^2: Performance testing using Parallel::ForkManager?

Replies are listed 'Best First'.
Re^3: Performance testing using Parallel::ForkManager?
by zwon (Abbot) on Apr 24, 2010 at 16:09 UTC

    If you're using HTTP to access server then generally yes you can use AnyEvent::HTTP.