Displaying 1 result from an estimated 1 matches for "drillreminderwork".
Did you mean:
drillreminderworker
2007 Jan 27
1
Memory leaks in backgroundrb
...rb it became apparent that there''re
memory leaks in it. Here''s top object counts dump:
36715 String
6211 Array
5598 Proc
3150 Hash
1478 DRb::DRbObject
1313 Regexp
1272 Class
750 Thread
741 Socket
739 Slave
739 Slave::LifeLine
737 Process::Status
691 DrillReminderWorker
391 Module
160 Range
75 Gem::Version
73 XSD::QName
It''s easy to see that loads of threads and slaves are present in the
process. It also has references to 691 workers!
In case there might be some problems with my worker here''s its full code:
class DrillReminderW...