RE: [Zope3-Users] Testing Book?

2006-01-19 Thread Lukasz Lakomy
The best book that considers unit/functional testing in Zope 3 environemnt
is:
http://www.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/Zope3Book/b
ook.pdf :)

Lukasz

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of Steve Wedig
Sent: Thursday, January 19, 2006 8:43 PM
To: zope3-users@zope.org
Subject: [Zope3-Users] Testing Book?


Hello,

I'm planning to develop a zope 3 web application. Before this, I would
like to read a book about unit testing and test driven development.
Does anyone know a good book about testing that will apply well to
python and zope?

Thanks!
Steve
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


RE: [Zope3-Users] Zope 3 Capacities

2006-01-19 Thread Andreas Jung



--On 19. Januar 2006 21:00:15 +0100 Andreas Jung <[EMAIL PROTECTED]> 
wrote:





--On 19. Januar 2006 13:54:55 -0600 David Johnson <[EMAIL PROTECTED]>
wrote:


We're looking at 10-100 billion tx per year stored and performed.



This would be 31-310 tx/second...forget the ZODB :-)


It's even worser (due to a calculation error): 10 billion would mean 310 
tx/second but 100 billion would mean 3100 tx/second...you should look for 
something _bigger_.


-aj

pgpg5pCXBkT2Y.pgp
Description: PGP signature
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


[Zope3-Users] Is Zope Zope2 or Zope3?

2006-01-19 Thread Alen Stanisic
I received a February issue of Linux Journal and there it was, a review
of Ruby On Rails and Zope. Which Zope? I have a pretty good idea and it
didn't take *me* long to realise this was an article on Zope2.  I also
understand that a reference to Zope means Zope2 but to someone outside
of Zope world, they wouldn't have a clue.  If someone was looking to
evaluate a new framework after reading this and even after hearing about
Zope3 they will probably check out an alternative thinking the article
was also of relevance to Zope3.

There were also occasions when I mentioned Zope3 to people and them
telling me they "looked at it", in other words they looked at using
Zope2, decided not to use it and they are not likely to check it out
again.  I think this is the story of many in the python community, while
most of them know about Zope and many use Zope2, there are many that
decided not to.  The two *different* frameworks sharing the same name
might not help in getting these people to (again?) evaluate Zope3.  I
think Zope3 has great potential and should look to a lot larger
audience, not just Zope community, but python community and even outside
python community.  Not sure how many Ruby programmers there are but I
imagine not many which only means people are learning Ruby programming
language to get into Rails.  

I am just concerned that the name might slow deserved adoption of Zope3
outside of Zope community and this confused publicity in the press might
not help either.

Alen

___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


[Zope3-Users] Re: Zope3-users Digest, Vol 15, Issue 31

2006-01-19 Thread Paul Dumais
I noticied that the installation documentation does not explicitly
explain how to install SchooBell within an existing Zope3 installation
(though it says this is possible).

Could someone give a brief overview of how this is done? Would I be
better off contacting the SchoolBell developers?

Thanks,

Paul

On 1/19/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Send Zope3-users mailing list submissions to
> zope3-users@zope.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://mail.zope.org/mailman/listinfo/zope3-users
> or, via email, send a message with subject or body 'help' to
> [EMAIL PROTECTED]
>
> You can reach the person managing the list at
> [EMAIL PROTECTED]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Zope3-users digest..."
>
>
> Today's Topics:
>
>1. Re: CalCore from CPS and Zope3? (Stephan Richter)
>
>
> --
>
> Message: 1
> Date: Wed, 18 Jan 2006 16:17:23 -0500
> From: Stephan Richter <[EMAIL PROTECTED]>
> Subject: Re: [Zope3-Users] CalCore from CPS and Zope3?
> To: zope3-users@zope.org
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain;  charset="utf-8"
>
> On Wednesday 18 January 2006 01:16, Roman Susi wrote:
> > I am intrested in making CalCore to work Zope3, however, I have not
> > found anything that says CalCore can work inside Zope3 fo rnow.
> >
> > Are there any plans on this if anybody knows? Is it easy to DIY?
>
> You might want to look at SchoolTool/SchoolBell, it has a full-blown calendar
> as well. And its a pure Zope 3 project.
>
> Regards,
> Stephan
> --
> Stephan Richter
> CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D. student)
> Web2k - Web Software Design, Development and Training
>
>
> --
>
> ___
> Zope3-users mailing list
> Zope3-users@zope.org
> http://mail.zope.org/mailman/listinfo/zope3-users
>
>
> End of Zope3-users Digest, Vol 15, Issue 31
> ***
>
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


Re: [Zope3-Users] Zope 3 Capacities

2006-01-19 Thread Shane Hathaway

Andreas Jung wrote:



--On 19. Januar 2006 13:54:55 -0600 David Johnson <[EMAIL PROTECTED]> 
wrote:



We're looking at 10-100 billion tx per year stored and performed.



This would be 31-310 tx/second...forget the ZODB :-)


Well, if those transactions just add to a log, ZODB could handle it on 
suitable hardware.  ZODB could also handle it if there's no concurrency. 
 But you probably have concurrency and you're probably building indexes 
at the same time.  An RDBMS is just easier for that kind of task.


Shane
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


RE: [Zope3-Users] Zope 3 Capacities

2006-01-19 Thread Andreas Jung



--On 19. Januar 2006 13:54:55 -0600 David Johnson <[EMAIL PROTECTED]> 
wrote:



