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 ...
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...
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...
© 2022 - 2024 — McMap. All rights reserved.