Matthias247 / jawampa

Web Application Messaging Protocol (WAMP v2) support for Java
Apache License 2.0
148 stars 56 forks source link

Issue in load testing #80

Closed dhavalstays closed 7 years ago

dhavalstays commented 8 years ago

I have application server in Java and I'm using WAMP for communication between client and server. Everything works fine, But now I want to load test this application , So I have written simple Java program, which creates unique thread for each server request. When I run this program a weird thing happens and I have no clue why it is happening this way, When I create more than 120 threads, for many threads I get statusChanged as disconnected. Am I missing something here? Below 120 threads every thread gets connected to server. Can anyone guide me?

the20login commented 8 years ago

Could you provide source code, please? And hardware configuration, if possible.

Matthias247 commented 7 years ago

Closing due to missing information