ZoDB's capabilities

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Almad

    #1

    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...howev er, 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 ::]
  • Calvin Spealman

    #2
    Re: ZoDB's capabilities

    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:
    [color=blue]
    > Hello,
    >
    > I'm going to write a custom CMS. I'd like to use some odbms, as code is
    > then much more cleaner...howev er, 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,[/color]

    --


    Comment

    • Larry Bates

      #3
      Re: ZoDB's capabilities

      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:[color=blue]
      > Hello,
      >
      > I'm going to write a custom CMS. I'd like to use some odbms, as code is then
      > much more cleaner...howev er, 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,[/color]

      Comment

      • Joe

        #4
        Re: ZoDB's capabilities

        On Mon, 28 Feb 2005 23:31:27 +0100, Almad <almad@include. cz> wrote:[color=blue]
        >I'm going to write a custom CMS. I'd like to use some odbms, as code is then
        >much more cleaner...[/color]

        You should go ask for pratical infos on ZODB here:



        Joe.

        Comment

        • Lars

          #5
          Re: ZoDB's capabilities

          Quote Larry Bates:[color=blue]
          > There is a VERY large website that uses Zope/ZODB that takes up to
          > 9000 hits per second when it gets busy.[/color]

          What's the url? I just got curious to see it a big site on Zope in
          action.


          -----
          Lars
          "Pythonfan stuck with c sharp"

          Comment

          • Almad

            #6
            Re: ZoDB's capabilities

            Larry Bates wrote:
            [color=blue]
            > 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.[/color]

            If it's true, I'm glad. Other side of think is, on what hardware is this
            site running :o)

            [color=blue]
            > You should probably look at Plone. It is CMS already built on
            > top of Zope. Might safe you a LOT of work.[/color]

            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.

            [color=blue]
            > Larry Bates[/color]

            --
            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 ::]

            Comment

            • Dieter Maurer

              #7
              Re: ZoDB's capabilities

              Larry Bates <lbates@syscono nline.com> writes on Mon, 28 Feb 2005 18:48:39 -0600:[color=blue]
              > 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.[/color]

              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

              Comment

              Working...