in reply to Command line Persistent DBI connections

Connecting once per run via connect_cached() doesn't sound so terrible to me, but you could also just have your cron trigger a mod_perl handler that does the work by making an LWP request to your local server.
  • Comment on Re: Command line Persistent DBI connections