Re: [appengine-java] Traffic from single IP address problem.

2011-07-27 Thread Jayr Motta
Frooti,

It will work fine, you just have to be aware of the URLFetch service
limitations, if you're going to communicate with the SMS gateway through
http request / response, then the limitation is that your request / response
should not take more than 10 seconds, but you can also try another
approaches, we just need to know what you're able to do, how to communicate,
etc .. then we can try to help you find the solution that best fits your
need.

Hope this helps. :)

*Jayr Motta*
Software Developer
*
*
I'm  on 
BlackBeltFactory.comhttp://www.blackbeltfactory.com/ui#!User/jmotta/ref=jmotta
!



On Wed, Jul 27, 2011 at 10:35 AM, frooti ravi.muppalan...@gmail.com wrote:

 Hi,

i want to host an SMS application on GAE .  All my traffic comes
 from  SMS GATEWAY with a single IP address.
 Is that fine ? or Will there be any problems like unusual traffic
 errors or any other issues ?

 thanks in advance,
 ravi.

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



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



Re: [appengine-java] How to run quatz(kind) of scheduler service on appengine?

2011-07-22 Thread Jayr Motta
http://code.google.com/appengine/docs/java/config/cron.html
http://code.google.com/appengine/docs/java/config/cron.html
http://code.google.com/appengine/docs/python/config/cron.html

http://code.google.com/appengine/docs/python/config/cron.htmlIs that what
you want?

*Jayr Motta*
Software Developer
*
*
I'm  on 
BlackBeltFactory.comhttp://www.blackbeltfactory.com/ui#!User/jmotta/ref=jmotta
!



On Fri, Jul 22, 2011 at 5:22 AM, Max thebb...@gmail.com wrote:

 You can have deploy your quatrz scheduler in EC2 and the only job is
 pinging your corresponding appengine URL according to the schedule.

 --
 You received this message because you are subscribed to the Google Groups
 Google App Engine for Java group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/google-appengine-java/-/HzvkfqOeTWgJ.

 To post to this group, send email to
 google-appengine-java@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.


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