File: TODO

package info (click to toggle)
libsendmail-milter-perl 0.18-10
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 240 kB
  • sloc: ansic: 1,601; perl: 349; makefile: 3
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)