[Zope-dev] Upcoming Zope releases

2007-03-09 Thread Andreas Jung

Hi,

I plan to release in about two weeks:

- Zope 2.10.3
- Zope 2.9.7
- Zope 2.8.9

The releases should fix some minor issues. If you have some
fixes pending, please commit them during the next two week.

Andreas


pgpUT9QcnEJN0.pgp
Description: PGP signature
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Early processing of request body (was: Proposal for optimized Blob handling)

2007-03-09 Thread Dieter Maurer
Christian Theune wrote at 2007-3-7 22:05 +0100:
> ...
>If 5 seconds are spend in the application thread to untangle mime data
>which has nothing application-specific about it and then only 100ms or
>so in the application itself, I'd say there is a major overhead problem.

But if the IO thread spends 5 seconds, then Zope will be unresponsive
for 5 seconds -- for me (and hopefully others, too) a far more
critical situation than a (single) worker spending 5 seconds...

The IO (ZServer) thread should only perform minimal work in its
"asyncore" callbacks -- each callback should return within
a few milliseconds.


My argument does not argue against different threads between
the IO thread and the worker threads, just against giving
the IO thread significant work (whether or not you consider it
application specific).




-- 
Dieter
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] Zope Tests: 7 OK

2007-03-09 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list.
Period Thu Mar  8 12:00:00 2007 UTC to Fri Mar  9 12:00:00 2007 UTC.
There were 7 messages: 7 from Zope Unit Tests.


Tests passed OK
---

Subject: OK : Zope-2.6 Python-2.1.3 : Linux
From: Zope Unit Tests
Date: Thu Mar  8 21:03:43 EST 2007
URL: http://mail.zope.org/pipermail/zope-tests/2007-March/007412.html

Subject: OK : Zope-2.6 Python-2.3.6 : Linux
From: Zope Unit Tests
Date: Thu Mar  8 21:05:13 EST 2007
URL: http://mail.zope.org/pipermail/zope-tests/2007-March/007413.html

Subject: OK : Zope-2.7 Python-2.3.6 : Linux
From: Zope Unit Tests
Date: Thu Mar  8 21:06:43 EST 2007
URL: http://mail.zope.org/pipermail/zope-tests/2007-March/007414.html

Subject: OK : Zope-2.8 Python-2.3.6 : Linux
From: Zope Unit Tests
Date: Thu Mar  8 21:08:14 EST 2007
URL: http://mail.zope.org/pipermail/zope-tests/2007-March/007415.html

Subject: OK : Zope-2.9 Python-2.4.4 : Linux
From: Zope Unit Tests
Date: Thu Mar  8 21:09:44 EST 2007
URL: http://mail.zope.org/pipermail/zope-tests/2007-March/007416.html

Subject: OK : Zope-2.10 Python-2.4.4 : Linux
From: Zope Unit Tests
Date: Thu Mar  8 21:11:14 EST 2007
URL: http://mail.zope.org/pipermail/zope-tests/2007-March/007417.html

Subject: OK : Zope-trunk Python-2.4.4 : Linux
From: Zope Unit Tests
Date: Thu Mar  8 21:12:44 EST 2007
URL: http://mail.zope.org/pipermail/zope-tests/2007-March/007418.html

___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )