This seems to be a typical scalability issue.
Unlikely a problem with the framework: you are just reaching the limit of
active users for the deployment configuration you have: you should scale it
up.

Scaling is not linear: the more users, the more memory/cpu/io is going on,
and if you reach the cap for any of those on any of the machines, it chokes
and gets to a grinding halt (typically dropping connections or being very
very slow).

Marco Pivetta

http://twitter.com/Ocramius

http://ocramius.github.com/

On 19 October 2015 at 13:01, sreejith_y [via Zend Framework Community] <
[email protected]> wrote:

> Hi,
>
> While trying to do performance testing, the zend 2 web application ( back
> end servers: aws core 32 instances with ELB), the application works for
> 1500 concurrent users with 3 second interval.
>
> But when tried with 2000 users, many requests failed. Is this an issue
> with the Framework
>
> Can anyone help? can anyone suggest the apache settings for these many
> concurrent users
>
>
>
> ------------------------------
> If you reply to this email, your message will be added to the discussion
> below:
>
> http://zend-framework-community.634137.n4.nabble.com/Zend-2-Application-Issue-with-concurrent-user-access-tp4662707.html
> To start a new topic under Zend Framework, email
> [email protected]
> To unsubscribe from Zend Framework Community, click here
> <http://zend-framework-community.634137.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=634137&code=b2NyYW1pdXNAZ21haWwuY29tfDYzNDEzN3wxNzE0OTI1MTk4>
> .
> NAML
> <http://zend-framework-community.634137.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>




--
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/Zend-2-Application-Issue-with-concurrent-user-access-tp4662707p4662712.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to