Ravi, Do you have any sample code? I'd like to take a look at this.
On Fri, Nov 27, 2009 at 2:43 AM, Ravi <[email protected]> wrote: > Hi Googlers, > Did you get a chance to look at my problem > Quota page says 3000 calls/min can be handled by App Engine. > But when I send a message every 5 second from a client(outside app > engine), it stop responding after 10 messages. > I increased the time one second each time and now for 10 seconds > difference between each call is working fine. That is really really a > big problem. I need to make almost 20000 calls now and then may be > more, so to do that I might need > 20000/6 = 3333 minutes(6 calls per minutes) or 55 hours or two and > half day. Am I suppose to keep running my program for 2 and half days > to make those 20000 calls. > I really need some help here. > > > Thanks in Advance > Ravi. > > > > > > > On Nov 25, 9:50 pm, Ravi Sharma <[email protected]> wrote: > > Hi Googlers, > > Can i have some reply on my problem, its really a stopper for our > > application. > > > > *Now one bigger problem we are seeing.* > > I send 25(testing with 25 just a number) XMPP message to GAE Application > > from my desktop XMPP client > > First 10 messages goes and delivered to GAE Application and GAE > application > > reply it by saying Mesage delivered. > > > > but 11th and onwards message never reach to GAE application(i can see it > in > > my logs, that my XMPP controller never received the messgae), and but my > > client do get a reply from GAE(my application [email protected]) which is > same > > message as what i sent. This is really weird and big problem. Why my > > messages are being returned back to me?. Usally in chat client it happens > > when someone is offline. So does it mean that my GAE chat bot has gone > > offline? or too busy to respond? or any other problem? > > > > And i ran this test now almost 7-8 times and everytime only first 10 > > messages are getting delivered. > > > > Then i thought may be its the number of request per seconds, so i started > > sending one message per 5 seconds but still no success.Still only 10 > > messages reaching GAE. > > > > Can any one from google check this problem and give some guidence what is > > wrong here > > > > Thanks in advance, > > Ravi. > > > > > > > > On Wed, Nov 25, 2009 at 9:33 AM, Ravi Sharma <[email protected]> > wrote: > > > Hi, > > > I am trying to write a XMPP Client. When i send a mesage from Client to > GAE > > > application, it always reach the server and then server reply back. > When i > > > ran the client first time it worked for 3-4 times. but then now i am > not > > > receiving any message on client side. I checked the server logs and it > says > > > that Message sent succesfully. > > > > > I am using my gmail id on client side to connect to > talk.google.comserver.And i logged out my self from all google client like > gmail, gtalk > > > etc, as i was thinking may be message is being sent to another client. > > > Intrestingky when i am logged in to Gtalk at the time when i am running > my > > > client, Gtalk recive the response from server. I am using smack > libraries > > > forXMPP client. > > > > > 1) Can you please suggest what can be a problem here. > > > 2) Is XMPP communication is 100% delivery system. Is there chance that > my > > > message will get lost once on server or client i see that message has > been > > > sent. > > > > > Thanks, > > > 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 > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > > > -- Ikai Lan Developer Programs Engineer, Google App Engine -- 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 [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-java?hl=en.
