Re: apache 2 reloads needed?

2009-11-03 Thread Jonathan Vanasco
On Nov 3, 2009, at 4:27 AM, André Warnier wrote: I see that you mention mysql. This probably means DBI. I think you need to be a bit careful with DBI and Apache::Reload. I seem to recall that there are some particularities there (Probably in relation to permanent cached database connection

Re: apache 2 reloads needed?

2009-11-03 Thread Michiel Beijen
On Tue, 2009-11-03 at 10:27 +0100, André Warnier wrote: > Greetings from sunny (right now anyway) Southern Germany. Greetings from the cloudy Netherlands... BTW my colleagues from Straubing (Bavaria, Germany) were complaining that it's raining cats and dogs today there. > I see that you mention

Re: apache 2 reloads needed?

2009-11-03 Thread André Warnier
Jie Gao wrote: * Tom??? Ba??ant wrote: Greetings from cloudy Prague! I am developing web application with mod_perl/apache/mysql. I am using several own perl modules (*.pm), and after changing the contents of a particular module, i usually have to reload/restart apache for these changes to ta

Re: apache 2 reloads needed?

2009-11-03 Thread Jie Gao
* Tom??? Ba??ant wrote: > Greetings from cloudy Prague! > > > I am developing web application with mod_perl/apache/mysql. I am using > several own perl modules (*.pm), and after changing the contents of a > particular module, i usually have to reload/restart apache for these > changes to take e

apache 2 reloads needed?

2009-11-03 Thread Tomáš Bažant
Greetings from cloudy Prague! I am developing web application with mod_perl/apache/mysql. I am using several own perl modules (*.pm), and after changing the contents of a particular module, i usually have to reload/restart apache for these changes to take effect. it is quite annoying. Is there an