Re: [Zope3-Users] Periodically refresh RSS feeds

2006-12-19 Thread Florian Lindner
Am Dienstag, 19. Dezember 2006 13:03 schrieb Christian Theune: > Hi, > > Florian Lindner wrote: > > That's something I had mentioned in my posting too. It has advantage that > > the feeds could decide if they want to be called or not, whereas by > > the "utility-way" they would always be called. >

Re: [Zope3-Users] Periodically refresh RSS feeds

2006-12-19 Thread Christian Theune
Hi, Florian Lindner wrote: > That's something I had mentioned in my posting too. It has advantage that the > feeds could decide if they want to be called or not, whereas by > the "utility-way" they would always be called. Considering your hesitation towards the component architecture, here's so

Re: [Zope3-Users] Periodically refresh RSS feeds

2006-12-19 Thread Florian Lindner
Am Dienstag, 19. Dezember 2006 09:44 schrieb Thierry Florac: > Le mardi 19 décembre 2006 à 08:17 +0100, Christian Theune a écrit : > > Hi, > > > > Florian Lindner wrote: > > > Hello, > > > I have the following situation: > > > [...] > > Hi, > > I had a several problem to handle regular "alerts" whi

Re: [Zope3-Users] Periodically refresh RSS feeds

2006-12-19 Thread Florian Lindner
Am Dienstag, 19. Dezember 2006 08:17 schrieb Christian Theune: > Hi, > > Florian Lindner wrote: > > Hello, > > I have the following situation: > > > > An object represents an RSS feed. It should be updated like every 20 > > minutes. If there is something new a Jabber message should be send out. > >

Re: [Zope3-Users] Periodically refresh RSS feeds

2006-12-19 Thread Thierry Florac
Le mardi 19 décembre 2006 à 08:17 +0100, Christian Theune a écrit : > Hi, > > Florian Lindner wrote: > > Hello, > > I have the following situation: > > > > An object represents an RSS feed. It should be updated like every 20 > > minutes. > > If there is something new a Jabber message should be

Re: [Zope3-Users] Periodically refresh RSS feeds

2006-12-18 Thread Christian Theune
Hi, Florian Lindner wrote: > Hello, > I have the following situation: > > An object represents an RSS feed. It should be updated like every 20 minutes. > If there is something new a Jabber message should be send out. > > Currently I have it implemented with an scheduler loop that emits an > re

[Zope3-Users] Periodically refresh RSS feeds

2006-12-18 Thread Florian Lindner
Hello, I have the following situation: An object represents an RSS feed. It should be updated like every 20 minutes. If there is something new a Jabber message should be send out. Currently I have it implemented with an scheduler loop that emits an refreshRSSFeed event evey 20 minutes. My probl