If APC stores a lot of entries, clearing them crashes httpd.
*If apc_clear_cache('user') takes longer than phps max_execution_time the script calling apc_clear_cache will be terminated by php before the clearing-operation is finished. this seems to leave some handles or sth. that will prevent apache from closing it's processes.*
(http://pecl.php.net/bugs/bug.php?id=13445)
Is there some other quick but safe way of bulk cleanup of APC cache?