[Zope] 4 question

Andreas Jung lists at andreas-jung.com
Wed Nov 26 05:54:11 EST 2003



--On Mittwoch, 26. November 2003 11:30 Uhr +0100 Kepes Krisztian 
<Kepes.Krisztian at peto.hu> wrote:

> Hi !
>
> I want to create an web application, but I want to get information,
> how to create that, and what system I use...
>
> 1.)
> Can I create persistent db connection under ZOPE ?
> I don't want to drop the db connection, because the connect to
> InterBase is very slow...

Database adapters usually keep the connection open.
Don't use the low-level Python bindings!

>
> 3.)
> mod_python or zope ?
> What is goodest thing for create web applications ?

Depends on your needs.,.....
>
> 4.)
> Under mod_python can I use persistent db connection; and real (php
> liked) session ?
>

See above.

I advise to read The Zope Book first and then ask again.

-aj



More information about the Zope mailing list