thor has asked for the wisdom of the Perl Monks concerning the following question:
I've written an application for my company that takes a batch schedule as represented in a database and converts it to a postscript file via GraphViz. The problem that I'd like to fix is that some of our databases reside in other parts of the world (I'm in Minnesota, some of the databases are in Sydney, Australia), thus making the application run very slow. Running the whole application on the remote server is not an option, as GraphViz is not installed on the remote machine. In your experiences, how have you handled running a lot of database queries across a slow line?
thanks,
thor
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Remote SQL queries
by dws (Chancellor) on Jun 25, 2003 at 19:53 UTC | |
|
Re: Remote SQL queries
by adrianh (Chancellor) on Jun 25, 2003 at 19:52 UTC | |
|
Re: Remote SQL queries
by cbro (Pilgrim) on Jun 25, 2003 at 19:55 UTC | |
|
Re: Remote SQL queries
by husker (Chaplain) on Jun 25, 2003 at 20:31 UTC |