Displaying 2 results from an estimated 2 matches for "leaker".
Did you mean:
leaked
2006 Sep 20
0
boy, that mongrel_upload_progress handler sucks!
...he current
instance variable scheme, which helped with the locking, but now
leaks. I think the locking issue is fixed now by setting the default
marking frequency to 3 seconds. So, I''m going to try and go back to
the hashes method.
I did some quick tests in the console like this:
class Leaker
def key
Time.now.to_i.to_s.split('''').sort_by { rand }.join
end
def inst_var
instance_variable_set("@key_#{key}", nil)
end
def rem_var
k = "@key_#{key}"
instance_variable_set(k, Time.now)
remove_instance_variable(k)
end
def h...
2005 Sep 14
7
Asterisk 1.0.9 long term stability <--thread hijack, why not reboot?
...whether it is needed or
not, not afraid to admit it, and everything works fine for me.
We also do the "Sunday reboot" of all of our Windows servers as well as
restarting all of the critical services such as IIS , SQL, Exchange etc
nightly. It helps, a lot (Exchange is a notorious memory leaker)
Of course, if your install processes calls 24/7 that's a different story.
However, I expect that the majority of Asterisk installs are for a 9-to-5
type of operation. We run two shifts here, and we stop processing calls at
10 PM, and start again at about 6 AM - a large window of opportunity t...