File: TODO

package info (click to toggle)
libsendmail-milter-perl 0.18-7
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, jessie, jessie-kfreebsd, lenny, sarge, squeeze, wheezy
  • size: 144 kB
  • ctags: 109
  • sloc: ansic: 818; perl: 349; makefile: 57
file content (10 lines) | stat: -rw-r--r-- 320 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
TODO
----
o Init several interpreters at startup.

o Interpreter pool manager that cleans up the number of interpreters back down
  to the minimum if the system is idle.

o Forking interpreters with IPC instead of threaded. (Since perlthreads are
  becoming more stable, this should become less relevant down the road)