Skip Menu |

This queue is for tickets about the Net-Server CPAN distribution.

Report information
The Basics
Id: 16937
Status: new
Priority: 0/
Queue: Net-Server

People
Owner: Nobody in particular
Requestors: vrm [...] wom.hu
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.90
Fixed in: (no value)



Subject: Net::Server::Multplex: User-specified file handles to select on
I need a feature similar to that requested in bug report #14478, but with Net::Server::Multiplex. It would be very useful if one could register some additional filehandles with Net::Server::Multiplex's IO::Multiplex object. It could be implemented as a hook called between the creation of $mux in Net::Server::Multiplex::loop() and the call to $mux->loop() (it's in the same Net::Server::Multiplex::loop() method) This way I could register my filehandle and my own handler object with $self->{mux}. I'd really appreciate this feature. Thank you.