We have a web-server and site running under mod_perl and apache. Should we execute $memd->disconnect_all or not? (we don't use fork). If we should not do it, what problems can appear with $memd->disconnect_all (can it slowing execution a mass of parallel requests)?