-
-
Notifications
You must be signed in to change notification settings - Fork 83
Design Document: Bodies
daurnimator edited this page May 6, 2016
·
1 revision
A body object needs to be:
- writeable
- seekable
- retries
- redirects
- range
- readable
- tailable
Possible options include:
- A normal Lua file
- these aren't tailable, so needs to be combined:
- watched via inotify for tailing
-
cqueues.notify
doesn't support files.... yet
-
- use a cqueues condition variable which is signaled on writes
- watched via inotify for tailing
- bonus: user can provide on
file
- these aren't tailable, so needs to be combined:
- A cqueues.socket
- not really seekable
- Custom object
- need to re-write :read specifiers?