On Mar 26, 1:30 am, wangscu <[email protected]> wrote:
> hello guys!
>    i have a problem with GAE when i want to  make a reverse_rpc
> application.like i wait one request util the other request notify it .
> so it can make the client like have a state . but i code like below.
> here some problem   when i inovke  AddMessage() after GetMessage()  ,
> the GetMessage() did not notified,util it time out . then then the
> AddMessage() just can response . how does thes heppen?
>
>      does appengine is just a thread? not a process so it make request
> just like a list. or i code have some wrong?
>
> cv = threading.Condition()

Google hasn't released very much information about app engine's
internals, but this is unlikely to work - two requests may be routed
to entirely different /servers/, which obviously requires seperate
processes.
--~--~---------~--~----~------------~-------~--~----~
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