Rename Net::Z3950::IRSpy to ZOOM::IRSpy
[irspy-moved-to-github.git] / lib / ZOOM / Pod.pm
index dd6e14c..a59d3b1 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Pod.pm,v 1.10 2006-05-12 13:31:00 mike Exp $
+# $Id: Pod.pm,v 1.12 2006-06-07 10:43:22 mike Exp $
 
 package ZOOM::Pod;
 
@@ -72,7 +72,6 @@ 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<ZOOM::Connection> object,
 which I<must> be asynchronous; or by a ZOOM target string, in which
@@ -82,6 +81,15 @@ Returns the new pod.
 
 =cut
 
+# Functionality to be added:
+#
+#      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<n> connections, and brings further connections
+#      into the active subset whenever already-active connections are
+#      closed.
+
 sub new {
     my $class = shift();
     my(@conn) = @_;