Joined: 30 Jan 2006 Posts: 292 Location: Germany, Bavaria
Posted: Sat Jan 06, 2007 9:43 am Post subject:
for performance reasons we use aux here only for sync. an external application asks pol via aux to generate the ready-to-use xml file. pol creates it and than the external app moves it via scp to the webserver where the php-script is just waiting for. that's all.
we use this method to auto-generate forum-accounts, transfer player-data, house-data, online-data, etc... online-data will be transfered every minute, all other stuff every 12 hours
Shinigami
Author
Message
MuadDib POL Developer
Joined: 13 Feb 2006 Posts: 830 Location: Indiana, USA
Posted: Sat Jan 06, 2007 1:15 pm Post subject:
Aye, same as mine. Cept the page got it once an hour, then saved it to a file one the webserver on it's own. At the time, my host did not support crontab so I couldn't automate it any better than that. Didn't want another app involved myself (I was still green with scripting when i made it )
Author
Message
Shinigami POL Core Developer
Joined: 30 Jan 2006 Posts: 292 Location: Germany, Bavaria
Posted: Sat Jan 06, 2007 4:42 pm Post subject:
the external app doesn't use crontab... it's developed in Delphi, compiled in Kylix and still running on the Pergon-linux-server-box. Pol store the data as xml in files and the kylix-app put'em via scp to the webserver...
anyway, our SpawnNet-overview is fullfilled with some data now.