maybe i didnt explain properly, i have a servlet handling the url / 
myapp/inbound for example, which sends an xmpp message to [email protected]

in the logs i see all 1000 entries for /myapp/inbound (none of which  
seem to error and are logging out whether the xmpp message was  
successfully sent) but i can only see the first 10 corresponding  
requests to /_ah/xmpp/message/chat everything else appears to have  
been dropped.


On 24 Oct 2009, at 12:57, 风笑雪 wrote:

>
> How do you know it only triggers the XMPP handler servlet 10 times,
> but they are all in request logs?
>
> Try to use logging.debug() to see whether it's been handled.
>
> 2009/10/24 Benn <[email protected]>:
>> Hi all, i'm playing with XMPP and have gotten it to work with single
>> requests no problem, but when i try to test it with some load (say  
>> 1000
>> requests over 20 seconds) i see all the requests in the logs but it  
>> only
>> ever triggers the XMPP handler servlet 10 times. Has anyone else  
>> experienced
>> this before?
>>
>> --
>> Cheers,
>> Benn
>>
>>>
>>
>
> >


--~--~---------~--~----~------------~-------~--~----~
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