1) I have data files uploaded regularly on a FTP server.

2) I have to download, parse them and save data in a database.

3) I'd make some data analysis using Pylons to read from db and show
results.

Is it convenient to me also let Pylons take care, when server is
running, of step 2?

Can I get, with Pylons, *a process running in background* checking ftp
server every while and downloading / parsing / storing data?
*Can I have direct access, in this process, to all Pylons facilities*,
like Session.query and model classes?

If so how?

Or I'd better hardcode this thread and use Pylons only to show data
already in db?

I'm rather new to Pylons so any advice is welcome.

Thanks for your support
neurino

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to