search for: nonthreaded

Displaying 2 results from an estimated 2 matches for "nonthreaded".

Did you mean: monothreaded
2013 Aug 14
0
HPN-SSH for OpenSSH 6.2
...ting with 6.1 it also failed on the server side with the introduction of sandboxing by default. Under the rlimit method NPROCS being set to zero precluded the possibility of threads being started in in privsep. This issue has been resolved by swapping the pointer for the AES CTR cipher from the nonthreaded AES-CTR cipher to MT-AES-CTR after authentication and then forcing a rekey. Throughput improvements of more than 50% were seen on test systems. MT-AES-CTR is cipherstream compatible with the default implementation. 2) In order to reduce the complexity of the patch sets I've finally strippe...
2008 Jan 21
14
properly restarting mongrel instances
Hi folks. Using mongrel_rails and the mongrel_cluster capistrano recipes, I often encounter a situation where some of the mongrel processes don''t die in time to be restarted. The output of capistrano will tell me something like "mongrel on port 8001 is already up", but that''s only because capistrano/mongrel_rails failed to take it down in the first place. The solution