IRC log of #zope for Tuesday, 2011-04-26

koshif you care about security plone is going to beat django hands down00:00
koshthe django app is likely to have more exploits in a year, especially with code you add to, then a plone app will have in the next 10 years00:00
ecomoTresEquis: basically i need ecommerce now - Django has some goodies , Plone has a few too, but Plones - definitely need to upgrade - using Zope .. but Zope seems "difficult" comparing to Django.. maybe only seems, i'm now reading documentations Zope 2.12 book - is it good for start?00:01
TresEquisecomo, Plone gives you lots of "content managment" goodness in the core -- Django gives you the admin UI :)00:03
TresEquisadd-ons provide e-commerce functionality in either case00:03
TresEquisIf core Plone features are interesting, and you find an e-commerce extension which meets your needs, then Plone would be worth looking at00:04
ecomokosh: don't know for sure that Django has so many flaws in sec, but  i'v seen Plone's government adoption level - very impressive..but i'm doing completely different level now - simple local eshop00:04
TresEquisI wouldn't use it for a "pure" e-commerce site myself (where I didn't care about Plone's CMS features)00:05
koshoverall I don't see ecommerce as very important anymore to realy have in a product since you can use stuff like google checkout or amazon checkout00:05
koshTresEquis: strangely my ecommerce sites have been the biggest users of CMS type features00:05
*** webmaven has joined #zope00:05
ecomoTresEquis: why? only 'coz it's an overkill?00:05
koshTresEquis: so they can add all kinds of products, information about it etc00:05
*** evilbungle has joined #zope00:07
ecomoi understand  that - i can't write good secure ecommerce alone ofc.  - so using Plone security could do the best, but are Django really so bad on sec.? there  are few very impressive shops, comparing to - Plone's .. don't know if Plones alpha-beta shops can compare to Djangos 'production' like either  )00:08
*** planetzopebot has joined #zope00:09
koshecomo: on your ecommerece system do you plan that people will enter credit card numbers directly on your website?00:12
ecomoagain - i don't understand the future of Zope2 - - if i'll spend a half of year - learn it good -- and after that i'll find that the only good use of it - in Plone and for some web apps or custom work it's really faster- better to use Django,, just can't afford another half of year to play with Django and see that it do almost the same as ZOpe2 or vice-versa00:13
ecomokosh: no, invoice func.00:13
koshah so just send an invoice at the end of the month etc00:14
ecomokosh: like that )00:14
koshso you will still have to deal with things like sql injection, writing data to the wrong user etc on the django side but not credit card numbers at least00:15
ecomokosh: seems like ) i'm only afraid - that after some time when my clients would need (oh,by some reason) to transfer their data from ZODB to some RDB - they'll curse me for my choice .. so, maybe i'll need to use SQLAlchimy or what ever tools exist for Plone.. and try to connect it well with existing Plone ecomm solutions... and only - maybe it'll play well00:18
koshtransferring data from ZODB to RDB is not very workable00:19
koshhowever transferring RDB to ZODB or RDB to any of the new nosql systems is not very workable either00:20
koshheck transferring from one RDB to another RDB does not always work very well either and queries usually have to be pretty majorly rewritten00:21
ecomo)00:21
ecomoi'v heard it too..00:21
koshso far in about 10 years I don't think a single one of my customers have ever cared what they system was even built on00:22
ecomoi don't see the Big problem in RDBs at a whole -  i'v done some transfering - it's not so hellish.. but ZODB scares me (and attracts too )00:23
koshmy major issues with RDBS is how careful you must be on all usage of it00:23
koshthe major way of quering a relational DB is just so easy to exploit00:23
ecomokosh: can you comment - "Z2 is a full "peer" of grok / bluebream"? i don't understand it , it means - Z2 contains blubream or something modern parts... or it goes completely its own way?00:28
koshit means it is a seperate project entirely00:29
koshit is not above or below in any way00:29
koshhowever it does share a lot of code and more will be shared over time00:29
kosheven pyramid is sharing code with zope projects00:29
koshZ2 is in many ways more modern then the newer frameworks are00:30
koshrails, django and others are only recently starting to pay attention to security00:30
ecomokosh: i'v read pyramids docs, they are pretty) but why would the part of Zope developers - create something like Blubream/Grok and go entirely with it, another part - create Pyramid.. and all of theme leave ZOpe2 to remaining devs?00:31
koshhistorical reasons mostly00:31
koshat one point the core devs wanted zope 2 dead entirely and they promised us a zope 3 that would be an upgrade to zope 2 and then all projects would be able to upgrade to zope 300:31
koshthat never happened, when they finally made a zope 3 it was no longer what was once promised and so very few used it but some did00:32
koshthose that did use it found some shortcomings with it that where not easy to change so they made grok00:32
koshlater zope 3 was basically cancelled and was turned into bluebream by those what wanted to keep using it00:32
koshit was discussed that zope 2 should be renamed to zope 4 to indicate that it was the newest version to use and the main version people should use but that was decided against since it was felt it would cause confusion00:33
koshpyramid was based off of two projects one of them was repoze.bfg00:33
koshrepoze.bfg was made a long time ago now to bring zope 2 technologies outside zope 200:34
koshhowever since ztk is making it much easier to do that now pyramid looks like it is using some ztk things00:34
koshI would expect eventually that zope 2 and pyramid will be pretty easy to move between00:34
koshpyramid can already use zeo00:34
koshit actually looks like in a few years I could actually move my zope 2 apps to pyramid and keep them running nicely00:35
runyagazope2 using wsgi with webob is what is needed00:36
runyagathen you can pick and choose frameworks more easily00:36
koshzope 2 looks like it will work with wsgi normally soon00:36
ecomoso, maybe Plone will ported to it, i'v asked about on other channels - nobody knows the future) )00:36
runyagazope2 works w/ wsgi00:36
koshit looks like with zope 2.13 it is also working completely right last I checked00:37
runyagawe have it in production00:37
koshah does it work with streamed files now? that was the last holdup I knew of00:37
runyagayes00:37
runyagawebob needs to replace request/response00:38
koshany actual advantage using wsgi over seperate zope servers? right now I run 4 zope servers and have nginx do load balancing between them but any server can serve any request since I share the auth and session information over zeo00:38
runyagathat might be near impossible00:38
runyagamod_wsgi handles the processes00:38
runyagait can cycle them every x requests or ram usage00:38
runyagabetter for apache/mod_wsgi to handle processes than managing them yourself00:38
koshI won't use apache anymore00:39
koshthat serve can go die in a ditch00:39
koshserver00:39
runyaga;-)00:39
koshI had too many problems with it serving the wrong content00:39
runyagawell. i'm sure you can make it work w/ nginx with lots of work00:39
runyagabut its really nice00:39
runyagawe have 8 clients w/ 1 thread and relstorage00:39
koshfound bug reports on it and the apache devs kept closing the bug reports and people kept reopening them00:39
runyagasuper nice00:39
koshsometimes apache would serve data from the wrong request00:39
runyaganever seen that00:40
koshI tried relstorage and decided against using it00:40
koshzeo in 2.13 handled a higher concurrent load and it handled it faster and with lower resource usage00:40
runyagarelstore or zeo -- all the same00:40
runyagawe need circular replication00:40
runyagaand more fancy feataures so zeo was no go00:40
koshright now I run 4 zopes with 2 threads each and 1 zeo for each server and that has worked well00:40
runyagayup00:41
runyagaits all what works for you00:41
runyagathats the ultimate test00:41
koshI tried 8 zopes with 1 thread each and that used more memory and also ran a little slower00:41
kosh4 zopes with 1 thread each use a little less memory but also a little slower so that balance has worked well00:41
koshI modified exUserFolder to do auth using the built in zope session instead of its own cookie and then share the session over zeo so the load balance is seamless between the instances00:42
koshit has worked very very nicely and it means no instance gets overloaded and I can restart them one after another with no interruptions of any kind00:42
koshI just wondered what wsgi would do different then what I do now, does it take less ram then normally running zope etc00:43
kiorkyfor wsgi purpose i would go for paste/gunicorn00:56
kiorky(paste as pastedeploy and the gunicorn paste server factory)00:56
*** ecomo has quit IRC01:04
*** theo_ has quit IRC01:04
*** redir has joined #zope01:14
*** pjfd has quit IRC01:24
*** runyaga has quit IRC01:25
*** ecomo has joined #zope01:27
*** alecm_ has joined #zope01:36
*** alecm has quit IRC01:36
*** alecm_ is now known as alecm01:36
*** TresEquis has quit IRC01:45
CIA-83newbery * r121464 /zc.buildout/branches/newbery-multiple-increments: Branching to add support for multiple +/- increments in configs.01:48
CIA-83newbery newbery-multiple-increments * r121465 zc.buildout/src/zc/buildout/ (tests.py buildout.py): Add support for multiple +/- increments in configs.01:48
*** MrTango has quit IRC01:51
*** evilbungle has quit IRC02:02
*** alexpilz1 has left #zope02:06
*** J1m has quit IRC02:14
*** pranq has joined #zope02:32
*** hever has joined #zope02:34
*** Arfrever has quit IRC02:36
*** pranq has quit IRC03:08
*** supton has quit IRC03:11
*** varta has joined #zope03:12
*** dayne has joined #zope03:23
*** pjfd has joined #zope03:35
*** davisagli has quit IRC03:39
*** davisagli has joined #zope03:39
*** Spanktar has quit IRC03:40
*** tiwula has quit IRC03:54
*** webmaven has quit IRC03:56
*** gqlewis has joined #zope04:30
*** davisagli has quit IRC04:42
*** davisagli has joined #zope04:44
*** hever has quit IRC05:13
*** alga has quit IRC05:15
*** pjfd has quit IRC05:17
*** benji has quit IRC06:08
*** davetoo has joined #zope06:14
*** tiwula has joined #zope06:17
*** kleist has joined #zope06:18
*** srichter has joined #zope06:19
*** srichter has quit IRC06:24
*** dayne has quit IRC06:52
*** davetoo has left #zope07:10
*** sm has quit IRC07:57
*** tiwula has quit IRC08:06
*** ecomo has quit IRC08:07
*** supton has joined #zope08:09
*** mr_jolly has joined #zope08:17
*** mr_jolly has quit IRC08:52
*** supton has quit IRC08:54
*** __mac__ has joined #zope09:00
*** davisagli has quit IRC09:01
*** davisagli has joined #zope09:02
*** zagy has joined #zope09:07
*** wosc has joined #zope09:14
*** MrTango has joined #zope09:26
*** eperez has quit IRC09:28
*** bigkevmcd has joined #zope09:34
*** tisto has joined #zope09:35
*** Wu has joined #zope09:53
*** menesis has joined #zope09:55
*** alga has joined #zope09:59
*** planetzopebot has quit IRC10:08
*** planetzopebot has joined #zope10:09
*** humanfromearth has joined #zope10:11
*** humanfromearth has left #zope10:11
*** ccomb has joined #zope10:12
*** goschtl has joined #zope10:15
*** agroszer has joined #zope10:15
*** sylvain has joined #zope10:17
*** altipard has joined #zope10:19
*** vortec has joined #zope10:22
*** hever has joined #zope10:27
*** evilbungle has joined #zope10:27
*** evilbungle has quit IRC10:28
*** hever has quit IRC10:35
*** alexpilz has joined #zope10:36
*** yvl has joined #zope10:40
*** ccomb has quit IRC10:47
*** evilbungle has joined #zope10:49
*** tisto is now known as tisto|away10:58
*** eperez has joined #zope11:04
*** goschtl has quit IRC11:18
*** goschtl has joined #zope11:18
*** evilbungle has quit IRC11:19
*** mr_jolly has joined #zope11:22
*** kosh has quit IRC11:29
*** kosh has joined #zope11:36
*** TomBlockley has joined #zope11:39
*** evilbungle has joined #zope11:41
*** slackrunner has joined #zope11:45
*** tisto|away is now known as tisto11:46
*** ccomb has joined #zope11:49
*** evilbungle has quit IRC11:57
*** evilbungle has joined #zope11:57
*** _mup_ has quit IRC11:57
*** _mup_ has joined #zope11:59
*** mitchell`off is now known as mitchell`11:59
*** hever has joined #zope12:01
*** giampaolo has joined #zope12:02
planetzopebotPyramid CRUD sprint (RedTurtle Technology)  http://blog.redturtle.it/redturtle-blog/pyramid-crud-sprint12:09
*** altipard has quit IRC12:22
*** altipard has joined #zope12:22
*** paddy has joined #zope13:06
*** menesis has quit IRC13:13
*** goschtl has quit IRC13:26
*** zagy has quit IRC13:29
*** zagy has joined #zope13:31
*** dayne has joined #zope13:33
*** goschtl has joined #zope13:40
*** ccomb has quit IRC14:01
*** menesis has joined #zope14:02
*** altipard has quit IRC14:05
*** benji has joined #zope14:08
*** m8 has joined #zope14:13
*** hever has quit IRC14:25
*** hever has joined #zope14:51
*** tisto is now known as tisto|lunch14:54
*** huajie has joined #zope14:55
*** hever has quit IRC14:58
*** Wu has quit IRC15:03
*** yvl has quit IRC15:11
*** m8 has quit IRC15:14
*** paddy has quit IRC15:23
*** pjfd has joined #zope15:38
*** __gotcha has joined #zope16:00
*** __gotcha has left #zope16:02
*** J1m has joined #zope16:02
*** Reite has quit IRC16:06
*** ccomb has joined #zope16:06
*** altipard has joined #zope16:09
*** kleist_ has joined #zope16:22
*** kleist has quit IRC16:23
*** kleist_ has quit IRC16:24
*** kleist has joined #zope16:25
*** zagy has quit IRC16:31
*** dayne has quit IRC16:33
*** wosc has quit IRC16:38
*** sm has joined #zope16:43
*** hever has joined #zope16:55
*** zagy has joined #zope16:56
*** __mac__ has quit IRC17:00
*** supton has joined #zope17:01
*** slackrunner_ has joined #zope17:01
*** tisto|lunch is now known as tisto17:02
*** slackrunner has quit IRC17:03
*** slackrunner_ is now known as slackrunner17:03
*** alga has quit IRC17:07
*** slackrunner has quit IRC17:11
*** Wu has joined #zope17:14
*** davetoo has joined #zope17:15
*** vortec has left #zope17:16
*** supton has quit IRC17:24
*** sm_ has joined #zope17:28
*** ccomb has quit IRC17:29
*** sm has quit IRC17:30
*** sm_ is now known as sm17:30
*** ccomb has joined #zope17:31
koshanybody know the proper way to test for blob support in the current filestorage?17:32
*** vortec has joined #zope17:40
*** danfairs has joined #zope17:44
*** ccomb1 has joined #zope17:45
*** ccomb1 has quit IRC17:46
*** ccomb2 has joined #zope17:46
*** ccomb has quit IRC17:49
*** danfairs has quit IRC17:50
*** davetoo has left #zope17:59
*** __mac__ has joined #zope18:08
*** huajie has quit IRC18:11
*** tiwula has joined #zope18:12
*** __mac__ has quit IRC18:12
*** altipard has quit IRC18:12
*** gwik has quit IRC18:12
*** altipard has joined #zope18:13
*** altipard has quit IRC18:17
*** alvaro_o has joined #zope18:18
*** daMaestro has joined #zope18:18
*** daMaestro has joined #zope18:19
*** daMaestro has joined #zope18:19
*** TomBlockley_ has joined #zope18:21
*** TomBlockley has quit IRC18:23
*** TomBlockley_ is now known as TomBlockley18:23
*** gwik has joined #zope18:25
*** alvaro_o has quit IRC18:28
*** redir has quit IRC18:29
*** redir has joined #zope18:31
*** redir has quit IRC18:35
*** runyaga has joined #zope18:38
*** runyaga has quit IRC18:38
*** runyaga has joined #zope18:38
*** goschtl has quit IRC18:39
*** sylvain has quit IRC18:40
*** ccomb2 has quit IRC18:48
*** ccomb has joined #zope18:48
*** supton has joined #zope18:50
*** agroszer has quit IRC18:53
*** alecm has quit IRC18:58
*** ccomb has quit IRC19:05
*** alecm has joined #zope19:09
*** kleist has quit IRC19:15
*** hever has quit IRC19:25
*** TomBlockley has quit IRC19:31
*** Spanktar has joined #zope19:32
*** alecm has quit IRC19:34
*** alecm has joined #zope19:42
*** alecm has quit IRC19:51
*** m8 has joined #zope19:55
*** vortec has left #zope19:56
*** Arfrever has joined #zope19:57
*** redir has joined #zope19:58
*** m8 has quit IRC20:01
*** m8 has joined #zope20:03
*** tisto has quit IRC20:07
*** Gershwin has joined #zope20:14
*** eperez has quit IRC20:18
*** evilbungle_ has joined #zope20:21
*** srichter has joined #zope20:23
*** evilbungle has quit IRC20:23
*** evilbungle_ has quit IRC20:26
*** alecm has joined #zope20:28
*** alecm has joined #zope20:28
*** alecm has quit IRC20:28
*** Wu has quit IRC20:50
*** zagy has quit IRC20:54
*** srichter has quit IRC20:54
*** srichter has joined #zope20:55
*** srichter has quit IRC21:01
*** sm has quit IRC21:05
*** BGaddie has quit IRC21:05
*** BGaddie has joined #zope21:08
*** sm has joined #zope21:12
*** altipard has joined #zope21:17
*** TresEquis has joined #zope21:19
*** evilbungle has joined #zope21:24
*** evilbungle has quit IRC21:24
*** davisagli has quit IRC21:42
*** davisagli has joined #zope21:43
*** zagy has joined #zope21:44
*** menesis has quit IRC21:45
*** alga has joined #zope21:55
*** alecm has joined #zope22:01
*** alecm has joined #zope22:01
*** alecm has quit IRC22:04
*** m8 has quit IRC22:11
*** alecm has joined #zope22:33
*** alecm has joined #zope22:33
*** mitchell` is now known as mitchell`off22:36
*** Arfrever has quit IRC22:43
*** Arfrever has joined #zope22:45
*** pyqwer has joined #zope22:53
*** pyqwer has quit IRC23:24
*** qwebirc38763 has joined #zope23:42

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