Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Async Service using Vertx #12

Open
sougatabh opened this issue Apr 19, 2014 · 0 comments
Open

Async Service using Vertx #12

sougatabh opened this issue Apr 19, 2014 · 0 comments

Comments

@sougatabh
Copy link

I am building a server using vertx, where huge number(25k Request/sec) of client would send request and in server side i need to process that and this processing would need few millisecond but here my client does not need response,basically process output gets into a queue and there is a separate queue listener.

For that I planned to something like this, Once I get the request from the client, send a Ack to Client and push the message to the processor and let process process that.

But I was trying to do that using Eventbus in vertx and starting the verticle in worker mode, but in that case I get very less request per second and if the request increases vertx does not behave well.

Please do let me know how to achieve this functionality?

Thanks
Sougata

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant