Skip to content

A multithreaded caching HTTP proxy with a cache in RAM. To process incoming HTTP connections, the proxy uses syscall poll

Notifications You must be signed in to change notification settings

Andrvat/MultithreadedProxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Multithreaded Proxy

Technical specification

Implement a caching HTTP proxy with a cache in RAM. The proxy must be implemented as a single process. For each incoming HTTP connection, you need to create a thread. If it is impossible to create a thread, it is allowed to block incoming connections or return an error. The proxy must provide simultaneous operation of several clients.

About

A multithreaded caching HTTP proxy with a cache in RAM. To process incoming HTTP connections, the proxy uses syscall poll

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages