gentoo Questions

3

Solved

$bar = 'BAR'; apc_store('foo', $bar); var_dump(apc_fetch('foo')); Within one request this work. Now If i try to do a var_dump(apc_fetch('foo')); on another request it prints: bool(false) Any ...
Mourning asked 27/5, 2011 at 12:56

2

Solved

On the gentoo Linux server I use, I've just upgraded APC from 3.0.19 to 3.1.4 and it appears as if something is not working properly there. It appears as if cache entries which should have been del...
Nil asked 17/10, 2010 at 14:44

2

Solved

Folks, what is the best way to kill an established connection from the shell in linux? Looks like there are 'tcpkill' and 'cutter' tools available, however, on my gentoo amd64 tcpkill is disabled...
Tremble asked 25/6, 2009 at 10:3

© 2022 - 2024 — McMap. All rights reserved.