We're looking at 10-100 billion tx per year stored and performed.



This would be 31-310 tx/second...forget the ZODB :-)

-aj

pgpz69nycXjX6.pgp
Description: PGP signature
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


Re: [Zope3-Users] Testing Book?

2006-01-19 Thread Andreas Jung



--On 19. Januar 2006 11:43:02 -0800 Steve Wedig <[EMAIL PROTECTED]> 
wrote:



Hello,

I'm planning to develop a zope 3 web application. Before this, I would
like to read a book about unit testing and test driven development.
Does anyone know a good book about testing that will apply well to
python and zope?



Google for "python unittesting tutorial"-> e.g.


-aj




pgpAZtKJcJEjw.pgp
Description: PGP signature
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


RE: [Zope3-Users] Zope 3 Capacities

2006-01-19 Thread David Johnson
We're looking at 10-100 billion tx per year stored and performed.

Partly I'm trying to gauge where the dividing line is between using the ZODB
and not, and also estimate how many server instances should be running.  


> -Original Message-
> From: Andreas Jung [mailto:[EMAIL PROTECTED]
> Sent: Thursday, January 19, 2006 1:29 PM
> To: David Johnson; zope3-users@zope.org
> Subject: Re: [Zope3-Users] Zope 3 Capacities
> 
> 
> 
> --On 19. Januar 2006 12:26:42 -0600 David Johnson <[EMAIL PROTECTED]>
> wrote:
> 
> > I'm trying to scope out Zope 3's capacities.  Does anyone have a large
> > ZODB? How big is it (in terms of objects)?  Any performance issues?
> > Does anyone have a very high volume site?  What kind of volume with what
> > kind of degree of application logic?
> >
> >
> >
> > What architectural things have affected performance?   I general we're
> > looking at using an RDBMS, but we're trying to get a better feeling of
> > when we can use the ZODB and when we should stick to the RDBMS. I like
> > the ZODB because of it's versioning information in particular.
> >
> >
> >
> > We have various datasets:
> >
> > 1.  Transactions: 10-100 billion objects
> 
> per day, month, yr?
> 
> > 2.  Users: 10-100 million objects
> 
> up to 1-2 million objects seem to be common for large sites nowadays
> 
> > 3.  Contacts: 100,000 objects
> > 4.  Customers: 100-1000 objects
> 
> Possibly you might consider a hybrid solution using the ZODB and a RDBMS.
> 
> -aj


___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


[Zope3-Users] Testing Book?

2006-01-19 Thread Steve Wedig
Hello,

I'm planning to develop a zope 3 web application. Before this, I would
like to read a book about unit testing and test driven development.
Does anyone know a good book about testing that will apply well to
python and zope?

Thanks!
Steve
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


Re: [Zope3-Users] Zope 3 Capacities

2006-01-19 Thread Andreas Jung



--On 19. Januar 2006 12:26:42 -0600 David Johnson <[EMAIL PROTECTED]> 
wrote:



I'm trying to scope out Zope 3's capacities.  Does anyone have a large
ZODB? How big is it (in terms of objects)?  Any performance issues?
Does anyone have a very high volume site?  What kind of volume with what
kind of degree of application logic?



What architectural things have affected performance?   I general we're
looking at using an RDBMS, but we're trying to get a better feeling of
when we can use the ZODB and when we should stick to the RDBMS. I like
the ZODB because of it's versioning information in particular.



We have various datasets:

1.  Transactions: 10-100 billion objects


per day, month, yr?


2.  Users: 10-100 million objects


up to 1-2 million objects seem to be common for large sites nowadays


3.  Contacts: 100,000 objects
4.  Customers: 100-1000 objects


Possibly you might consider a hybrid solution using the ZODB and a RDBMS.

-aj



pgpdR1yldcisJ.pgp
Description: PGP signature
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


Re: [Zope3-Users] Zope 3 Capacities

2006-01-19 Thread Lennart Regebro
On 1/19/06, David Johnson <[EMAIL PROTECTED]> wrote:
> I'm trying to scope out Zope 3's capacities.

A quick note: In the things you mention, Zope 2 and Zope 3 are
similar, as they both use the same ZODB. So answers to your question
could equally be done with Zope 2 example. And I personally do not
have a high volume site, but such sites has been installed. The people
who did that gets to answer on how big they were. :)

The bottleneck with ZODB tends to be writing transactions, while just
reading transactions is handled with much greater ease, so that's the
most critical data in tis type of evaluations, I would guess.

--
Lennart Regebro, Nuxeo http://www.nuxeo.com/
CPS Content Management http://www.cps-project.org/
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


[Zope3-Users] Zope 3 Capacities

2006-01-19 Thread David Johnson








I’m trying to scope out Zope 3’s
capacities.  Does anyone have a large ZODB? How big is it (in terms of
objects)?  Any performance issues?   Does anyone have a very
high volume site?  What kind of volume with what kind of degree of
application logic?  

 

What architectural things have affected performance?   I
general we’re looking at using an RDBMS, but we’re trying to get a
better feeling of when we can use the ZODB and when we should stick to the
RDBMS. I like the ZODB because of it’s versioning information in
particular.  

 

We have various datasets:


 Transactions: 10-100 billion objects
 Users: 10-100 million objects
 Contacts: 100,000 objects
 Customers: 100-1000 objects


 

 

--

David Johnson

[EMAIL PROTECTED]

201 Main Street
  Suite 1320

Fort Worth, TX 76102

(877) 572-8324 x2200

 






___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users