
Event::IO::Server - general listener class, spawns client connections

Class for new connection objects, should inherit from Event::IO::Linear.
IO::Socket handle for listener (should be ::INET or ::UNIX; it's a good idea to set ReuseAddr for INET clients).
Optional parameter, passed to child init_event.
Get/set data parameter to pass to init_event (can also set in new).
Called when we get a new client (select 'read' event).

David B. Robins <dbrobins@davidrobins.net>