Tomm0017 / rsmod

New repository: https://github.com/rsmod/rsmod
https://github.com/rsmod/rsmod
Apache License 2.0
123 stars 100 forks source link

Serving JS5 client archives #49

Open Tomm0017 opened 5 years ago

Tomm0017 commented 5 years ago

Expected Behavior

Serve back archives to clients independently from the Netty thread, either through its own thread pool or an independent app.

Actual Behavior

Serves back archives to clients on Netty thread, which can cause delay on other Netty operations