Hi Sam,

I mentioned dojo as an example but dojo is client side. I'm looking for a 
server side publish-subscribe engine in python, i.e. between python object. I 
was wondering if such engine exists in turbogears2.1, or there exists a 
installable pugin which can be used in turbogears2.1  
 I don't know redis, it seems a kind of database, but I use postgres as database

Regards


Paolo


Il giorno 21/dic/2010, alle ore 02.55, Sam ha scritto:

> Hi Paolo...
> 
> I'm not familiar with dojo.  All my js is done in jquery. So I'm not
> completely sure what you are looking for.
> 
> I am however, using redis as an adjunct data store.  Most of my data
> is stored in Postgresql, but the parts that are more suited to redis
> go there.
> 
> Redis does pub/sub.   See 
> http://antirez.com/post/redis-weekly-update-3-publish-submit.html
> 
> It's really easy to get started with redis, and it's quite addictive.
> 
> Good luck!
> 
> On Dec 17, 9:09 am, Paolo Sommaruga <[email protected]> wrote:
>> Hi,
>> 
>> I wonder if in turbogears 2.1 there is a notification engine between 
>> objects, such as publish-subscribe pattern in dojo. I google it but I found 
>> nothing. Can someone suggest some doc/example about it ?
>> 
>> Regards
>> 
>> Paolo Sommaruga
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "TurboGears" 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/turbogears?hl=en.
> 

-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en.

Reply via email to