BytesClub / serverX

A HTTP/HTTPS Web Server Handler by (C) Bytes Club
Other
3 stars 3 forks source link

Thread: Exploit Task Level Parallelism #9

Open 0xTheProDev opened 6 years ago

0xTheProDev commented 6 years ago

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

rubencm commented 6 years ago

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