home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / fifolib-38.3-src.tgz / tar.out / contrib / fifolib / TODO < prev    next >
Text File  |  1996-09-28  |  1KB  |  29 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.  How to send EOF without closing a fifo?
  12.  
  13.     doc says a future flag to CloseFifo() will delete fifo on last close.
  14.  
  15.     low memory handling in Initialize().
  16.  
  17.     semaphore-locking in fifo.library if AllocMem() can break Forbid()
  18.     and if Read/WriteFifo() then still work from hardware interrupts.
  19.  
  20.     as \0 is misused in cooked mode, it cannot be processed normally.
  21.  
  22.     cooked reader hangs until EOF with line longer than CB_SIZE.
  23.  
  24.     circular cooked buffer to avoid copying backwards at every READ.
  25.  
  26.     handler.h contains FHF_COOKCRLF. Implement it?
  27.  
  28.     fifolist command to list current fifos (in both library and handler).
  29.