CIA-82 | regebro regebro-python3 * r118519 zc.buildout/ (24 files in 3 dirs): Remade loads of prints in doctests. | 00:03 |
---|---|---|
*** vipod has quit IRC | 00:29 | |
*** davisagli is now known as davisagli|away | 00:32 | |
*** cpf_ has quit IRC | 00:37 | |
*** gqlewis has joined #zope | 00:44 | |
*** rogererens has joined #zope | 00:46 | |
*** gqlewis has quit IRC | 01:01 | |
*** ccomb has joined #zope | 01:16 | |
*** apexi200sx has left #zope | 01:20 | |
*** MrTango has quit IRC | 01:39 | |
*** giampaolo has joined #zope | 01:51 | |
*** nitrogenycs has left #zope | 02:16 | |
*** giampaolo has quit IRC | 03:21 | |
*** ccomb has quit IRC | 03:24 | |
*** mr_jolly_ has quit IRC | 03:31 | |
*** alga has quit IRC | 03:34 | |
*** srichter has joined #zope | 03:53 | |
kosh | betabug: wake up! | 03:54 |
*** astoon has joined #zope | 04:11 | |
*** ajmitch has joined #zope | 04:15 | |
*** davisagli|away is now known as davisagli | 04:40 | |
*** dixond has quit IRC | 04:43 | |
*** davisagli is now known as davisagli|away | 04:46 | |
*** dixond has joined #zope | 04:47 | |
*** davisagli|away is now known as davisagli | 05:08 | |
*** davisagli is now known as davisagli|away | 05:25 | |
*** davisagli|away is now known as davisagli | 05:31 | |
*** davisagli is now known as davisagli|away | 05:37 | |
*** dixond has quit IRC | 05:38 | |
*** davisagli|away is now known as davisagli | 05:43 | |
*** dixond has joined #zope | 05:54 | |
*** davisagli is now known as davisagli|away | 06:28 | |
*** davisagli|away is now known as davisagli | 06:34 | |
*** davisagli is now known as davisagli|away | 06:40 | |
*** davisagli|away is now known as davisagli | 06:48 | |
*** davisagli is now known as davisagli|away | 07:06 | |
*** davisagli|away is now known as davisagli | 07:10 | |
*** astoon has quit IRC | 07:12 | |
*** benji has quit IRC | 07:18 | |
*** davisagli is now known as davisagli|away | 07:19 | |
*** davisagli|away is now known as davisagli | 07:20 | |
*** davisagli is now known as davisagli|away | 07:37 | |
*** davisagli|away is now known as davisagli | 07:43 | |
*** davisagli is now known as davisagli|away | 08:07 | |
*** menesis has joined #zope | 08:10 | |
*** davisagli|away is now known as davisagli | 08:14 | |
*** astoon has joined #zope | 08:14 | |
*** davisagli is now known as davisagli|away | 08:19 | |
*** srichter has quit IRC | 08:33 | |
*** wosc has joined #zope | 08:44 | |
*** zagy has joined #zope | 08:45 | |
*** __mac__ has joined #zope | 08:46 | |
*** JaRoel|4D has quit IRC | 08:49 | |
*** sm has quit IRC | 08:52 | |
*** kleist has joined #zope | 09:00 | |
*** MrTango has joined #zope | 09:27 | |
*** cpf_ has joined #zope | 09:30 | |
betabug | kosh: sup? | 09:42 |
betabug | I'll be at the office in 20 minutes | 09:43 |
kosh | oh you are awake | 09:44 |
kosh | I am currently making a patch for OFS.Image for Files and Images to save as blobs and I am planning to do sendfile support for it next | 09:45 |
kosh | do you think that would be an interesting product for me to make available? | 09:45 |
kosh | I already have it so I added a new method for Images and Files to have them resave their existing data to a blob | 09:45 |
kosh | on my initial tests it is much faster then serving from the zodb and much less memory usage | 09:46 |
kosh | seems to be about 4x faster or more then serving the same data from the zodb but no added memory usage | 09:48 |
kosh | I just took one system from 1.5G to 430M zodb with the rest as blob :) | 09:49 |
*** cna has joined #zope | 09:58 | |
*** JaRoel|4D has joined #zope | 10:00 | |
*** bigkevmcd has joined #zope | 10:00 | |
*** seppo14 has joined #zope | 10:03 | |
*** d2m has joined #zope | 10:03 | |
betabug | kosh: cool stuff! | 10:04 |
betabug | is it something that could be done with a product or should it be integrated into zope source? | 10:04 |
kosh | it could be done as a monkey patch just fine | 10:05 |
kosh | integrated in would probably be better but that is probably a LOT more work | 10:05 |
betabug | ah, yeah | 10:05 |
betabug | also with a product that does a monkey patch, it would work with older zope versions too | 10:05 |
kosh | but if I can get a fully working monkey patch done at least then I could have people look at it and see if they have ideas to make it better | 10:05 |
betabug | well, I think it would be really interesting | 10:05 |
kosh | should work for 2.11 - 2.13 I think | 10:06 |
betabug | yeah, that too | 10:06 |
betabug | cool | 10:06 |
kosh | prior to that there was no blob support | 10:06 |
betabug | I have one DB that could profit a lot from this :-) | 10:06 |
betabug | right | 10:06 |
betabug | and you're taking it one step further by integrating standard image objects and blogs | 10:06 |
kosh | well I will have to put up a preliminary version in the next few days that you could test then and see how it works for you | 10:06 |
kosh | no sendfile by then though | 10:07 |
betabug | ehm, what's the "sendfile" thing? | 10:07 |
kosh | well what I did with my own product is when I needed to store files and images I used the builtin zope ones instead of making my own | 10:07 |
kosh | so to hit all my objects fixing the base types makes the msot sense | 10:07 |
betabug | yeah | 10:07 |
kosh | sendfile is something that linux and other unixes have to allow you to stream from a file to a socket | 10:07 |
betabug | ah, right | 10:08 |
betabug | I remember that now from some code that TheJester did | 10:08 |
*** dburba has joined #zope | 10:08 | |
kosh | yeah that is where I got the idea for it | 10:08 |
kosh | with blobs though his code idea becomes VERY simple to make it work | 10:08 |
kosh | the complex part is doing http range support with it also but it looks like it is all workable at least I think it is | 10:08 |
betabug | yeah, his was before the blob support IIRC | 10:09 |
kosh | yeah it was so his only worked with files you had on the filesystem | 10:09 |
kosh | because we have blobs now I can make that work with any file or image as long as it is turned into a blob first | 10:09 |
betabug | right | 10:09 |
betabug | and blogs are stored in some central directory, so backups can just take that directory too, I guess | 10:10 |
kosh | what I did was add a method called resave_to_blob for File and Image objects so you can do a very simple ZopeFind query and call obj.resave_to_blob() on each one | 10:10 |
kosh | I have mine setup so that all my zope servers and zeo share the same blob directory | 10:10 |
betabug | nice | 10:11 |
kosh | and that also means that when a zope client has to send a blob it wont' be sent over zeo, it can grab it directly | 10:11 |
kosh | so it removes blobs from hitting zeo | 10:11 |
betabug | and you can use whatever standard backup tools for that | 10:11 |
kosh | well right now the backup tool I use is have rackspace backup the entire server :) | 10:11 |
betabug | yupp | 10:11 |
kosh | if i need to restore from backup I can make a new server with that backup image | 10:11 |
kosh | okay well I will work on turning it into a product and then find you so I can give it to you and you can play with it also | 10:13 |
kosh | probably just fine someplace public to put it and give out some links to it | 10:13 |
betabug | cool! | 10:13 |
betabug | yeah, that works well :-) | 10:13 |
kosh | so far though I am loving the results | 10:13 |
kosh | well I will see you later I need to head out | 10:14 |
betabug | ok, cya! | 10:14 |
*** milele has joined #zope | 10:27 | |
*** planetzopebot has quit IRC | 10:33 | |
*** planetzopebot has joined #zope | 10:34 | |
*** hever has joined #zope | 10:35 | |
*** goschtl has joined #zope | 10:52 | |
*** neo|4D has joined #zope | 10:55 | |
*** rogererens has quit IRC | 11:04 | |
*** alga has joined #zope | 11:05 | |
*** rogererens has joined #zope | 11:11 | |
*** tisto has joined #zope | 11:12 | |
*** yvl has joined #zope | 11:16 | |
*** vipod has joined #zope | 11:20 | |
*** mcdonc has quit IRC | 11:22 | |
*** mitchell`off is now known as mitchell` | 11:23 | |
*** f10w has quit IRC | 11:27 | |
*** ccomb has joined #zope | 11:29 | |
*** giampaolo has joined #zope | 11:29 | |
*** dburba has quit IRC | 11:32 | |
*** sylvain has joined #zope | 11:39 | |
*** astoon has quit IRC | 11:41 | |
*** dburba has joined #zope | 11:45 | |
*** alexpilz has joined #zope | 11:47 | |
*** ccomb has quit IRC | 11:49 | |
*** nitrogenycs has joined #zope | 11:53 | |
*** f10w has joined #zope | 11:55 | |
*** seppo14 has left #zope | 12:01 | |
*** mgedmin has quit IRC | 12:01 | |
*** mgedmin has joined #zope | 12:01 | |
*** smita has joined #zope | 12:06 | |
*** hever has quit IRC | 12:12 | |
*** hever has joined #zope | 12:15 | |
moo_ | is it possible to temporarily disable event dispatch? | 12:16 |
betabug | wouldn't that mess up e.g. adding objects in a big way? | 12:16 |
*** kiorky has quit IRC | 12:22 | |
*** kiorky has joined #zope | 12:22 | |
*** TomBlockley has joined #zope | 12:24 | |
moo_ | betabug: "temporarily" :) | 12:33 |
*** menesis has quit IRC | 12:33 | |
moo_ | i.e just for one function call | 12:33 |
betabug | how would you know that nobody adds an object right that moment in another thread? | 12:34 |
*** ccomb has joined #zope | 12:43 | |
*** ccomb has quit IRC | 13:05 | |
*** ccomb has joined #zope | 13:05 | |
*** mr_jolly has joined #zope | 13:06 | |
*** agroszer has joined #zope | 13:08 | |
*** menesis has joined #zope | 13:08 | |
*** indrajeet has joined #zope | 13:13 | |
*** teix has joined #zope | 13:16 | |
*** fredvd has joined #zope | 13:23 | |
*** cna_ has joined #zope | 13:24 | |
*** tisto has quit IRC | 13:26 | |
*** cna has quit IRC | 13:28 | |
*** cna_ is now known as cna | 13:28 | |
*** gwik has joined #zope | 13:31 | |
*** evilbungle has joined #zope | 13:50 | |
*** lucmult has joined #zope | 13:55 | |
*** sunew has joined #zope | 14:03 | |
*** eldragon has quit IRC | 14:08 | |
*** lcpfnyvc has quit IRC | 14:15 | |
*** sm has joined #zope | 14:16 | |
*** lcpfnyvc has joined #zope | 14:37 | |
*** dayne has joined #zope | 14:54 | |
*** dayne has quit IRC | 15:07 | |
*** dburba has quit IRC | 15:09 | |
*** sunew has quit IRC | 15:10 | |
*** dayne has joined #zope | 15:33 | |
*** mcdonc has joined #zope | 15:38 | |
*** rbanffy has joined #zope | 15:41 | |
*** benji has joined #zope | 15:47 | |
*** J1m has joined #zope | 15:47 | |
*** J1m has quit IRC | 15:50 | |
*** J1m has joined #zope | 15:53 | |
*** J1m has quit IRC | 15:55 | |
*** __mac__ has quit IRC | 16:00 | |
*** J1m has joined #zope | 16:04 | |
*** jim_SFU has joined #zope | 16:25 | |
*** nitrogenycs has quit IRC | 16:26 | |
*** allisterb has quit IRC | 16:31 | |
*** cna has quit IRC | 16:34 | |
*** allisterb has joined #zope | 16:44 | |
*** nitrogenycs has joined #zope | 16:46 | |
*** MrWu has joined #zope | 16:47 | |
*** wosc has quit IRC | 16:59 | |
*** goschtl has quit IRC | 17:05 | |
*** milele has quit IRC | 17:09 | |
*** RichardBarrell has joined #zope | 17:18 | |
*** River-Rat has joined #zope | 17:28 | |
*** hever has quit IRC | 17:29 | |
*** River_Rat has quit IRC | 17:30 | |
*** RichardBarrell has quit IRC | 17:36 | |
*** zagy has quit IRC | 17:36 | |
*** daMaestro has joined #zope | 17:44 | |
*** alvaro_o has joined #zope | 17:45 | |
*** evilbungle has quit IRC | 17:46 | |
*** thetet has joined #zope | 17:49 | |
*** evilbungle has joined #zope | 17:56 | |
*** lucmult has quit IRC | 17:58 | |
*** lucmult has joined #zope | 17:58 | |
*** shastry_ has joined #zope | 18:09 | |
giampaolo | hi, is there something which is recommended for doing template batching (I mean, display a lot of results in different pages)? I noticed there's z3c.batching but wondered if there's something else as well | 18:11 |
*** shastry has quit IRC | 18:13 | |
*** indrajeet has quit IRC | 18:13 | |
*** eperez has joined #zope | 18:13 | |
mgedmin | z3c.table supports batching | 18:14 |
mgedmin | (it's built on top of z3c.batching, or, rather, z3c.batching was split off z3c.table) | 18:15 |
*** tiwula has joined #zope | 18:25 | |
*** hever has joined #zope | 18:39 | |
*** sm_ has joined #zope | 18:41 | |
*** sm has quit IRC | 18:42 | |
*** sm_ is now known as sm | 18:42 | |
*** alga has quit IRC | 18:43 | |
*** JaRoel|4D has quit IRC | 19:00 | |
*** neo|4D has quit IRC | 19:06 | |
*** vipod has quit IRC | 19:11 | |
*** ccomb has quit IRC | 19:14 | |
*** cpf_ has quit IRC | 19:25 | |
*** hever has quit IRC | 19:31 | |
*** benji is now known as benji-lunch | 19:31 | |
CIA-82 | regebro regebro-python3 * r118520 zc.buildout/src/zc/buildout/ (tests.py buildout.py testing.py buildout.txt): Various fixes. Encountered a bug in distribute, solved in http://bitbucket.org/tarek/distribute/changeset/226bd89d1d69 | 19:32 |
*** redir has quit IRC | 19:37 | |
*** fredvd has quit IRC | 19:42 | |
*** jim_SFU has quit IRC | 19:43 | |
*** mitchell` is now known as mitchell`off | 19:46 | |
*** alexpilz has quit IRC | 19:47 | |
*** eldragon has joined #zope | 19:48 | |
CIA-82 | janwijbrand janjaapdriessen-resource-publisher * r118521 hurry.resource/src/hurry/resource/ (publisher.py __init__.py README.txt core.py wsgi.py): move generating a library URL to the library class | 19:49 |
*** sashav has joined #zope | 19:52 | |
*** menesis has quit IRC | 20:00 | |
*** davisagli|away is now known as davisagli | 20:01 | |
*** TomBlockley has quit IRC | 20:01 | |
*** davisagli is now known as davisagli|away | 20:07 | |
*** hever has joined #zope | 20:10 | |
*** alecm has joined #zope | 20:11 | |
*** evilbungle has quit IRC | 20:15 | |
*** yvl has quit IRC | 20:17 | |
*** ccomb has joined #zope | 20:21 | |
*** davisagli|away is now known as davisagli | 20:22 | |
*** benji-lunch is now known as benji | 20:27 | |
*** danielblackburn is now known as danielb_afk | 20:27 | |
*** davisagli has left #zope | 20:28 | |
*** davisagli has joined #zope | 20:28 | |
*** davisagli is now known as davisagli|away | 20:30 | |
*** JaRoel|4D has joined #zope | 20:31 | |
*** thetet has left #zope | 20:32 | |
*** eperez has quit IRC | 20:32 | |
*** shastry_ has quit IRC | 20:39 | |
*** shastry has joined #zope | 20:41 | |
*** ccomb has quit IRC | 20:43 | |
*** hever has quit IRC | 20:47 | |
*** redir has joined #zope | 20:49 | |
*** hever has joined #zope | 20:49 | |
*** pfrog has left #zope | 20:50 | |
*** sylvain has quit IRC | 20:51 | |
*** gwik has quit IRC | 20:54 | |
*** hever has quit IRC | 20:55 | |
*** bigkevmcd has quit IRC | 20:58 | |
*** ccomb has joined #zope | 21:03 | |
*** zagy has joined #zope | 21:05 | |
*** menesis has joined #zope | 21:12 | |
*** MrWu has quit IRC | 21:17 | |
CIA-82 | regebro regebro-python3 * r118522 zc.buildout/ (5 files in 2 dirs): easy_install.txt passes under Python 3.1. | 21:18 |
*** agroszer has quit IRC | 21:20 | |
*** davisagli|away is now known as davisagli | 21:25 | |
*** danielb_afk is now known as danielblackburn | 21:32 | |
*** kleist has quit IRC | 21:39 | |
*** daMaestro has quit IRC | 21:45 | |
*** lucmult has quit IRC | 21:46 | |
*** alga has joined #zope | 21:55 | |
*** gwik has joined #zope | 22:02 | |
*** gwik has quit IRC | 22:02 | |
*** shastry has quit IRC | 22:04 | |
*** ccomb has quit IRC | 22:05 | |
*** davisagli is now known as davisagli|away | 22:09 | |
*** alexpilz has joined #zope | 22:17 | |
*** lucmult has joined #zope | 22:19 | |
*** davisagli|away is now known as davisagli | 22:22 | |
*** smita has quit IRC | 22:30 | |
*** menesis has quit IRC | 22:31 | |
*** zagy has quit IRC | 22:31 | |
*** alga has quit IRC | 22:34 | |
*** alga has joined #zope | 22:34 | |
*** zagy has joined #zope | 22:37 | |
*** daMaestro has joined #zope | 22:43 | |
*** ccomb has joined #zope | 22:44 | |
*** teix has left #zope | 22:45 | |
*** zagy has quit IRC | 22:46 | |
giampaolo | I'm searching for a method do get the current url including request arguments. Something like http://localhost/something?foo=1 | 23:03 |
sm | giampaolo: should be all in the request object. The syntax for getting that depends on where you are | 23:15 |
*** sashav has quit IRC | 23:17 | |
giampaolo | ok, I found out | 23:18 |
*** vipod has joined #zope | 23:39 | |
*** bigkevmcd has joined #zope | 23:40 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!