From 63b689e3bf61cd701a4cdfb4a670cc913f1906b8 Mon Sep 17 00:00:00 2001 From: Alexander Bersenev Date: Wed, 27 Jun 2018 18:25:40 +0500 Subject: [PATCH] Add a section about advanced usage --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cd1689..e6be07c 100644 --- a/README.md +++ b/README.md @@ -16,4 +16,11 @@ To advertise a channel get a tag from **@MTProxybot** and write it to *config.py ## Performance ## The proxy performance should be enough to comfortably serve about 4 000 simultaneous users on -the smallest VDS instance with 1 CPU core and 1024MB RAM. +the VDS instance with 1 CPU core and 1024MB RAM. + +## Advanced Usage ## + +The proxy can be launched: +- with a custom config: `python3 mtprotoproxy.py [configfile]` +- several times, clients will be automaticaly balanced between instances +- using *PyPy* interprteter