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

Thread: Exploit Task Level Parallelism #9

Open
0xTheProDev opened this issue Oct 3, 2017 · 1 comment
Open

Thread: Exploit Task Level Parallelism #9

0xTheProDev opened this issue Oct 3, 2017 · 1 comment

Comments

@0xTheProDev
Copy link
Member

Multi-Thread: Create task-level parallelism by processing each HTTP request from same client in separate thread and merging them before closing connection.

@rubencm
Copy link
Contributor

rubencm commented Oct 7, 2017

This should be done after implementing keep-alive connections.
Also, this can be solved following the producer-consumer strategy.

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

No branches or pull requests

2 participants