0.2.2 • Published 11 years ago

eio v0.2.2

Weekly downloads
2
License
-
Repository
-
Last release
11 years ago

node-eio

Control libeio from JavaScript

Usage

  • libeio.setMinParallel(threads): Sets the available number of threads. node's default is 4. Use this function for increasing the number of threads.
  • libeio.setMaxParallel(threads): Sets the maximum number of threads. This does only cap the number of threads and expires existing threads that are bigger than the maximum.
  • libeio.usage(): Returns an object with thread usage information.

Credits

Based on polotek's thread branch.

0.2.2

11 years ago

0.2.1

11 years ago

0.2.0

11 years ago

0.0.2

12 years ago

0.0.1

12 years ago

0.1.0

12 years ago