Pen 0.10.3

From: Ulric Eriksson (ulric@siag.nu)
Date: Fri Sep 05 2003 - 15:40:52 CEST


Two changes since 0.10.2:

 - When run with the -u option, the group is changed as well as the user.

 - Servers can be added and removed dynamically using the control
   interface.

It was previously necessary to specify "placeholder" servers for future
expansion on the command line. That is no longer the case.

By default, 16 server slots are created. If more are needed, use the -S
option. Like this:

pen -S 32 -C localhost:10000 penhost:23 server0:23 server1:23

Presto, we're load balancing two telnet servers. We can add more:

penctl localhost:10000 server 2 address server2 port 23

penctl localhost:10000 server 2 address server2 port 23

The empty server slots are configured with address 0.0.0.0 and port 0, so
to remove a server do:

penctl localhost:10000 server 1 address 0.0.0.0 port 0

Ulric



This archive was generated by hypermail 2.1.2 : Fri Sep 05 2003 - 15:41:41 CEST