[google-appengine] Re: Interaction with other server

2009-01-10 Thread Gipsy Gopinathan
Do you have access to install appengine sdk on your hosting server? If yes
then you can do an appcfg update to your appengine app from the hosting
server for updating your static or any other files..



On Tue, Jan 6, 2009 at 4:50 AM, gabon  wrote:

>
> Tired of the performances of my cheap hosting, I would like to try to
> see if GAE is the answer for small projects that could be quite
> demanding and should be reliable.
> Let's imagine I have a database on my personal website and I would
> like to kind of mirror it every now and then to have almost the same
> data in my GAE app. I could for instance call a dynamically generated
> text file (ie xml) with all the needed data from my personal webserver
> and copy in the GAE app directory. Can I copy static files to the app
> directory from my app (in python)? I read network operations are
> limited but I presume not that much.
>
> Any suggestion?
>
> Thanks, chr
>
> >
>


-- 
cheers
Gipsy

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Interaction with other server

2009-01-10 Thread gabon

I'm loading an xml using urlfetch and seems to work ok. It seems clear
that I cannot save any file on the application folders though.

Cheers, chr

gabon wrote:
> Tired of the performances of my cheap hosting, I would like to try to
> see if GAE is the answer for small projects that could be quite
> demanding and should be reliable.
> Let's imagine I have a database on my personal website and I would
> like to kind of mirror it every now and then to have almost the same
> data in my GAE app. I could for instance call a dynamically generated
> text file (ie xml) with all the needed data from my personal webserver
> and copy in the GAE app directory. Can I copy static files to the app
> directory from my app (in python)? I read network operations are
> limited but I presume not that much.
>
> Any suggestion?
>
> Thanks, chr
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---