[web2py] Re: The Great Web Framework Shootout

2013-04-21 Thread OJ
The application was copied from https://github.com/seedifferently/the-great-web-framework-shootout/issues/14 ... Please point me some performance problems and I'll fix and re-run the tests. .oj On Wednesday, April 17, 2013 1:05:35 AM UTC+3, Derek wrote: > > Seems a bit low, bu

[web2py] Re: The Great Web Framework Shootout

2013-04-16 Thread OJ
emplate test: web2py apache + mod_wsgi: 344 req/sec, web2py rocket: 292 req/sec, (Django: 925 req/sec, Flask: 1625 req/sec) Database + template: web2py apache + mod_wsgi 274 req/sec (sqlite) and 180 req/sec (DAL), web2py with rocket: 245 req/sec (sql), 171 req/sec (DAL)(Django: 450 req/sec, Flask 107

[web2py] Re: The Great Web Framework Shootout

2013-03-04 Thread OJ
I will, I'm currently figuring out how to arrange my EC2 instance. After that I'm looking for advice with web2py / Apache setup :) One problem at the time. On Sunday, March 3, 2013 3:37:32 PM UTC+2, wwwgong wrote: > > Please share the benchmark results when avail -- --- You received this me

[web2py] Re: The Great Web Framework Shootout

2013-02-28 Thread OJ
:) On Thursday, February 28, 2013 9:57:56 PM UTC+2, Niphlod wrote: > > perfect. I got home just now :) > > On Thursday, February 28, 2013 8:06:08 PM UTC+1, OJ wrote: >> >> Hi, >> >> It worked! Thank you so much! >> >> -Oj >> >> On

[web2py] Re: The Great Web Framework Shootout

2013-02-28 Thread OJ
Hi, It worked! Thank you so much! -Oj On Thursday, February 28, 2013 8:07:58 PM UTC+2, LightDot wrote: > > A couple of bugs has crept in... Assuming you've already followed the > instructions (as pasted above): > > 1) to the top of applications/benchmark/controllers/tests

[web2py] Re: The Great Web Framework Shootout

2013-02-28 Thread OJ
@Niphlod Souds great! -Oj On Thursday, February 28, 2013 3:13:42 PM UTC+2, Niphlod wrote: > > @OJ: I will as soon as I get home if in the meantime nobody else will > (still at work, no python available). We'll solve the issue in a moment. > > On Thursday, February 28, 2013

[web2py] Re: The Great Web Framework Shootout

2013-02-28 Thread OJ
le_text filename = eval(filename, context) File "", line 1, in NameError: name 'base' is not defined I followed Massimos example carefully. If you do the same, is everything working in your machines? -Oj On Thursday, February 28, 2013 6:57:33 AM UTC+2, rh wrote: >

[web2py] Re: The Great Web Framework Shootout

2013-02-27 Thread OJ
ttp://127.0.0.1:8000/benchmark/tests/hello open http://127.0.0.1:8000/benchmark/tests/hellos open http://127.0.0.1:8000/benchmark/tests/hellodb I cant even debug it to work. It seems (for me) that web2py is too smart for me to do simple application :) Sorry for bothering you guys. -Oj On Monday

[web2py] Re: The Great Web Framework Shootout

2013-02-25 Thread OJ
ext filename = eval(filename, context) File "", line 1, in NameError: name 'base' is not defined Which is much harder for me to fix - somehow. -Oj On Monday, February 25, 2013 4:57:17 PM UTC+2, OJ wrote: > > Yeah, > > Your example has a bug in it.

[web2py] Re: The Great Web Framework Shootout

2013-02-25 Thread OJ
controllers/default.py" <http://localhost:8000/admin/default/edit/benchmark/controllers/default.py>, line 60, in @auth.requires_signature() NameError: name 'auth' is not defined " I think that Seth ran into same troubles when he tried your code. Best, Oj On Tuesda

[web2py] Re: The Great Web Framework Shootout

2013-02-04 Thread OJ
the frameworks are using native sqlite api and some > are using ORMs. A comparison is difficult. > > On Monday, 4 February 2013 13:26:14 UTC-6, OJ wrote: >> >> I would gladly accept if anyone else could provide me web2py application >> with same spesifications as this sho

[web2py] Re: The Great Web Framework Shootout

2013-02-04 Thread OJ
50 AM UTC+2, OJ wrote: > > Could you send it to me? Or did you mean that you don't have it anymore :) > > I tried to contact the author about it, but haven't heard from him. > > On Saturday, February 2, 2013 10:40:36 PM UTC+2, Massimo Di Pierro wrote: >> >> I

[web2py] Re: The Great Web Framework Shootout

2013-02-02 Thread OJ
t; > On Saturday, 2 February 2013 05:24:05 UTC-6, OJ wrote: >> >> Massimo, where can I find your patch? I understood that you submitted >> web2py -patch for the shootout. I'm currently interested to see how hw >> aspect would have effect to results and I need web

[web2py] Re: The Great Web Framework Shootout

2013-02-02 Thread OJ
Massimo, where can I find your patch? I understood that you submitted web2py -patch for the shootout. I'm currently interested to see how hw aspect would have effect to results and I need web2py to be part of it. On Monday, February 20, 2012 3:51:36 PM UTC+2, Massimo Di Pierro wrote: > > I did