Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork27.1k
Reactor #74 implemented#242
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
JDP team please review. |
@npathai In general it looks great. I will review in more detail at earliest
|
@iluwatar Thanks. No problem. Take your time. |
* The application utilizes single thread to listen for requests on all ports. It does not create | ||
* a separate thread for each client, which provides better scalability under load (number of clients | ||
* increase). | ||
* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I would like to read about the participants of the pattern here. Handles, synchronous event demultiplexer, initiation dispatcher and event handlers - what class in the example implements what? I saw you have good comments on the actual classes, maybe some of that description can be put here also.
@iluwatar thts immature of me nt to take care of final.. I relied on eclipse behavior.. By somehow I seem to have changed d settings... Will take care of that 2moro.. |
I'm sorry for the late review 😞 You should now catch up the master branch, this is no longer up to date. |
I'm done reviewing for now. |
…, added missing final modifiers
All done. I have left comments on your points. Awaiting further comments :) |
It's ok now. We only need the class diagram and |
@iluwatar Done. Added class diagram and index.md. Please review. |
Looks fine@npathai Feel free to merge! |
…names were added due to default eclipse configuration.
Reactor#74 implemented using Java NIO framework.
Co-authored-by: Атаи Рустам Бахтиярович <ratai@borlas.ru>
I have implemented#74 using Java NIO framework. Currently the Reactor only supports server mode.
Tasks: