Changes between Version 19 and Version 20 of IOTasklist

Show
Ignore:
Timestamp:
01/12/11 23:43:31 (11 years ago)
Author:
nwellnhof
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IOTasklist

    v19 v20  
    11= IO PMCs = 
    22 
     3 * Make it possible to use separate input and output buffering. Input buffering is needed for readline and peek, but sockets or pipes usually mustn't use output buffering. 
    34 * Separate pipe-related logic out of FileHandle. Create a Pipe PMC type. nwellnhof: I'm not sure a Pipe PMC would be very useful. What we should do is to deprecate opening pipes to external commands via FileHandles which is an ugly Perl5ism, see Ideas. 
    45 * Create a "Select" PMC, maybe have a look at libevent.