Pakiet: libobject-forkaware-perl (0.005-2)
Odnośniki dla libobject-forkaware-perl
Zasoby systemu Debian:
- Raporty o błędach
- Developer Information
- Dziennik zmian w systemie Debian
- Informacje nt. praw autorskich
- Śledzenie łatek systemu Debian
Pobieranie pakietu źródłowego libobject-forkaware-perl:
- [libobject-forkaware-perl_0.005-2.dsc]
- [libobject-forkaware-perl_0.005.orig.tar.gz]
- [libobject-forkaware-perl_0.005-2.debian.tar.xz]
Opiekunowie:
Zasoby zewnętrzne:
- Strona internetowa [metacpan.org]
Podobne pakiety:
module to make an object aware of process forks and threads
Object::ForkAware invisibly wraps your object and makes it fork-aware, automatically checking $$ on every access and recreating the object if the process id changes. (The object is also thread-aware; if the thread id changes, the object is recreated in the same manner.)
The object can be safely used with type checks and various type constraint mechanisms, as isa() and can() respond as if they were being called against the contained object itself.
Rationale: If you've ever had an object representing a network connection to some server, or something else containing a socket, a filehandle, etc, and used it in a program that forks, and then forgot to close and reopen your socket/handle etc. in the new process, you'll know what chaos can ensue. Depending on the type of connection, you can have multiple processes trying to write to the same resource at once, or simultaneous reads getting each other's data, dogs and cats living together... It's horrible, and it's an easy problem to run into.
Inne pakiety związane z libobject-forkaware-perl
|
|
|
|
-
- dep: perl
- praktyczny język ekstrakcji i raportowania Larry'ego Walla
Pobieranie libobject-forkaware-perl
Architektura | Rozmiar pakietu | Rozmiar po instalacji | Pliki |
---|---|---|---|
all | 10,6 KiB | 31,0 KiB | [lista plików] |