PDA

View Full Version : Weather Infomation


JoeLeBlanc
06-13-2004, 10:54 PM
Hello,

I have created a weather information getter that gets the weather information like every hour, but I have added about 117 records and it takes now maybe at lease 5 minutes to get the data. I have notice we are no longer be able to use external mysql databases. What do I do now about this kind of issue so I can still show the weather on my site.
It creates about a 700 KB database file.

Thanks

Terra
06-14-2004, 02:52 AM
I have notice we are no longer be able to use external mysql databases.
There should be nothing stopping you, unless you are trying to do this from an IRM...

If not from an IRM, they I would recommend that you recheck your code and/or run external tests to try and determine where it is being blocked...

--
Terra
sysAdmin
FutureQuest

JoeLeBlanc
06-14-2004, 10:07 AM
o, sorry, Im just trying to find a different way to execute my weather program so it doesn't have to run on the FQ server, because of the process time( about 5 minutes + ), so im trying to figure out how I can get the data file from my computer to the FQ servers.

Thanks