Skip to content

Commit 7f51577

Browse files
committed
Version 1.2.1 - fill out setup.py fields
1 parent 22036b7 commit 7f51577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A simple, fast, pure-python load balancer
44
Description
55
===========
66

7-
PumpkinLB is a fast multi-process load balancer, compatible with Linux, Cygwin, and Windows environments. It listens for requests on local ports, and farms them out to any number of workers. You can use it to very quickly setup a load balancer, e.x. from 1 front point to 5 different apache servers.
7+
PumpkinLB is a fast multi-process TCP load balancer, compatible with: Linux, Cygwin, and Windows environments. It listens for requests on local ports, and farms them out to any number of workers. You can use it to very quickly setup a load balancer, e.x. from 1 front point to 5 different apache servers.
88

99
Each incoming port is waited-on by a distinct process, and each connection is yet another process, thus it performs very well even under heavy load.
1010

0 commit comments

Comments
 (0)