|
Issue 25 of
ZEO Tracker
[]
|
Title: |
ZEO Tracker
|
Status: |
New
|
Security |
related:
No
|
Description: |
The trigger in ZEO/trigger.py allocates 2 FDs with
a pipe() call, but they are never closed. This means
you leak pretty quickly if you've got code th...
|
From: |
anthony
|
on: |
Mar 26, 01 11:58
|
|
anthony
|
Last update:
|
Mar 26, 01 11:58
|
Topic/class: |
/bug report
|
Importance:
|
high
|
Version info: |
|
Issue 25 Transcript
|
1 entry
|
= Request - Entry #1 by anthony on Oct 17, 2001 2:30 am
The trigger in ZEO/trigger.py allocates 2 FDs with
a pipe() call, but they are never closed. This means
you leak pretty quickly if you've got code that connects
to ZEO servers frequently (I have a tester that does this).
Brutalish patch attached that Works For Me and stops the
problem.
Anthony.
|
|
|