On Fri, Jul 6, 2012 at 3:09 PM, Krishna PMV <krishna.pmv@gmail.com> wrote:
hey,
We are facing a problem with tiny_mc  plugin where users  seems to be inserting media/images by placing external urls which doesn't seem to respond for ever. As a result, all our httpd processes are waiting on those external network calls and affecting rest of the users. We have temporarily disabled tiny_mc and looking for ways to configure timeout either globally in roundcube or specifically for this plugin for ALL external http calls that roundcube makes.

Ok, it turns out to be a bug in roundcube here:
https://svn.roundcube.net/trunk/roundcubemail/program/steps/utils/modcss.inc

Its neatly explained here:
http://in2.php.net/manual/en/function.stream-set-timeout.php#71274

Thanks!