Bug #1524 (closed)
Opened 10 years ago
Closed 10 years ago
processor.py fails with "Too many open files" under load
| Reported by: | jamoore | Owned by: | jamoore |
|---|---|---|---|
| Priority: | blocker | Cc: | dzmacdonald |
| Sprint: | n.a. | ||
| Total Remaining Time: | n.a. |
Description
The known IcePy? issue of holding on to too many files has now bit us with the processor. If each process keeps an omero.client open, then eventually things start to fall over.
Fix in progress which uses a single internal session for all keep alives, but requires detachOnDestroy from all scripts.
Change History (2)
comment:1 Changed 10 years ago by jmoore
comment:2 Changed 10 years ago by jmoore
- Resolution set to fixed
- Status changed from new to closed
Working fine. #1533 is still open as a follow on.
r5305