home *** CD-ROM | disk | FTP | other *** search
/ Aminet 10 / aminetcdnumber101996.iso / Aminet / util / misc / fifolib38_1.lha / TODO < prev    next >
Text File  |  1995-12-20  |  954b  |  25 lines

  1.  
  2.     echo >FIFO:test/rwe "list"  crashes w/ remote cli application.
  3.     ?? Never seen this (Jörg Höhle)
  4.  
  5.     add RequestFifo() flag to return message to writer when reader
  6.     attempts to read instead of when buffer space is available.
  7.  
  8.     send EOF only once (at least for OS >= 2.0), like CON: does. This
  9.     is what is documented. Currently, fifo.library will return EOF
  10.     continuously. Another flag might have to be introduced to
  11.     distinguish both cases
  12.  
  13.     chars are left unused in ff_CookBuf when switching to RAW mode.
  14.     They will only be seen when switching to CON mode again (after
  15.     the next input).
  16.  
  17.     low memory handling in Initialize().
  18.  
  19.     semaphore-locking in fifo.library if AllocMem() can break Forbid()
  20.     and if Read/WriteFifo() then still work from hardware interrupts.
  21.  
  22.     doc says a future flag to CloseFifo() will delete FIFO on last close.
  23.  
  24.     fifolist command to list current fifos (in both library and handler).
  25.