Hi all,

Does URLFetch support retreiving self application's URL like below?

//At some servlet#service() as URL http://myappid.appspot.com/anypath1.
URLFetchService service = URLFetchServiceFactory.getURLFetchService();
serivce.fetch(new URL("http://myappid.appspot.com/anypath2";));

I got an issue caused by scale out mechanism if this operation is
supported.
(simple. need to separate process of spinning up/request processing or
keep an instance up.)
Please let me know if there are related issue's pointers.

thanks,
WdWeaver

--

You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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/google-appengine?hl=en.


Reply via email to