File: bugs_registry

package info (click to toggle)
libapache2-mod-perl2 2.0.13-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 12,016 kB
  • sloc: perl: 97,771; ansic: 14,493; makefile: 51; sh: 18
file content (20 lines) | stat: -rw-r--r-- 632 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
##########################
# Registry specific bugs #
##########################


* An open issue with chdir, which is process-scoped. Arthur Bergman
  has started the work on ex::threads::safecwd, which is discussed
  here: http://www.perl.com/pub/a/2002/06/11/threads.html?page=2

RegistryLoader:

- chdir() needs to be adjusted when RegistryCooker implements it

RegistryCooker:

- consider not to use $$ in debug tracing. Not all platforms give out
  a different pid for different threads.

- some problems with setting the DEBUG() constant based on the value of 
  Apache->server->dir_config('ModPerl::RegistryCooker::DEBUG')