*** ccomb has quit IRC | 00:01 | |
*** srichter has joined #zope | 00:04 | |
*** goschtl has joined #zope | 00:06 | |
*** redir has quit IRC | 00:07 | |
*** Snaffu has quit IRC | 00:16 | |
*** goschtl has quit IRC | 00:26 | |
*** fredvd has quit IRC | 00:36 | |
*** TomBlockley has joined #zope | 00:43 | |
*** srichter has quit IRC | 00:43 | |
*** srichter has joined #zope | 00:45 | |
*** Arfrever has quit IRC | 00:50 | |
*** J1m has quit IRC | 01:00 | |
*** RichardBarrell has quit IRC | 01:06 | |
*** elro_ has joined #zope | 01:06 | |
*** elro_ has joined #zope | 01:08 | |
*** elro__ has joined #zope | 01:10 | |
*** elro_ has quit IRC | 01:10 | |
*** TomBlockley has quit IRC | 01:20 | |
*** TomBlockley has joined #zope | 01:20 | |
*** TomBlockley has quit IRC | 01:24 | |
*** redir has joined #zope | 01:24 | |
*** srichter has quit IRC | 01:27 | |
*** rfw has joined #zope | 01:28 | |
*** slackrunner has quit IRC | 01:41 | |
*** ccomb has joined #zope | 01:54 | |
*** ccomb has quit IRC | 01:55 | |
*** alexpilz has quit IRC | 01:57 | |
*** supton_ has joined #zope | 01:57 | |
*** elro__ has quit IRC | 01:59 | |
*** ccomb has joined #zope | 01:59 | |
*** alexpilz has joined #zope | 01:59 | |
*** alexpilz has quit IRC | 01:59 | |
*** supton has quit IRC | 02:00 | |
*** benji has quit IRC | 02:01 | |
*** supton_ has quit IRC | 02:02 | |
*** rogererens has quit IRC | 02:02 | |
*** sp0cksbeard has quit IRC | 02:10 | |
*** ccomb has quit IRC | 02:13 | |
*** rogererens has joined #zope | 02:30 | |
*** hever has joined #zope | 02:44 | |
*** raydeo is now known as raydeo|away | 02:47 | |
*** raydeo|away is now known as raydeo | 02:47 | |
*** hever has quit IRC | 02:48 | |
*** MrTango has quit IRC | 03:10 | |
*** evilbungle has quit IRC | 03:13 | |
*** rogererens has quit IRC | 03:35 | |
*** davisagli has quit IRC | 03:47 | |
*** tiwula has quit IRC | 03:47 | |
*** davisagli has joined #zope | 03:48 | |
*** daMaestro has quit IRC | 03:49 | |
*** dayne has joined #zope | 05:10 | |
*** srichter has joined #zope | 05:28 | |
*** raydeo is now known as raydeo|away | 06:22 | |
*** raydeo|away is now known as raydeo | 06:22 | |
*** sm has quit IRC | 06:43 | |
*** dayne has quit IRC | 07:19 | |
*** slackrunner has joined #zope | 07:55 | |
*** zagy has quit IRC | 08:28 | |
*** alecm has quit IRC | 08:31 | |
*** zagy has joined #zope | 09:00 | |
*** __mac__ has joined #zope | 09:10 | |
*** alecm has joined #zope | 09:17 | |
*** alecm has joined #zope | 09:17 | |
*** goschtl has joined #zope | 09:23 | |
*** tisto has joined #zope | 09:47 | |
*** goschtl has quit IRC | 10:02 | |
*** planetzopebot has quit IRC | 10:08 | |
*** planetzopebot has joined #zope | 10:08 | |
*** slackrunner has quit IRC | 10:27 | |
*** MrTango has joined #zope | 10:42 | |
*** goschtl has joined #zope | 10:48 | |
*** digitalmortician has joined #zope | 10:48 | |
*** Wu has joined #zope | 10:52 | |
*** digitalmortician has quit IRC | 10:53 | |
*** hever has joined #zope | 11:01 | |
*** fredvd has joined #zope | 11:02 | |
*** hever has quit IRC | 11:03 | |
*** evilbungle has joined #zope | 11:04 | |
*** hever has joined #zope | 11:04 | |
*** slackrunner has joined #zope | 11:05 | |
*** rogererens has joined #zope | 11:06 | |
*** rogererens has quit IRC | 11:07 | |
*** digitalmortician has joined #zope | 11:08 | |
*** rogererens has joined #zope | 11:09 | |
*** hever has quit IRC | 11:13 | |
*** fredvd is now known as fredvd|shop | 11:17 | |
*** digitalmortician has quit IRC | 11:19 | |
*** eperez has joined #zope | 11:37 | |
*** hever has joined #zope | 11:39 | |
*** evilbungle has quit IRC | 11:40 | |
*** TomBlockley has joined #zope | 11:50 | |
*** sunew has joined #zope | 11:57 | |
*** evilbungle has joined #zope | 12:02 | |
*** fredvd|shop has quit IRC | 12:02 | |
*** tisto is now known as tisto|away | 12:32 | |
*** hever has quit IRC | 12:50 | |
MrTango | hi, anybody here who knows how i can sync a zeo connection, to get the present state of the zodb? | 13:06 |
---|---|---|
*** hever has joined #zope | 13:06 | |
MrTango | i'm in an eventhandler and have to wait for a change of the zodb object and then do some thing with it, but what ever i try, some times a can't get the present state of an object or otherwise can't get a new object, i try that in plone3 zodb 3.8, any suggestions? | 13:09 |
*** kleist has joined #zope | 13:12 | |
betabug | MrTango: are those changes perhaps happening in a different thread? | 13:13 |
MrTango | may be, is it nervertheless possible to get in sync? | 13:19 |
MrTango | betabug: if not, i could use 2 separate zeo instanzes with 1 thread, but only if i must ;) | 13:20 |
betabug | well, if they are from different requests that run at the same time, I don't think they will ever be in sync | 13:21 |
betabug | the transaction mechanism "avoids" that | 13:21 |
betabug | I needed something similar for a specific case and in the end I had to commit the transaction in the script that was "sending the signal" (so to speak) | 13:22 |
betabug | because as long as the changes in the transaction are not committed, the other thread will not "see" them | 13:22 |
MrTango | the changes are on other zeo client and i get a message over amqp and have to reindex this object on the second client, but i have to do this with present data ;) | 13:22 |
betabug | well, zeo or not doesn't matter here I think | 13:23 |
MrTango | the changes are commited | 13:23 |
MrTango | i see the incomming invalidation message on the second client | 13:23 |
betabug | they are commited? hmmm, in that case the 2nd thread should "see" the changes | 13:23 |
bigkevmcd | well...if it reconnects? | 13:23 |
MrTango | what you mean with reconnets? | 13:24 |
MrTango | i have tryed an transaction.abort() before i try to get the object, but doesn't work anytime | 13:25 |
bigkevmcd | betabug: I think it would only see the state of the commit if the client started a new transaction/connection | 13:25 |
MrTango | some times it helps if i trigger another request on this client with a page reload | 13:25 |
MrTango | bigkevmcd: i know, thats why i'm doing an abort() | 13:26 |
MrTango | i have also tryed a connection.sync() | 13:26 |
betabug | bigkevmcd: you could be right, it's been some time since I did this | 13:27 |
MrTango | a got the connection from my object if it exists, this seems to work better, but not to get new objects | 13:27 |
betabug | maybe if the 2nd thread commits its transaction too, it starts to see the new state? | 13:27 |
MrTango | betabug: i think commit is not enough, but an abort works better | 13:29 |
MrTango | mya be it could be the mount point, the mount point is an zeo device ;) | 13:29 |
*** davisagli has quit IRC | 13:39 | |
*** davisagli has joined #zope | 13:39 | |
*** goschtl has quit IRC | 13:53 | |
*** davisagli has quit IRC | 14:01 | |
*** davisagli has joined #zope | 14:02 | |
*** davisagli has quit IRC | 14:03 | |
*** davisagli has joined #zope | 14:04 | |
*** RichardBarrell has joined #zope | 14:04 | |
*** davisagli has joined #zope | 14:05 | |
*** davisagli has joined #zope | 14:05 | |
*** dayne has joined #zope | 14:11 | |
*** m8 has joined #zope | 14:16 | |
*** mejo has joined #zope | 14:33 | |
*** sunew has quit IRC | 14:36 | |
*** mejo has left #zope | 14:39 | |
*** sunew has joined #zope | 14:45 | |
*** goschtl has joined #zope | 14:46 | |
*** sunew has quit IRC | 14:46 | |
*** sunew has joined #zope | 14:46 | |
*** Wu has quit IRC | 14:55 | |
*** tisto|away is now known as tisto | 15:04 | |
*** m8 has quit IRC | 15:17 | |
*** benji has joined #zope | 15:24 | |
*** digitalmortician has joined #zope | 15:24 | |
*** rfw has quit IRC | 15:27 | |
*** regebro has joined #zope | 15:28 | |
*** fredvd has joined #zope | 15:34 | |
*** slackrunner has quit IRC | 15:34 | |
*** sm has joined #zope | 15:37 | |
*** tisto has quit IRC | 15:48 | |
*** davisagli has quit IRC | 15:50 | |
*** davisagli has joined #zope | 15:51 | |
*** srichter has quit IRC | 15:53 | |
*** sp0cksbeard has joined #zope | 15:57 | |
*** eperez has quit IRC | 16:02 | |
*** Arfrever has joined #zope | 16:05 | |
*** shastry_ has joined #zope | 16:11 | |
*** shastry has quit IRC | 16:14 | |
*** J1m has joined #zope | 16:21 | |
*** dayne has quit IRC | 16:23 | |
*** goschtl has quit IRC | 16:39 | |
*** regebro has quit IRC | 16:43 | |
*** __mac__ has quit IRC | 16:44 | |
*** srichter has joined #zope | 17:02 | |
*** rogererens has quit IRC | 17:18 | |
*** supton has joined #zope | 17:18 | |
*** Wu has joined #zope | 17:20 | |
*** sunew has quit IRC | 17:22 | |
*** rogererens has joined #zope | 17:23 | |
*** hever has quit IRC | 17:24 | |
*** shastry_ has quit IRC | 17:24 | |
*** zagy has quit IRC | 17:26 | |
*** rogererens has quit IRC | 17:29 | |
*** shastry has joined #zope | 17:30 | |
*** rogererens has joined #zope | 17:30 | |
*** Wu has quit IRC | 17:31 | |
*** rogererens has quit IRC | 17:32 | |
*** rogererens has joined #zope | 17:32 | |
*** rogererens has quit IRC | 17:33 | |
*** goschtl has joined #zope | 17:35 | |
kosh | betabug: how goes life in your country? | 17:45 |
*** zagy has joined #zope | 17:45 | |
*** goschtl has quit IRC | 17:46 | |
*** rogererens has joined #zope | 18:16 | |
*** hever has joined #zope | 18:17 | |
*** sm has quit IRC | 18:22 | |
*** avoinea has quit IRC | 18:39 | |
*** ccomb has joined #zope | 18:40 | |
*** RichardBarrell has quit IRC | 18:45 | |
*** __mac__ has joined #zope | 18:46 | |
*** supton has quit IRC | 18:48 | |
*** goschtl has joined #zope | 18:55 | |
*** __mac__ has quit IRC | 18:56 | |
*** ccomb has quit IRC | 19:04 | |
planetzopebot | Python multithreading (active questions tagged zope - Stack Overflow) http://stackoverflow.com/questions/6469462/python-multithreading | 19:08 |
*** Spanktar has joined #zope | 19:15 | |
*** fredvd has quit IRC | 19:20 | |
*** slackrunner has joined #zope | 19:24 | |
*** RichardBarrell has joined #zope | 19:38 | |
*** TomBlockley has quit IRC | 19:39 | |
*** RichardBarrell has quit IRC | 19:44 | |
*** evilbungle has quit IRC | 19:46 | |
*** supton has joined #zope | 20:04 | |
*** goschtl has quit IRC | 20:18 | |
betabug | kosh: life goes on | 20:21 |
*** goschtl has joined #zope | 20:27 | |
*** goschtl has quit IRC | 20:28 | |
*** slackrunner has quit IRC | 20:30 | |
*** slackrunner has joined #zope | 20:37 | |
*** rogererens has quit IRC | 20:37 | |
kosh | betabug: I just wondered what it was like actually being there while the rest of the world runs around screaming the whole place is burning down | 20:50 |
kosh | I Just find that a lot of news is too sensationalist and not based much on reality anymore | 20:50 |
betabug | yeah, the news are hopeless | 20:57 |
betabug | they wouldn't get things right if you smacked them in the face with the facts | 20:59 |
kosh | but they would yell and scream that you hit them in the face | 21:07 |
kosh | and how horrible it is that such things happen | 21:07 |
kosh | apparently we have a big security update to apply on tuesday | 21:08 |
kosh | the last time zope put out a security hotfix was in auguest 2008 ;) | 21:08 |
*** rbanffy has joined #zope | 21:08 | |
*** kleist has quit IRC | 21:10 | |
betabug | yeah, I wonder what it will be | 21:11 |
betabug | and which versions of zope are affected, that's kind of mysterious in the description | 21:12 |
kosh | I hope the fix does not break compatibility on something I use commonly | 21:13 |
kosh | I really don't need to spend weeks fixing all sites, especially right now | 21:13 |
kosh | working on moving right now, applying to the go back to the university etc | 21:14 |
kosh | I am heading back to college to get a degree in chemical and biological engineering | 21:14 |
*** Spanktar has quit IRC | 21:24 | |
*** Spanktar has joined #zope | 21:24 | |
betabug | kosh: cool! | 21:25 |
*** srichter has quit IRC | 21:26 | |
kosh | yeah it looks like a good idea to me | 21:26 |
betabug | you can bread some new kinds of godzilla related creatures then :-) | 21:26 |
kosh | get away from doing this kind of programming and into something more useful | 21:26 |
kosh | ooh that is a good point | 21:26 |
betabug | putting a new dimension to wreaking havoc | 21:26 |
kosh | mostly I was thinking of all the cool biotech stuff like tissue regeneration, human augmentation, nanotech medicines etc | 21:26 |
*** srichter has joined #zope | 21:26 | |
*** tiwula has joined #zope | 21:29 | |
*** digitalmortician has quit IRC | 21:42 | |
*** slackrunner has quit IRC | 21:44 | |
*** slackrunner has joined #zope | 21:51 | |
*** digitalmortician has joined #zope | 21:57 | |
*** tiwula has quit IRC | 21:58 | |
*** tiwula has joined #zope | 22:14 | |
*** daMaestro has joined #zope | 22:18 | |
*** srichter has quit IRC | 22:42 | |
*** m8 has joined #zope | 23:01 | |
*** hever has quit IRC | 23:07 | |
*** benji has quit IRC | 23:39 | |
*** srichter has joined #zope | 23:54 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!