IRC log of #zope3-dev for Wednesday, 2007-08-22

*** benji has quit IRC00:01
*** csmiga has quit IRC00:06
*** srichter has quit IRC00:22
wiggy  Module zope.interface.adapter, line 430, in add_extendor00:25
wiggyAttributeError: type object 'ICurrencyManager' has no attribute '__iro__'00:25
wiggyhas anyone seen that before?00:25
faassenJ1m_: I'm trying to make Zope and Grok work on windows. I have the problem that it keeps trying to build the ZODB 3.9-dev egg on windows, which fails, even if I specify that I want ZODB 3.8.0b2 in setup.py00:35
*** nathany has joined #zope3-dev00:36
faassenJ1m_: on linux, it builds the ZODB 3.9-dev egg too, and then builds the ZODB 3.8 version and then uses the latter.00:36
faassenJ1m_: but on a platform without a compiler I can't really afford the situation where it tries to build both..00:36
J1m_You must have a part in your buildout that is requesting ZODB without any restrictions.00:37
*** naro has quit IRC00:37
faassenJ1m_: hm. how do I find out which part?00:38
J1m_run with -vv and you should be able to see who else is requiring zodb.00:38
J1m_It reports why it is getting things.00:38
faassenokay, I'll run that again.00:38
faassenShould I be looking for 'Installing' output?00:40
faassenJ1m_: ah, wait, there it is. zope.app.component must be00:41
faassenJ1m_: but what is requiring zope.app.component, which part?00:41
J1m_Whatever part is being installed or updated when you see that message.00:42
faassenokay, so you scroll up to the 'Installing' output.00:42
J1m_It may be requiring it indirectly.00:42
J1m_yes, or updating.00:42
faassenJ1m_: if it requires it indirectly, and my buildout.cfg section says I want this version, would it still get the other version too?00:43
J1m_no00:43
J1m_what buildout is this?00:44
faassenit's grok's buildout.00:44
J1m_url?00:44
faassenhttp://svn.zope.org/grok/trunk/buildout.cfg?rev=77933&view=markup00:44
faassenI think it's 'grokdoc' which is doing this somehow.00:44
faassenit depends on zope.pagetemplate  and zope.app.render, and I think that might then be doing the nastiness.00:44
J1m_grrrr, I wanted something I could check out.00:45
* J1m_ figures it out...00:45
faassenJ1m_: svn.zope.org/repos/main/grok/trunk00:45
J1m_Thanks00:46
*** nathany_ has joined #zope3-dev00:46
*** nathany has quit IRC00:46
*** projekt01 has joined #zope3-dev00:48
J1m_hm, I should have suggested -v00:48
J1m_:)00:48
faassenJ1m_: :)00:48
faassenJ1m_: anyway, it looks like it's grokdocs, I'm trying it with a hardcoded ZODB bit in the buildout.cfg now00:48
J1m_right, in the docs part.00:49
faassenJ1m_: thanks!00:49
faassenJ1m_: hopefully I can make it work on window snow.00:49
faassenJ1m_: it's frustrating that one has to repeat the requirements in multiple parts, is there a way around this?00:50
J1m_well, you have a few months to do that.00:50
faassenJ1m_: I was placing version requirements in setup.py to that purpose, but of course this one didn't use that setup.py. :)00:50
faassenJ1m_: a few months?00:50
J1m_until windows snow00:50
faassenJ1m_: windows now, I meant.00:50
J1m_oh! ;)00:50
J1m_brb00:50
*** kali67_ has joined #zope3-dev00:51
*** kali67 has quit IRC00:57
*** netshade has quit IRC00:59
*** ktwilight_ has joined #zope3-dev01:01
*** srichter has joined #zope3-dev01:03
*** rocky is now known as rocky|away01:04
*** ChanServ sets mode: +o srichter01:05
*** hazmat has joined #zope3-dev01:05
*** ChanServ sets mode: +o hazmat01:05
*** pbugni has quit IRC01:06
*** rcrafton has quit IRC01:09
J1m_faassen, the versions sections lets you specify a specific version.01:12
*** pbugni has joined #zope3-dev01:12
J1m_That applies to the whole buildout.01:12
faassenJ1m_: ah, I didn't realize that existed, thanks.01:15
faassenJ1m_: still would be valuable to reuse this between buildouts.01:15
faassenJ1m_: i..e if I have my application that wants to use the versions grok specifies.01:15
*** strichter has joined #zope3-dev01:16
J1m_I'm not sure what you mean.01:16
*** ktwilight has quit IRC01:16
faassenJ1m_: if I have someone who uses grok.01:17
faassenJ1m_: I don't want to have to explain to them that in order to make their application work on windows01:18
faassenJ1m_: they should list the exact same version listing as in grok's buildout.cfg in their own versions section.01:18
faassenJ1m_: instead I want to say, we maintain this information for you.01:18
J1m_Does grok work with zodb 3.7?01:18
faassenJ1m_: I have no idea.01:18
J1m_try using prefer-final = true in your buildout section.01:19
faassenJ1m_: we tried that, that will fail.01:19
J1m_why?01:19
faassenJ1m_: we depend on various 3.4b eggs that don't have a final yet, I think.01:19
faassenJ1m_: I mean, we could then make this part of the setup.py.01:19
J1m_well, for those, you could require >=3.4dev01:20
faassenJ1m_: anyway, I think there is value in being able to share these listings easily.01:20
faassenJ1m_: yes, but then all the people who use grok applications will have to repeat this information.01:20
faassenJ1m_: in their own buildout.cfg01:20
faassenJ1m_: right?01:20
J1m_well, buildout can load configuration files from urls.01:20
faassenJ1m_: what about from python packages?01:21
J1m_Let's switch to skype...01:21
faassenJ1m_: if you specify this stuff in setup.py you almost have this reusability, but then you lose the flexibility.01:21
faassenJ1m_: actually I should stop, I don't have time. :)01:21
J1m_k01:21
faassenJ1m_: it's just something that came up tonight.01:21
J1m_Then lets discuss this later.01:21
faassenJ1m_: we'll discuss it some other time.01:21
faassenJ1m_: we intend to figure this out after this grok release. it's clear we have some stuff to figure out still.01:22
faassenJ1m_: so it's good to know I can discuss it with you in the future. thanks!01:22
J1m_later01:22
*** srichter has quit IRC01:25
*** jukart_ has quit IRC01:31
*** spython has quit IRC01:33
*** J1m_ has left #zope3-dev01:48
*** strichter has quit IRC01:52
*** tarek has quit IRC01:55
*** srichter has joined #zope3-dev01:55
*** ChanServ sets mode: +o srichter01:56
*** greenman has quit IRC02:02
*** pcardune_ has joined #zope3-dev02:06
*** greenman has joined #zope3-dev02:10
*** elro has quit IRC02:30
*** faassen has quit IRC02:30
*** pbugni has quit IRC02:33
*** niemeyer has quit IRC02:33
*** bigkevmcd has quit IRC02:34
*** pcardune_ has quit IRC02:37
*** jsadjohnson has joined #zope3-dev02:38
*** pcardune has quit IRC02:53
*** foxmjay has quit IRC02:53
*** nathany_ has quit IRC02:55
*** deo has quit IRC03:01
*** deo has joined #zope3-dev03:02
*** tarek has joined #zope3-dev03:24
*** tarek has quit IRC03:30
*** jsadjohnson has quit IRC03:34
*** edgordon has joined #zope3-dev03:42
*** srichter has quit IRC03:52
*** srichter has joined #zope3-dev03:55
*** ChanServ sets mode: +o srichter03:56
*** kali67_ has quit IRC03:56
*** greenman has quit IRC04:37
*** greenman has joined #zope3-dev04:38
*** pcardune has joined #zope3-dev04:51
*** hazmat has quit IRC04:52
*** alecm has quit IRC04:59
*** pcardune has quit IRC05:05
*** pcardune has joined #zope3-dev05:05
*** projekt01 has quit IRC05:13
pcarduneis there a way to query for subscribers? i.e. get all the subscribers without actually calling them?05:34
*** benji has joined #zope3-dev05:36
pcardunenvm, i figured it out05:39
pcarduneI love how the act of asking the question, is 90% of the time shortly followed by the act of realizing the answer05:39
*** Ariel_Calzada has quit IRC06:08
*** stub has joined #zope3-dev06:28
*** kleist has joined #zope3-dev06:33
*** jbb666 has joined #zope3-dev06:58
*** benji has quit IRC07:00
*** philiKON_ has joined #zope3-dev07:05
*** Jell-O-Fishi has quit IRC07:09
*** greenman has quit IRC07:17
*** philiKON has quit IRC07:22
*** greenman has joined #zope3-dev07:24
*** jodok has quit IRC07:28
*** greenman has quit IRC07:39
*** baijum has joined #zope3-dev07:47
*** cursor has joined #zope3-dev08:16
*** romanofski has quit IRC08:23
*** cursor_ has joined #zope3-dev08:25
*** cursor has quit IRC08:26
*** zagy has joined #zope3-dev08:46
*** sorin has joined #zope3-dev08:49
*** sorin is now known as sorindregan08:49
*** dobee has joined #zope3-dev08:58
*** deo has quit IRC09:00
*** stub has quit IRC09:09
*** pcardune has quit IRC09:18
*** jukart has joined #zope3-dev09:34
*** wreutz has joined #zope3-dev09:38
*** jodok has joined #zope3-dev09:40
*** timte has joined #zope3-dev09:44
*** romanofski has joined #zope3-dev09:47
*** naro has joined #zope3-dev09:47
romanofskimoin09:48
*** jodok_ has joined #zope3-dev09:54
*** jodok_ is now known as jodok|train09:55
*** jodok has quit IRC10:02
*** dunny has quit IRC10:13
*** jfroche has quit IRC10:14
*** ktwilight has joined #zope3-dev10:22
*** tarek has joined #zope3-dev10:34
*** ignas has joined #zope3-dev10:35
*** yvl has joined #zope3-dev10:36
*** markusleist has joined #zope3-dev10:37
*** ktwilight_ has quit IRC10:37
*** harobed has joined #zope3-dev10:42
*** stub has joined #zope3-dev10:43
*** jodok|train has quit IRC10:57
*** dokai has quit IRC11:11
*** dokai has joined #zope3-dev11:12
*** sorindregan has quit IRC11:13
*** MJ has joined #zope3-dev11:17
*** projekt01 has joined #zope3-dev11:22
*** jfroche has joined #zope3-dev11:37
*** sorin has joined #zope3-dev11:42
*** sorin is now known as sorindregan11:42
*** greenman has joined #zope3-dev11:42
*** ktwilight_ has joined #zope3-dev11:44
*** kjd_ has joined #zope3-dev11:46
*** jodok|train has joined #zope3-dev11:47
*** MrTopf has joined #zope3-dev11:47
*** jodok|train is now known as jodok11:47
*** b52laptop has quit IRC11:48
*** kjd_ is now known as ktwilight_12:00
*** ktwilight_ is now known as kemus12:02
*** jodok has quit IRC12:12
*** ferrafox has joined #zope3-dev12:22
*** junkafarian has joined #zope3-dev12:24
*** hazmat has joined #zope3-dev12:25
*** ChanServ sets mode: +o hazmat12:25
*** ccomb has joined #zope3-dev12:46
*** kleist_ has joined #zope3-dev12:49
*** kleist has quit IRC13:00
*** kleist_ is now known as klajjan13:01
*** klajjan is now known as kleist13:03
*** Ariel_Calzada has joined #zope3-dev13:14
*** Ariel_Calzada has quit IRC13:21
*** b52laptop has joined #zope3-dev13:24
*** kleist_ has joined #zope3-dev13:29
*** kleist has quit IRC13:45
*** kleist_ has quit IRC13:47
*** zagy_ has joined #zope3-dev13:54
*** jodok has joined #zope3-dev13:55
*** romanofs1i has joined #zope3-dev13:56
*** ktwilight has quit IRC13:56
*** ktwilight has joined #zope3-dev13:57
*** jsadjohnson has joined #zope3-dev14:06
*** stub has quit IRC14:07
*** zagy has quit IRC14:10
*** romanofski has quit IRC14:10
*** jodok_ has joined #zope3-dev14:18
*** goschtl has joined #zope3-dev14:25
*** xbeanx has quit IRC14:26
*** rcrafton has joined #zope3-dev14:28
*** xbeanx has joined #zope3-dev14:31
*** rocky|away is now known as rock114:34
*** rock1 is now known as rocky14:34
*** jodok has quit IRC14:35
markusleistHi, which is the best way to traverse to an object in zope3 in my obj-methode outside the publisher?14:44
markusleistI have an object-path to obj2 (like '/a/b/c/obj2') via XML-RPC-call for obj1 in which I must check an attribute from obj2.14:44
markusleistIs there an adaption of "IPublishTraverse" for this purpose?14:44
projekt01markusleist, just call the url of the view at the right context/url14:46
projekt01traversing is the same as with browser views14:46
projekt01you don't need to do something special14:46
markusleistI'll try it14:47
*** jodok_ has quit IRC14:49
*** jsadjohnson has left #zope3-dev14:58
*** zagy has joined #zope3-dev15:06
*** jodok has joined #zope3-dev15:12
*** greenman_ has joined #zope3-dev15:16
*** greenman has quit IRC15:18
*** zagy_ has quit IRC15:20
*** pbugni has joined #zope3-dev15:25
*** marianom has left #zope3-dev15:32
*** ferrafox has quit IRC15:36
*** ferrafox has joined #zope3-dev15:36
*** benji has joined #zope3-dev15:37
*** greenman_ has quit IRC15:38
*** kemus has quit IRC15:43
*** kemus has joined #zope3-dev15:44
*** kleist has joined #zope3-dev15:50
*** jodok has quit IRC15:53
*** witsch has joined #zope3-dev16:00
witschphiliKON_: ayt?16:00
*** J1m has joined #zope3-dev16:00
witschah, hi J1m16:01
J1mhi, on the phone16:01
witschJ1m: i think i found a little problem in the latest version of zc.buildout16:01
witschah, sorry16:01
*** yvl has quit IRC16:03
J1mnp16:03
witschok, when you're ready...  in zc/buildout/buildout.py, line 976 it reads: "self._buildout._logger.warn("Couldn't clean up %r.", p)", but self has no attribute '_buildout' (see http://pastie.textmate.org/90001 for a log output).  it seems this should be just "self.buildout._logger...", shouldn't it?16:04
J1mOh right, I'm aware of that.16:05
J1mI haven't had time to work on a test so I can fix it. :)16:05
witschJ1m: ah, okay.  just thought i'd let you know16:05
J1mwanna make sure there's a launchpad issue for it?16:05
witschi got to leave in 10 or so minutes, but i'll be back online later today and will check16:06
J1mk16:06
*** afd has joined #zope3-dev16:10
witschJ1m: https://bugs.launchpad.net/zc.buildout/+bug/13404016:17
J1mThanks16:17
witschnp16:17
witschok, later... :)16:24
*** witsch has left #zope3-dev16:24
*** kemus has quit IRC16:26
*** jbb666 has quit IRC16:27
*** ghendi has joined #zope3-dev16:32
*** jodok has joined #zope3-dev16:36
*** cursor_ has quit IRC16:37
*** norro has joined #zope3-dev16:40
*** alga has joined #zope3-dev16:42
markusleistprojekt01: sorry, I don't find "the right context"? I'm in my Browser-View of obj1 and wants to find obj2 by path '/a/b/obj2'. in my view of obj1 i have to use self.request to get (secure) access to obj2, right? But there is no 'url'; where my mistake?16:43
*** fcorrea has joined #zope3-dev16:55
*** bigkevmcd has joined #zope3-dev16:58
*** srichter has quit IRC16:59
*** srichter has joined #zope3-dev17:03
*** ChanServ sets mode: +o srichter17:09
*** baijum has quit IRC17:17
*** afd has quit IRC17:20
*** ghendi has quit IRC17:20
*** srichter has quit IRC17:24
*** srichter has joined #zope3-dev17:24
*** sorindregan has quit IRC17:29
*** goschtl has quit IRC17:30
*** jsadjohnson has joined #zope3-dev17:32
*** norro_ has joined #zope3-dev17:33
*** ferrafox has quit IRC17:34
*** ferrafox has joined #zope3-dev17:35
*** norro has quit IRC17:48
*** faassen has joined #zope3-dev17:51
faassenJ1m: is it possible the mailman is wedged or gone?17:52
faassenJ1m: it won't let me into into the web UI17:52
J1mIt seems OK to me.17:53
J1mwhat are you trying to do?17:53
*** norro_ has quit IRC17:55
*** kleist has quit IRC18:06
*** jfroche has quit IRC18:13
*** cbcunc_ has joined #zope3-dev18:19
*** nathany has joined #zope3-dev18:23
*** cbcunc has quit IRC18:24
*** cbcunc_ is now known as cbcunc18:24
*** agroszer has joined #zope3-dev18:24
*** netshade has joined #zope3-dev18:31
*** jodok has quit IRC18:35
*** timte has quit IRC18:39
*** niemeyer has joined #zope3-dev18:40
*** kleist has joined #zope3-dev18:41
*** redir has joined #zope3-dev18:42
*** jodok has joined #zope3-dev18:43
*** wreutz has quit IRC18:44
*** jukart has quit IRC18:48
*** jodok has quit IRC18:50
*** Newfie2007 has joined #zope3-dev18:52
edgordonwhat module autognerates names for objects being added to a container?18:57
agroszersomething like from zope.app.container.contained import NameChooser18:58
*** pcardune has joined #zope3-dev18:59
fcorreaOr a adapter for zope.app.container.interfaces.INameChooser19:00
agroszerzope.app.container.interfaces.IContainerNamesContainer19:01
fcorreabetter ;)19:02
agroszerthis is the place to look around19:02
*** marianom has joined #zope3-dev19:04
*** MJ has quit IRC19:07
edgordonthanks19:07
agroszerwelcome19:08
*** pcardune_ has joined #zope3-dev19:11
*** harobed has quit IRC19:11
*** projekt01 has quit IRC19:12
*** dobee has quit IRC19:13
*** bigkevmcd has quit IRC19:14
*** romanofs1i has quit IRC19:15
*** bigkevmcd has joined #zope3-dev19:16
*** alecm has joined #zope3-dev19:25
*** zagy has quit IRC19:28
*** dobee has joined #zope3-dev19:34
*** pcardune_ has left #zope3-dev19:35
*** deo has joined #zope3-dev19:46
*** jukart has joined #zope3-dev19:54
*** markusleist has quit IRC19:55
*** ferrafox has quit IRC20:01
*** pbugni has quit IRC20:04
*** jukart has quit IRC20:08
*** MrTopf has quit IRC20:10
*** ignas has quit IRC20:26
*** romanofski has joined #zope3-dev20:32
wiggyJ1m: do you know it if could be that the new simple index is mangling URLs?20:56
wiggyah, no, it just sorts differently20:56
* J1m ignores wiggy20:57
wiggyheh20:57
*** zagy has joined #zope3-dev21:01
*** timte has joined #zope3-dev21:10
wiggyI feel like I don't understand the package index anymore21:11
*** junkafarian has quit IRC21:16
J1mwiggy, why is that?21:17
wiggyif I look at z3c.zalchemy on the cheeseshop I see 1.0.1121:17
wiggybut if I do ==1.0.11 in my dependencies buildout can't find it21:18
J1mPlease be specific about where you are looking.21:18
J1mwhat url?21:18
wiggyok, now I feel stupid21:19
wiggyobvious zalchemy and sqlalchemy are not the same :(21:19
*** jodok has joined #zope3-dev21:20
J1mThat's what you get for using alchemy.21:20
*** redir has quit IRC21:20
timte:)21:21
wiggyadding prefer-final = true to buildout.cfg makes it abort on zope.component: http://paste.plone.org/1641221:21
wiggyguess I get something else to poke at now :)21:21
*** marianom has quit IRC21:22
J1mDo you understand what the problem is?21:22
wiggyI have a rough idea21:22
J1mIt is using an old version of zope.component because all of the newer versions are non-final.21:23
wiggyI suspect something depends on a declared feature that is not in a final version of zope.component21:23
J1mexactly.21:23
wiggythat means a final-something depends on a non-final something21:23
J1mwe really need to get final versions of eggs out.21:23
wiggyis there a quick method to se what has that feature requirement?21:24
J1mrun with -v.21:24
J1mThat it tell why it is looking for releases.21:24
*** redir has joined #zope3-dev21:25
*** marianom has joined #zope3-dev21:25
J1mextras are handled oddly though.21:25
J1mwhich is one of the reasons I hate hate hate hate extras.21:25
wiggyheh, a list of 8 things to check21:25
*** wreutz has joined #zope3-dev21:25
J1mArguably, you should get a non-final release if none of the final releases satisfy your requirement.21:26
wiggyzope.app.pagetemplate I think21:26
wiggyand zope.app.securitypolicy and zope.app.component21:27
J1mso it looks like the prefer-final check is broken. :(21:27
*** nathany_ has joined #zope3-dev21:27
J1mBut to fix it, I'll need to check extras, which I bet there aren't clean ways to do.21:27
*** nathany has quit IRC21:27
wiggyif you fix that having a separate require-final flag may be useful21:27
J1mmaybe.21:28
*** nathany_ is now known as nathany21:28
wiggyI'm still trying to find my way in pure zope 321:29
wiggyhaving everything happily working together in a zope 2 was just so easy21:30
J1myeah.  The transition to eggs is painful.  I think it will be worth it in the end.21:30
*** agroszer_ has joined #zope3-dev21:31
wiggyI have a situation here where grok requires zope.app.keyreference==3.4.0a1, which buildout finds21:31
wiggybut later it processes z3c.zalchemy which has an unversioned requirement for zope.app.keyreference and upgrades it to 3.5.0b121:32
wiggyand in the end notices it now has a conflict and aborts21:32
wiggyis there a way around that?21:32
J1myes.21:32
wiggyexplicit mention in buildout.cfg ?21:32
J1myes, specify the version you want in the buildout.21:33
J1mwither in the eggs spec for the part of interest or using a versions section.21:33
*** b52laptop has quit IRC21:33
J1meither in the eggs spec for the part of interest or using a versions section.21:33
J1mhttp://pypi.python.org/pypi/zc.buildout/1.0.0b30#repeatable-buildouts-controlling-eggs-used21:34
*** alga has quit IRC21:35
wiggycan you use >=1,<=1.999 there as well, or only exact versions?21:36
J1mno, only exact versions.21:36
*** dobee has quit IRC21:37
*** markusleist has joined #zope3-dev21:38
wiggyneeded to add a version pin for ZODB3 as well and everything finally seems happy now21:39
wiggythanks for the help!21:39
J1mThanks for the bug report.21:39
J1measy_install has a similar problem.21:40
*** agroszer has quit IRC21:41
wiggyI wonder if it would be useful to download the package metadata from pypi to a machine so you can do dpkg/apt-like things with dependency analysis21:42
*** wreutz has quit IRC21:43
J1mThat's what will be needed to handle extras properly.21:44
J1mFor handling conflicts, some sort of backtracking mechanism will be required.21:44
J1msetuptools doesn't do that, but I plan provide backtracking in buildout ... when I find the time.21:44
wiggyit's still too bad none of dpkg, apt and rpm have a real modular dependency solver21:45
wiggywe could have just reused that21:45
*** jsadjohnson has quit IRC21:47
*** tarek has quit IRC21:50
*** Jell-O-Fishi has joined #zope3-dev21:51
J1mno, we need something that is cross platform.21:53
*** Newfie2007 has quit IRC21:53
wiggya dependency solver is platform neutral21:55
wiggyit takes a very complex graph and works through it21:55
J1mYeah, I suppose that there are libraries for that sort of thing.21:56
wiggyless than I'ld have thought last time I checked21:56
*** MacYET has joined #zope3-dev21:56
MacYETmoin21:56
J1mIt's complicated by the fact that we don't want to load all of the data at once because it involves downloading distributions we might not use to fond their dependencies.21:57
wiggythen again the relations in pypi are much much simpler than what dpkg and rpm have to deal with21:57
MacYETdoes anyone know the location of Jim's alternative python-index implementation?21:57
wiggydownload.zope.org/ppix/21:57
J1mIt would be nice if pypi exposed more meta data so it coudl be read without downloading distros.21:57
MacYETgratias21:58
J1mis pypi down again?21:58
wiggyisn't everything in the DOAP record? I never looked inside that21:58
MacYETno, i just could not remember the name21:58
J1mdoap record? What's that?21:58
wiggyhttp://cheeseshop.python.org/pypi?:action=doap&name=plone.app.openid&version=1.0.121:59
J1mMacYET, btw, it will eventuallt be replaced by download.zope.org/simple21:59
*** agroszer_ has quit IRC21:59
wiggythere is nothing useful in there it seems21:59
J1mand setuptools doesn't read that.22:00
J1mIt's not part of the setuptools index api.22:00
*** redir has quit IRC22:01
*** redir has joined #zope3-dev22:07
*** MacYET has left #zope3-dev22:10
*** edgordon has quit IRC22:12
*** dokai has quit IRC22:17
*** dokai has joined #zope3-dev22:18
*** jsadjohnson has joined #zope3-dev22:29
*** kleist has quit IRC22:29
*** romanofs1i has joined #zope3-dev22:30
*** faassen has quit IRC22:32
*** greenman has joined #zope3-dev22:34
*** edgordon has joined #zope3-dev22:39
*** romanofski has quit IRC22:45
timteIf I create a thread and pass the root object to the thread, will that somehow open a new connection to the database?22:56
timteI'm getting "CRITICAL ZODB.DB DB.open() has 190 open connections with pool_size of 7"22:57
*** romanofski has joined #zope3-dev23:00
*** dunny has joined #zope3-dev23:01
*** naro has quit IRC23:04
*** zagy has quit IRC23:08
*** pcardune has quit IRC23:10
*** pcardune has joined #zope3-dev23:10
*** netshade has quit IRC23:16
*** foxmjay has joined #zope3-dev23:17
*** romanofs1i has quit IRC23:17
*** romanofski has quit IRC23:25
*** romanofski has joined #zope3-dev23:25
*** tarek has joined #zope3-dev23:38
*** edgordon has quit IRC23:46
*** tarek has quit IRC23:47
*** pbugni has joined #zope3-dev23:48
*** incorrect has joined #zope3-dev23:50

Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!