X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=lib%2FZOOM%2FPod.pm;h=f285fa4ec76fadde0d2c70e88beb5743447c69e0;hb=854c6414c50f818d66b78979f3dade53d6f43210;hp=dd6e14c86da6a9e84734081f72211d2221f00cef;hpb=a18ce83ac4611a689fa8c65be123e60bd8452c8c;p=irspy-moved-to-github.git diff --git a/lib/ZOOM/Pod.pm b/lib/ZOOM/Pod.pm index dd6e14c..f285fa4 100644 --- a/lib/ZOOM/Pod.pm +++ b/lib/ZOOM/Pod.pm @@ -1,4 +1,4 @@ -# $Id: Pod.pm,v 1.10 2006-05-12 13:31:00 mike Exp $ +# $Id: Pod.pm,v 1.11 2006-06-06 16:27:56 mike Exp $ package ZOOM::Pod; @@ -72,12 +72,17 @@ handle errors. $pod = new ZOOM::Pod("bagel.indexdata.com/gils", "bagel.indexdata.com/marc"); - Creates a new pod containing one or more connections. Each connection may be specified either by an existing C object, which I be asynchronous; or by a ZOOM target string, in which case the pod module will make the connection object itself. +If the constructor's first argument is a number, then it is taken as a +limit on the number of connections to handle at any one time. In this +case, the pod initially multiplexes between the first I +connections, and brings further connections into the active subset +whenever already-active connections are closed. + Returns the new pod. =cut