diff options
author | Ryan <ry@tinyclouds.org> | 2009-03-15 12:51:51 +0100 |
---|---|---|
committer | Ryan <ry@tinyclouds.org> | 2009-03-15 12:51:51 +0100 |
commit | fd52fa7c16ee537accd7d178985a23f2e54f2c90 (patch) | |
tree | 6b770cced31fb21d47fa84fff55d1527483afb26 /TODO | |
parent | 742b221e4bbc46fd6e9ea6c60c0262d4e068c225 (diff) | |
download | node-new-fd52fa7c16ee537accd7d178985a23f2e54f2c90.tar.gz |
a few more todo items
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -9,4 +9,17 @@ They cannot be select()ed. They are always readable. Thus all access to them needs to be done in a thread pool. (E.G. oi_file_open_stdin()) +- ByteArray !!!! + +STANDARD LIBRARY MODULES + +- File (thru oi_file?) + +- AMQP (thru 0mq?) + +- Postgres (thru libpq-async http://www.postgresql.org/docs/8.3/interactive/libpq-async.html) + +- Memcached (can be implemented in pure js?) + +- Redis (can be implemented in pure js?) |