473,394 Members | 1,724 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

ZoDB's capabilities

Hello,

I'm going to write a custom CMS. I'd like to use some odbms, as code is then
much more cleaner...however, i'm a little bit scared about capabilities of
ZoDB, when compared with f. e. Firebird.
How much instances is Zodb able to handle? Under "handle" I mean "in real
time", not "theoretically". I'd like to use it for dynamic portal with
about 2000 - 3000 UIP / day.

And, how is it with stability and crash recovery? I can't find some more
sources about zodb, when there are some other sources then those on Zope,
please tell me. Or, please tell me if you knew some better odbms engine ^_^

Thanks,
--
Lukas "Almad" Linhart

[:: http://www.almad.net/ ::]
[:: Humans are too complicated to be described with words. ::]
[:: PGP/GNUPg key: http://www.almad.net/download/pubkey.asc ::]
Jul 18 '05 #1
6 1367
I don't think you have anything to worry about. Consider that this is
exactly what ZODB was designed for. It is, after all, the database back-end
for Zope itself, which is just another (very good, some say) CMS.

Almad wrote:
Hello,

I'm going to write a custom CMS. I'd like to use some odbms, as code is
then much more cleaner...however, i'm a little bit scared about
capabilities of ZoDB, when compared with f. e. Firebird.
How much instances is Zodb able to handle? Under "handle" I mean "in real
time", not "theoretically". I'd like to use it for dynamic portal with
about 2000 - 3000 UIP / day.

And, how is it with stability and crash recovery? I can't find some more
sources about zodb, when there are some other sources then those on Zope,
please tell me. Or, please tell me if you knew some better odbms engine
^_^

Thanks,


--
Jul 18 '05 #2
There is a VERY large website that uses Zope/ZODB that takes up to
9000 hits per second when it gets busy. ZODB is very fast and
holds up well under load.

You should probably look at Plone. It is CMS already built on
top of Zope. Might safe you a LOT of work.

Larry Bates
Almad wrote:
Hello,

I'm going to write a custom CMS. I'd like to use some odbms, as code is then
much more cleaner...however, i'm a little bit scared about capabilities of
ZoDB, when compared with f. e. Firebird.
How much instances is Zodb able to handle? Under "handle" I mean "in real
time", not "theoretically". I'd like to use it for dynamic portal with
about 2000 - 3000 UIP / day.

And, how is it with stability and crash recovery? I can't find some more
sources about zodb, when there are some other sources then those on Zope,
please tell me. Or, please tell me if you knew some better odbms engine ^_^

Thanks,

Jul 18 '05 #3
Joe
On Mon, 28 Feb 2005 23:31:27 +0100, Almad <al***@include.cz> wrote:
I'm going to write a custom CMS. I'd like to use some odbms, as code is then
much more cleaner...


You should go ask for pratical infos on ZODB here:

http://www.zope.org/Products/StandaloneZODB

Joe.
Jul 18 '05 #4
Quote Larry Bates:
There is a VERY large website that uses Zope/ZODB that takes up to
9000 hits per second when it gets busy.


What's the url? I just got curious to see it a big site on Zope in
action.
-----
Lars
"Pythonfan stuck with c sharp"

Jul 18 '05 #5
Larry Bates wrote:
There is a VERY large website that uses Zope/ZODB that takes up to
9000 hits per second when it gets busy. ZODB is very fast and
holds up well under load.
If it's true, I'm glad. Other side of think is, on what hardware is this
site running :o)

You should probably look at Plone. It is CMS already built on
top of Zope. Might safe you a LOT of work.
I've looked on Plone, I don't want it. My CMS will be somehow very specific,
and I prefer to learn from my programming.

Larry Bates


--
Lukas "Almad" Linhart

[:: http://www.almad.net/ ::]
[:: Humans are too complicated to be described with words. ::]
[:: PGP/GNUPg key: http://www.almad.net/download/pubkey.asc ::]
Jul 18 '05 #6
Larry Bates <lb****@syscononline.com> writes on Mon, 28 Feb 2005 18:48:39 -0600:
There is a VERY large website that uses Zope/ZODB that takes up to
9000 hits per second when it gets busy. ZODB is very fast and
holds up well under load.


But, you will not get 9000 hits per second from the ZODB (unless
both your disk and your processor are unexpectedly fast).

To get 9000 hits per second, you need extensive caching.
Dieter
Jul 18 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Richard Shea | last post by:
Hi - I'm trying to use ZODB but I'm having trouble getting started. Can anyone point me at a very simple example ? I've had a look at 'ZODB/ZEO Programming Guide'...
49
by: Paul Rubin | last post by:
I've started a few threads before on object persistence in medium to high end server apps. This one is about low end apps, for example, a simple cgi on a personal web site that might get a dozen...
1
by: DJTB | last post by:
zodb-dev@zope.org] Hi, I'm having problems storing large amounts of objects in a ZODB. After committing changes to the database, elements are not cleared from memory. Since the number of...
10
by: ls | last post by:
Hi All, I looking for help with ZODB data export to text file. I have file Data.fs (file becomes from Plone CMS) and I have to display content structure, data like intro, body of article, etc...
1
by: Harald Armin Massa | last post by:
Hello, I am using ZODB "standalone" in version 3.3.1 within some application. Now I learn that the 3.3.x branch of ZODB is "retired". No problem so far, everything is running fine. BUT......
3
by: Rene Pijlman | last post by:
I have a productional Linux web server with a Python/Zope/Plone. Now I'd like to install a non-Zope Python/ZODB application on the same server. What is the recommended way of doing that? Option...
5
by: vd12005 | last post by:
Hello, While playing to write an inverted index (see: http://en.wikipedia.org/wiki/Inverted_index), i run out of memory with a classic dict, (i have thousand of documents and millions of terms,...
2
by: Petra Chong | last post by:
Hello all I am using Python 2.3 and ZODB (without the rest of Zope) with the following pattern: * One process which writes stuff to a ZODB instance (call it test.db) * Another process which...
3
by: Jean-Paul Calderone | last post by:
On Thu, 14 Aug 2008 16:15:11 +0200, "Diez B. Roggisch" <deets@nospam.web.dewrote: ZODB has transactions. That's probably the best way to make this code safe for concurrent use. A threading.Lock...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.