*** alecm has quit IRC | 00:08 | |
*** MrTango has quit IRC | 00:11 | |
*** alecm has joined #zope | 00:15 | |
*** alecm has joined #zope | 00:15 | |
*** supton has joined #zope | 00:50 | |
*** supton has quit IRC | 01:19 | |
*** J1m has quit IRC | 03:17 | |
*** J1m has joined #zope | 03:59 | |
*** ChanServ sets mode: +v J1m | 03:59 | |
*** avoinea has quit IRC | 05:02 | |
*** avoinea has joined #zope | 05:03 | |
*** J1m has quit IRC | 05:43 | |
*** Pumukel has joined #zope | 09:40 | |
*** Pumukel has quit IRC | 09:45 | |
*** Pumukel has joined #zope | 09:50 | |
*** rebrego has joined #zope | 10:00 | |
*** regebro is now known as Guest78453 | 10:00 | |
*** rebrego is now known as regebro | 10:00 | |
*** El_Rolando has joined #zope | 10:16 | |
*** El_Rolando has quit IRC | 10:45 | |
*** astepano has joined #zope | 11:27 | |
astepano | Hi | 11:27 |
---|---|---|
astepano | How do I require in implementation of one Interface, the its method requires object that provides another interface ? | 11:28 |
astepano | Okay, how do I require somewhere object provide certain interface? | 11:30 |
astepano | Or, there is no need for that? | 11:30 |
mgedmin | zope.interface has no syntax to declare requirements for method arguments | 11:31 |
mgedmin | what you can do is describe those in the docstrings | 11:31 |
*** El_Rolando has joined #zope | 11:46 | |
astepano | mgedmin: thank you, so it is a kind of duck typing for arguments .... ) Thanks | 11:51 |
astepano | Is it a good decision to make an invariant as a part of Interface class ?) | 11:58 |
*** MrTango has joined #zope | 14:00 | |
*** projekt01 has joined #zope | 14:29 | |
*** El_Rolando has quit IRC | 14:31 | |
*** srichter has quit IRC | 14:58 | |
*** fredvd has joined #zope | 15:17 | |
*** El_Rolando has joined #zope | 15:22 | |
*** srichter has joined #zope | 16:51 | |
regebro | I have a process that reads a lot from a ZODB and ends up using a lot of memory, despite these objects not being referenced. Could this be the object cache? | 17:13 |
regebro | Can I minimize it someway (besides transaction.savepoint())? | 17:13 |
hannosch | regebro: you can try calling http://www.zodb.org/en/latest/reference/zodb.html#ZODB.Connection.Connection.cacheGC | 17:42 |
regebro | OK, trying. | 17:42 |
hannosch | and I remembered correctly, that's what savepoint actually does as well (https://github.com/zopefoundation/ZODB/blob/master/src/ZODB/Connection.py#L958) | 17:45 |
*** MrTango has quit IRC | 17:55 | |
*** J1m has joined #zope | 18:12 | |
*** ChanServ sets mode: +v J1m | 18:12 | |
*** supton has joined #zope | 18:21 | |
regebro | Oh, *facepalm* it's probably not the ZODB connection that uses up memory. Oh well, still worth a try, | 18:27 |
regebro | i guess. | 18:27 |
*** MrTango has joined #zope | 18:31 | |
*** projekt01 has quit IRC | 18:37 | |
*** alecm has quit IRC | 18:43 | |
*** alecm has joined #zope | 18:43 | |
astepano | how to get a list of interfaces that a provider provides ? | 18:54 |
astepano | list(zope.interface.providedBy(a)) | 19:04 |
*** fredvd has quit IRC | 19:08 | |
*** El_Rolando has quit IRC | 19:24 | |
*** povbot_ has joined #zope | 19:37 | |
*** loechel has joined #zope | 19:37 | |
*** povbot has quit IRC | 19:37 | |
*** hannosch has quit IRC | 19:37 | |
*** srichter has joined #zope | 19:37 | |
*** gawel_ has quit IRC | 19:37 | |
*** betabug has quit IRC | 19:37 | |
*** J1m_ has joined #zope | 19:37 | |
*** avoinea1 has joined #zope | 19:37 | |
*** avoinea has quit IRC | 19:38 | |
*** hannosch has joined #zope | 19:38 | |
*** J1m has quit IRC | 19:38 | |
*** supton has quit IRC | 19:38 | |
*** gawel has joined #zope | 19:38 | |
*** regebro has quit IRC | 19:46 | |
*** kiorky has quit IRC | 19:48 | |
*** [Arfrever] has quit IRC | 19:48 | |
*** MatthewWilkes has quit IRC | 19:48 | |
*** regebro has joined #zope | 19:48 | |
*** loechel is now known as Pumukel | 19:50 | |
*** MatthewWilkes has joined #zope | 19:54 | |
*** betabug has joined #zope | 19:57 | |
*** kiorky_ has joined #zope | 19:57 | |
*** [Arfrever] has joined #zope | 19:58 | |
*** Pumukel has quit IRC | 19:58 | |
*** kiorky_ has quit IRC | 19:59 | |
*** kiorky has joined #zope | 19:59 | |
*** povbot has joined #zope | 20:09 | |
*** avoinea1 has quit IRC | 20:11 | |
*** J1m_ has quit IRC | 20:11 | |
*** povbot_ has quit IRC | 20:11 | |
*** avoinea has joined #zope | 20:15 | |
*** hannosch_ has joined #zope | 20:21 | |
*** gawel_ has joined #zope | 20:27 | |
*** gawel has quit IRC | 20:28 | |
*** hannosch has quit IRC | 20:28 | |
*** hannosch_ is now known as hannosch | 20:28 | |
*** avoinea has quit IRC | 20:32 | |
*** hannosch has quit IRC | 20:32 | |
*** hannosch has joined #zope | 20:33 | |
*** J1m has joined #zope | 20:37 | |
*** ChanServ sets mode: +v J1m | 20:37 | |
*** Pumukel has joined #zope | 20:58 | |
*** avoinea has joined #zope | 21:06 | |
*** loechel has joined #zope | 21:07 | |
*** Pumukel has quit IRC | 21:10 | |
*** avoinea has quit IRC | 21:10 | |
*** gawel_ has quit IRC | 21:11 | |
*** J1m has quit IRC | 21:11 | |
*** J1m has joined #zope | 21:11 | |
*** ChanServ sets mode: +v J1m | 21:11 | |
*** gawel has joined #zope | 21:16 | |
*** srichter_ has joined #zope | 21:54 | |
*** srichter has quit IRC | 21:58 | |
*** MrTango has quit IRC | 22:08 | |
*** avoinea has joined #zope | 22:11 | |
*** srichter has joined #zope | 22:15 | |
*** srichter__ has joined #zope | 22:17 | |
*** srichter_ has quit IRC | 22:18 | |
*** srichter has quit IRC | 22:21 | |
*** MatthewWilkes has quit IRC | 22:32 | |
*** nopf has quit IRC | 22:35 | |
*** mcdonc has quit IRC | 22:35 | |
*** hannosch has quit IRC | 22:35 | |
*** avoinea has quit IRC | 22:36 | |
*** mcdonc has joined #zope | 22:36 | |
*** hannosch has joined #zope | 22:37 | |
*** MatthewWilkes has joined #zope | 22:37 | |
*** loechel is now known as Pumukel | 22:41 | |
*** nopf has joined #zope | 22:53 | |
*** hazmat has quit IRC | 23:21 | |
*** hannosch has quit IRC | 23:23 | |
*** hannosch has joined #zope | 23:23 | |
*** nopf has quit IRC | 23:24 | |
*** nopf has joined #zope | 23:24 | |
*** nopf has quit IRC | 23:36 | |
*** avoinea has joined #zope | 23:37 | |
*** nopf has joined #zope | 23:37 | |
*** hannosch_ has joined #zope | 23:46 | |
*** hannosch has quit IRC | 23:46 | |
*** hannosch_ is now known as hannosch | 23:46 | |
*** hazmat has joined #zope | 23:53 | |
*** J1m has quit IRC | 23:59 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!