Calculating Server Load using Zend Studio Server?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • M Lanham

    Calculating Server Load using Zend Studio Server?

    Has anyone had experience setting up Zend Studio Server Components in
    college environments where 100-200 developers may be hitting the
    debugging engine at the same time?

    Want to determine if the installation and loading will crash this
    development platform that a whole bunch of students and classes depend
    on.

    Mike
  • Manuel Lemos

    #2
    Re: Calculating Server Load using Zend Studio Server?

    Hello,

    On 02/13/2004 01:04 PM, M Lanham wrote:[color=blue]
    > Has anyone had experience setting up Zend Studio Server Components in
    > college environments where 100-200 developers may be hitting the
    > debugging engine at the same time?
    >
    > Want to determine if the installation and loading will crash this
    > development platform that a whole bunch of students and classes depend
    > on.[/color]

    Try Apache ab program.

    Usually nothing crashes but some things may reach the limits so they
    would not respond to more simultaneous requests.

    Most of the problems are not a PHP problem. For instance, if you use a
    separate HTTP server to serve static content, like images, the main HTTP
    server that serves HTTP pages will have more memory to serve more
    simultaneous requests.


    --

    Regards,
    Manuel Lemos

    Free ready to use OOP components written in PHP


    Metastorage - Data object relational mapping layer generator

    Comment

    Working...