[Zope] unittest a component that is using zope.dublincore

2009-03-28 Thread Jean-Michel FRANCOIS
Hi, I m trying to make my first content type with zope3. The code is available there: http://github.com/toutpt/z3weblog.entry/tree I m following the second edition of the book web component developement with zope3, i know this is not the last edition. So, i m making a ISized component for my

Re: [Zope] ZopeProfiler and Kcachegrind, how to convert statistics files ?

2009-02-03 Thread Jean-Michel FRANCOIS
Sebastien Douche a écrit : On Wed, Jan 28, 2009 at 16:56, Jean-Michel FRANCOIS jeanmichel.franc...@makina-corpus.com wrote: Is someone has try to use ZopeProfiler with KCacheGrind ? I would like to try KCachegrind because i found xdot very slow. I have started to read the code

Re: [Zope] ZopeProfiler and Kcachegrind, how to convert statistics files ?

2009-01-29 Thread Jean-Michel FRANCOIS
Dieter Maurer a écrit : Jean-Michel FRANCOIS wrote at 2009-1-28 16:56 +0100: Is someone has try to use ZopeProfiler with KCacheGrind ? I would like to try KCachegrind because i found xdot very slow. I have started to read the code of ZopeProfiler and i have discovered the world

Re: [Zope] ZopeProfiler and Kcachegrind, how to convert statistics files ?

2009-01-29 Thread Jean-Michel FRANCOIS
%d' % (lineno, totaltime) def main(): Jean-Michel FRANCOIS a écrit : Dieter Maurer a écrit : Jean-Michel FRANCOIS wrote at 2009-1-28 16:56 +0100: Is someone has try to use ZopeProfiler with KCacheGrind ? I would like to try KCachegrind because i found xdot very slow. I have

[Zope] ZopeProfiler and Kcachegrind, how to convert statistics files ?

2009-01-28 Thread Jean-Michel FRANCOIS
Is someone has try to use ZopeProfiler with KCacheGrind ? I would like to try KCachegrind because i found xdot very slow. I have started to read the code of ZopeProfiler and i have discovered the world of profiling file format. It seems that ZopeProfiler save it's file in pstats format. So i need

Re: [Zope-dev] Plone/Zeocluster performances problems

2008-12-08 Thread Jean-Michel FRANCOIS
Hi, Configuration of Zope is a pain. Take a first look there: http://blip.tv/file/315714 Apache in your case is not the problem. I think this is your zope configuration (only one thread per instance is a good thing). Try a different configuration for session. you can expect to see a

Re: [Zope] generic setupworkflow: how to add to binding??

2008-12-08 Thread Jean-Michel FRANCOIS
Yes you can, Plone do it with generic setup. - Register your profile (take a look at GenericSetup documentation) - take a look here: https://svn.plone.org/svn/plone/CMFPlone/tags/3.1.4/profiles/default/ (worflows.xml register the workflows, workflows folder contains them) look like that;