proxy.py is made with performance in mind. By default, proxy.py will try to utilize all available CPU cores to it for accepting new client connections. This is achieved by starting AcceptorPool which listens on configured server port. Then, AcceptorPool starts Acceptor processes (--num-acceptors) to accept incoming client connections. Alongside, if --threadless is enabled, ThreadlessPool is setup which starts Threadless processes (--num-workers) to handle the incoming client connections. Each Acceptor process delegates the accepted client connection to a threadless process via Work class. Currently, HttpProtocolHandler is the default work class. HttpProtocolHandler simply assumes that incoming clients will follow HTTP specification. Specific HTTP proxy and HTTP server implementations are written as plugins of HttpProtocolHandler.

Features

  • Fast & Scalable
  • Scale up by using all available cores on the system
  • Threadless executions using asyncio
  • Made to handle tens-of-thousands connections / sec
  • Customize proxy behavior using Proxy Server Plugins
  • Plugin API is currently in development phase

Project Samples

Project Activity

See All Activity >

License

BSD License

Follow proxy.py

proxy.py Web Site

Other Useful Business Software
Gen AI apps are built with MongoDB Atlas Icon
Gen AI apps are built with MongoDB Atlas

Build gen AI apps with an all-in-one modern database: MongoDB Atlas

MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Start Free
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of proxy.py!

Additional Project Details

Programming Language

Python

Related Categories

Python Proxy Servers, Python MiTM (Man-in-The-Middle) Attack Tool

Registered

2023-08-14