[Citadel Development] Re: Networking issues in 9.01

2015-07-13 Thread dothebart
Hm, I think I'll write some timeout killer for the event queue jobs; they already cary a timestamp of their last activity so that should work straight ahead. We will then see whether the kill facility works properly ;-)

[Citadel Development] Re: Networking issues in 9.01

2015-07-13 Thread dothebart
implemented with 7b5b6987e1077892e01f9ebdb1f27374011af6db if an async context didn't do any IO in 10 minutes, its declared dead and will be killed. So if you want to try it out ;-)