RE: [Zope] Using zope as something more than just dynamic webpage s
Hi, Is it then possible for example to have pieces of Python code start up when zope start up that will be persistent and executing for as long as zope runs? This code might be consuming data off a queue that is also persistent, processing the data and maybe publishing it to some other data structure to be processed by some other object? Or maybe have a persistent socket connection to some external system, the state of which is managed by another object? Regards, Alwyn -----Original Message----- From: Chris McDonough [mailto:chrism@zope.com] Sent: Friday, June 28, 2002 8:48 PM To: alwyn@smart.com.ph; zope@zope.org Subject: Re: [Zope] Using zope as something more than just dynamic webpages Zope is an application server. It's reasonably well-suited for this purpose. ----- Original Message ----- From: <alwyn@smart.com.ph> To: <zope@zope.org> Sent: Friday, June 28, 2002 3:56 AM Subject: [Zope] Using zope as something more than just dynamic webpages
Hi,
How suited is Zope as an application server for tasks you would do in JBoss if you were using Java?
I'm thinking e.g. like a message routing engine having persistent connections to different external systems, routing objects that know their state and routed by Zope according to the state.
Regards, Alwyn
--- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.371 / Virus Database: 206 - Release Date: 6/13/2002
______________________________________ The information transmitted through this mail is intended solely for the addressee and may be legally privileged. Any disclosure, copying, dissemination or any action taken or omitted, to be taken in reliance on it, by persons or entities other than the intended recipient is prohibited. Smart Communications, Inc. http://www.smart.com.ph
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
--- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.371 / Virus Database: 206 - Release Date: 6/13/2002 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.371 / Virus Database: 206 - Release Date: 6/13/2002 ______________________________________ The information transmitted through this mail is intended solely for the addressee and may be legally privileged. Any disclosure, copying, dissemination or any action taken or omitted, to be taken in reliance on it, by persons or entities other than the intended recipient is prohibited. Smart Communications, Inc. http://www.smart.com.ph
alwyn@smart.com.ph writes:
Is it then possible for example to have pieces of Python code start up when zope start up that will be persistent and executing for as long as zope runs? The Zope framework does not support this directly.
But sure, it is possible. You need to change the source rather than obtain this through Zope management. Look at Zope's database adapters for an example on how to connect to external systems... Dieter
participants (2)
-
alwyn@smart.com.ph -
Dieter Maurer