michelts wrote:
Hi guys!

I planning to make a system to automatizate the site factory. I use
cheetah and webware, each site will have a standart look and feel, I
will have several sites (the goal is to hit up to 1000 clients in one
year), my worry is with the webware performance. Each site will have
few acess, but grouping all the sites... I think it's about

Is there a reason to worry or webware can handle this? Does anyone
have a big site running under webware?

the obvious reply to this is to point you to apache bench: <http://httpd.apache.org/docs/programs/ab.html>

''ab is a tool for benchmarking the performance of your Apache
HyperText  Transfer Protocol (HTTP) server.  It does this by
giving you an indication of how  many  requests  per  second
your Apache installation can serve.''

with this you can stress-test your webware site
running behind apache. for example:

ab -n 1000 -c 10 http://somehost.com/servletname

will issue 1000 GET requests to servletname page,
with 10 concurrent requests. you can do POSTs too.

with ab you can easily simulate loads on the webware
pages before  having to deal with those 100 angry clients :)

HTH,
deelan.












------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ Webware-discuss mailing list Webware-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to