Well, I just tested version 2.4.5 Stable ts 2013.04.04.21.10.38 and all 
worked for me. What issue have you encountered?
Anyway, the code was and is experimental (for example it doesn't work on 
IE).

If do you want something more tested please try comet messaging included in 
web2py as Derek suggested in an other thread.

Il giorno venerdì 5 aprile 2013 02:26:23 UTC+2, Arnon Marcus ha scritto:
>
> Can you post the actual files? The w2p can't be imported to the latest 
> web2py...
>
> Also, some questions:
>
> 1. The way I understand this, an implementation would be via a 
> controller-action that receives the event-stream-request, then responds 
> with a "200 OK" and that MIME thing, to affirm the connection. But from 
> that point onward, new responses should be sent over the same open 
> connection. How is the response-object being generated and sent without a 
> request? How does it know where to send it to?
>
> 2. I would like to make a shared-collaborative view for multiple users, 
> that any changed done by one, is reflected automatically in all the others. 
> How would I go about doing that? Since web2py executes on each request, I 
> would have to hold connection-data of all open-connections, in some 
> semi-persistent location - would I have to use some 
> external/internal caching? Is there some automatic session-saving already 
> built-in web2py that can be useful?
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to