File: TODO

package info (click to toggle)
libthread-pool-perl 0.36-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 288 kB
  • sloc: perl: 14; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 606 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Check all the signalling going on and see whether they still make sense with
what I now know about cond_signal and cond_wait.

Think of other way to do streaming, possibly without having to lock the
result hash, as that seems to hold up stuff severely when there are more
than X threads at the same time trying to give their results.

Investigate whether Data::Dumper could serve as an alternative for Storable.

Add still more examples.

Add support for Thread::Needs?

Find out why Thread::Pool sometimes just dies in long running processes.

Check out whether all checks for $pool->notused are correct.