Re: [web2py] Re: Python framework benchmarks

2015-06-08 Thread Alfonso de la Guarda
Massimo,

As Derek shows we can change anything and rerun the tests
Saludos,


Alfonso de la Guarda
Twitter: @alfonsodg
Redes sociales: alfonsodg
   Telef. 991935157
1024D/B23B24A4
5469 ED92 75A3 BBDB FD6B  58A5 54A1 851D B23B 24A4


On Mon, Jun 8, 2015 at 5:41 PM, Massimo Di Pierro
massimo.dipie...@gmail.com wrote:
 Where is the code you run? Did you session.forget() in web2py or did you
 create a session at every request? Also, did you disable migrations?
 Remember web2py defaults to everything on, Flask instead, for example,
 defaults to everything off.


 On Monday, 8 June 2015 17:30:30 UTC-5, Alfonso de la Guarda Reyes wrote:

 Hi,

 The idea was not to compare web2py itself, as I said I use it in the
 frontend but I found it interesting how they will review other
 frameworks, but also lead to reflection on how to increase the
 performance (requests per second) for  web2py
 Saludos,

 
 Alfonso de la Guarda
 Twitter: @alfonsodg
 Redes sociales: alfonsodg
Telef. 991935157
 1024D/B23B24A4
 5469 ED92 75A3 BBDB FD6B  58A5 54A1 851D B23B 24A4


 On Mon, Jun 8, 2015 at 5:27 PM, Derek sp1d...@gmail.com wrote:
  well, that's not a fair bet, falcon will compile itself with cython if
  it's
  available.
 
 
  On Monday, June 8, 2015 at 3:05:05 PM UTC-7, Alfonso de la Guarda Reyes
  wrote:
 
  Hello,
 
  As I'm finishing a project that requires processing information very
  quickly (machine learning) and lately i am using #web2py for almost
  everything, I found the dilemma of dividing it into a solution that
  implements a REST-based backend and frontend based on web2py, the case
  was whether that solution was actually the fastest way to avoid in the
  short term make a refactoring project and so I found the bed
  performance testing TechEmPower
 
 
 
  https://www.techempower.com/benchmarks/#section=data-r10hw=ec2test=fortune
 
  And I decided to complete the rest of python based web frameworks and
  make a decision based on performance, since all I need is a rest to
  implement an API that works only with the frontend.
 
  Thus I share the results of this benchmark, the same that has been
  generated according to the specifications described in the repository
  using TechEmPower vagrant to replicate your environment
 
  http://codebeautify.org/jsonviewer/2e0aac
 
  The result is similar to the URL of the test bed although almost all
  web frameworks that have added multiple users, and the surprise of the
  event was falcon, although it was also good to see that my querdio
  Bottle still fast for its minimalist design.
 
 
  Saludos,
 
  
  Alfonso de la Guarda
  Twitter: @alfonsodg
  Redes sociales: alfonsodg
 Telef. 991935157
  1024D/B23B24A4
  5469 ED92 75A3 BBDB FD6B  58A5 54A1 851D B23B 24A4
 
  --
  Resources:
  - http://web2py.com
  - http://web2py.com/book (Documentation)
  - http://github.com/web2py/web2py (Source code)
  - https://code.google.com/p/web2py/issues/list (Report Issues)
  ---
  You received this message because you are subscribed to the Google
  Groups
  web2py-users group.
  To unsubscribe from this group and stop receiving emails from it, send
  an
  email to web2py+unsubscr...@googlegroups.com.
  For more options, visit https://groups.google.com/d/optout.

 --
 Resources:
 - http://web2py.com
 - http://web2py.com/book (Documentation)
 - http://github.com/web2py/web2py (Source code)
 - https://code.google.com/p/web2py/issues/list (Report Issues)
 ---
 You received this message because you are subscribed to the Google Groups
 web2py-users group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to web2py+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[web2py] Re: Python framework benchmarks

2015-06-08 Thread Derek
https://github.com/TechEmpower/FrameworkBenchmarks/tree/master/frameworks/Python/web2py

It's open source, easy to see, perhaps we can create pull requests for our 
changes...

On Monday, June 8, 2015 at 3:32:27 PM UTC-7, Niphlod wrote:

 it's the usual weirdo-test. I bet all has been done with web2py defaults, 
 which means migrations, sessions on disk, etc etc etc ?!

 BTW there's no news in knowing that a minimal-something performs better 
 than a batteries-included one, let alone the I was built specifically 
 towards something.


-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [web2py] Re: Python framework benchmarks

2015-06-08 Thread Derek
I created two pull requests, so it should be a bit faster now. I see it's 
also storing sessions in the database and logs, no need for that... 

On Monday, June 8, 2015 at 3:44:04 PM UTC-7, Alfonso de la Guarda Reyes 
wrote:

 Massimo, 

 As Derek shows we can change anything and rerun the tests 
 Saludos, 

  
 Alfonso de la Guarda 
 Twitter: @alfonsodg 
 Redes sociales: alfonsodg 
Telef. 991935157 
 1024D/B23B24A4 
 5469 ED92 75A3 BBDB FD6B  58A5 54A1 851D B23B 24A4 


 On Mon, Jun 8, 2015 at 5:41 PM, Massimo Di Pierro 
 massimo@gmail.com javascript: wrote: 
  Where is the code you run? Did you session.forget() in web2py or did you 
  create a session at every request? Also, did you disable migrations? 
  Remember web2py defaults to everything on, Flask instead, for example, 
  defaults to everything off. 
  
  
  On Monday, 8 June 2015 17:30:30 UTC-5, Alfonso de la Guarda Reyes wrote: 
  
  Hi, 
  
  The idea was not to compare web2py itself, as I said I use it in the 
  frontend but I found it interesting how they will review other 
  frameworks, but also lead to reflection on how to increase the 
  performance (requests per second) for  web2py 
  Saludos, 
  
   
  Alfonso de la Guarda 
  Twitter: @alfonsodg 
  Redes sociales: alfonsodg 
 Telef. 991935157 
  1024D/B23B24A4 
  5469 ED92 75A3 BBDB FD6B  58A5 54A1 851D B23B 24A4 
  
  
  On Mon, Jun 8, 2015 at 5:27 PM, Derek sp1...@gmail.com javascript: 
 wrote: 
   well, that's not a fair bet, falcon will compile itself with cython 
 if 
   it's 
   available. 
   
   
   On Monday, June 8, 2015 at 3:05:05 PM UTC-7, Alfonso de la Guarda 
 Reyes 
   wrote: 
   
   Hello, 
   
   As I'm finishing a project that requires processing information very 
   quickly (machine learning) and lately i am using #web2py for almost 
   everything, I found the dilemma of dividing it into a solution that 
   implements a REST-based backend and frontend based on web2py, the 
 case 
   was whether that solution was actually the fastest way to avoid in 
 the 
   short term make a refactoring project and so I found the bed 
   performance testing TechEmPower 
   
   
   
   
 https://www.techempower.com/benchmarks/#section=data-r10hw=ec2test=fortune 
   
   And I decided to complete the rest of python based web frameworks 
 and 
   make a decision based on performance, since all I need is a rest to 
   implement an API that works only with the frontend. 
   
   Thus I share the results of this benchmark, the same that has been 
   generated according to the specifications described in the 
 repository 
   using TechEmPower vagrant to replicate your environment 
   
   http://codebeautify.org/jsonviewer/2e0aac 
   
   The result is similar to the URL of the test bed although almost all 
   web frameworks that have added multiple users, and the surprise of 
 the 
   event was falcon, although it was also good to see that my querdio 
   Bottle still fast for its minimalist design. 
   
   
   Saludos, 
   
    
   Alfonso de la Guarda 
   Twitter: @alfonsodg 
   Redes sociales: alfonsodg 
  Telef. 991935157 
   1024D/B23B24A4 
   5469 ED92 75A3 BBDB FD6B  58A5 54A1 851D B23B 24A4 
   
   -- 
   Resources: 
   - http://web2py.com 
   - http://web2py.com/book (Documentation) 
   - http://github.com/web2py/web2py (Source code) 
   - https://code.google.com/p/web2py/issues/list (Report Issues) 
   --- 
   You received this message because you are subscribed to the Google 
   Groups 
   web2py-users group. 
   To unsubscribe from this group and stop receiving emails from it, 
 send 
   an 
   email to web2py+un...@googlegroups.com javascript:. 
   For more options, visit https://groups.google.com/d/optout. 
  
  -- 
  Resources: 
  - http://web2py.com 
  - http://web2py.com/book (Documentation) 
  - http://github.com/web2py/web2py (Source code) 
  - https://code.google.com/p/web2py/issues/list (Report Issues) 
  --- 
  You received this message because you are subscribed to the Google 
 Groups 
  web2py-users group. 
  To unsubscribe from this group and stop receiving emails from it, send 
 an 
  email to web2py+un...@googlegroups.com javascript:. 
  For more options, visit https://groups.google.com/d/optout. 


-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [web2py] Re: Python framework benchmarks

2015-06-08 Thread Massimo Di Pierro
Where is the code you run? Did you session.forget() in web2py or did you 
create a session at every request? Also, did you disable migrations? 
Remember web2py defaults to everything on, Flask instead, for example, 
defaults to everything off.

On Monday, 8 June 2015 17:30:30 UTC-5, Alfonso de la Guarda Reyes wrote:

 Hi, 

 The idea was not to compare web2py itself, as I said I use it in the 
 frontend but I found it interesting how they will review other 
 frameworks, but also lead to reflection on how to increase the 
 performance (requests per second) for  web2py 
 Saludos, 

  
 Alfonso de la Guarda 
 Twitter: @alfonsodg 
 Redes sociales: alfonsodg 
Telef. 991935157 
 1024D/B23B24A4 
 5469 ED92 75A3 BBDB FD6B  58A5 54A1 851D B23B 24A4 


 On Mon, Jun 8, 2015 at 5:27 PM, Derek sp1d...@gmail.com wrote: 
  well, that's not a fair bet, falcon will compile itself with cython if 
 it's 
  available. 
  
  
  On Monday, June 8, 2015 at 3:05:05 PM UTC-7, Alfonso de la Guarda Reyes 
  wrote: 
  
  Hello, 
  
  As I'm finishing a project that requires processing information very 
  quickly (machine learning) and lately i am using #web2py for almost 
  everything, I found the dilemma of dividing it into a solution that 
  implements a REST-based backend and frontend based on web2py, the case 
  was whether that solution was actually the fastest way to avoid in the 
  short term make a refactoring project and so I found the bed 
  performance testing TechEmPower 
  
  
  
 https://www.techempower.com/benchmarks/#section=data-r10hw=ec2test=fortune 
  
  And I decided to complete the rest of python based web frameworks and 
  make a decision based on performance, since all I need is a rest to 
  implement an API that works only with the frontend. 
  
  Thus I share the results of this benchmark, the same that has been 
  generated according to the specifications described in the repository 
  using TechEmPower vagrant to replicate your environment 
  
  http://codebeautify.org/jsonviewer/2e0aac 
  
  The result is similar to the URL of the test bed although almost all 
  web frameworks that have added multiple users, and the surprise of the 
  event was falcon, although it was also good to see that my querdio 
  Bottle still fast for its minimalist design. 
  
  
  Saludos, 
  
   
  Alfonso de la Guarda 
  Twitter: @alfonsodg 
  Redes sociales: alfonsodg 
 Telef. 991935157 
  1024D/B23B24A4 
  5469 ED92 75A3 BBDB FD6B  58A5 54A1 851D B23B 24A4 
  
  -- 
  Resources: 
  - http://web2py.com 
  - http://web2py.com/book (Documentation) 
  - http://github.com/web2py/web2py (Source code) 
  - https://code.google.com/p/web2py/issues/list (Report Issues) 
  --- 
  You received this message because you are subscribed to the Google 
 Groups 
  web2py-users group. 
  To unsubscribe from this group and stop receiving emails from it, send 
 an 
  email to web2py+unsubscr...@googlegroups.com. 
  For more options, visit https://groups.google.com/d/optout. 


-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [web2py] Re: Python framework benchmarks

2015-06-08 Thread Niphlod
there's the usual ton on optimizations to be made. BTW: if sessions aren't 
needed at all, the statement to use is session.forget(response)

On Tuesday, June 9, 2015 at 12:55:52 AM UTC+2, Derek wrote:

 I created two pull requests, so it should be a bit faster now. I see it's 
 also storing sessions in the database and logs, no need for that... 

 On Monday, June 8, 2015 at 3:44:04 PM UTC-7, Alfonso de la Guarda Reyes 
 wrote:

 Massimo, 

 As Derek shows we can change anything and rerun the tests 
 Saludos, 

  
 Alfonso de la Guarda 
 Twitter: @alfonsodg 
 Redes sociales: alfonsodg 
Telef. 991935157 
 1024D/B23B24A4 
 5469 ED92 75A3 BBDB FD6B  58A5 54A1 851D B23B 24A4 


 On Mon, Jun 8, 2015 at 5:41 PM, Massimo Di Pierro 
 massimo@gmail.com wrote: 
  Where is the code you run? Did you session.forget() in web2py or did 
 you 
  create a session at every request? Also, did you disable migrations? 
  Remember web2py defaults to everything on, Flask instead, for example, 
  defaults to everything off. 
  
  
  On Monday, 8 June 2015 17:30:30 UTC-5, Alfonso de la Guarda Reyes 
 wrote: 
  
  Hi, 
  
  The idea was not to compare web2py itself, as I said I use it in the 
  frontend but I found it interesting how they will review other 
  frameworks, but also lead to reflection on how to increase the 
  performance (requests per second) for  web2py 
  Saludos, 
  
   
  Alfonso de la Guarda 
  Twitter: @alfonsodg 
  Redes sociales: alfonsodg 
 Telef. 991935157 
  1024D/B23B24A4 
  5469 ED92 75A3 BBDB FD6B  58A5 54A1 851D B23B 24A4 
  
  
  On Mon, Jun 8, 2015 at 5:27 PM, Derek sp1...@gmail.com wrote: 
   well, that's not a fair bet, falcon will compile itself with cython 
 if 
   it's 
   available. 
   
   
   On Monday, June 8, 2015 at 3:05:05 PM UTC-7, Alfonso de la Guarda 
 Reyes 
   wrote: 
   
   Hello, 
   
   As I'm finishing a project that requires processing information 
 very 
   quickly (machine learning) and lately i am using #web2py for almost 
   everything, I found the dilemma of dividing it into a solution that 
   implements a REST-based backend and frontend based on web2py, the 
 case 
   was whether that solution was actually the fastest way to avoid in 
 the 
   short term make a refactoring project and so I found the bed 
   performance testing TechEmPower 
   
   
   
   
 https://www.techempower.com/benchmarks/#section=data-r10hw=ec2test=fortune 
   
   And I decided to complete the rest of python based web frameworks 
 and 
   make a decision based on performance, since all I need is a rest to 
   implement an API that works only with the frontend. 
   
   Thus I share the results of this benchmark, the same that has been 
   generated according to the specifications described in the 
 repository 
   using TechEmPower vagrant to replicate your environment 
   
   http://codebeautify.org/jsonviewer/2e0aac 
   
   The result is similar to the URL of the test bed although almost 
 all 
   web frameworks that have added multiple users, and the surprise of 
 the 
   event was falcon, although it was also good to see that my querdio 
   Bottle still fast for its minimalist design. 
   
   
   Saludos, 
   
    
   Alfonso de la Guarda 
   Twitter: @alfonsodg 
   Redes sociales: alfonsodg 
  Telef. 991935157 
   1024D/B23B24A4 
   5469 ED92 75A3 BBDB FD6B  58A5 54A1 851D B23B 24A4 
   
   -- 
   Resources: 
   - http://web2py.com 
   - http://web2py.com/book (Documentation) 
   - http://github.com/web2py/web2py (Source code) 
   - https://code.google.com/p/web2py/issues/list (Report Issues) 
   --- 
   You received this message because you are subscribed to the Google 
   Groups 
   web2py-users group. 
   To unsubscribe from this group and stop receiving emails from it, 
 send 
   an 
   email to web2py+un...@googlegroups.com. 
   For more options, visit https://groups.google.com/d/optout. 
  
  -- 
  Resources: 
  - http://web2py.com 
  - http://web2py.com/book (Documentation) 
  - http://github.com/web2py/web2py (Source code) 
  - https://code.google.com/p/web2py/issues/list (Report Issues) 
  --- 
  You received this message because you are subscribed to the Google 
 Groups 
  web2py-users group. 
  To unsubscribe from this group and stop receiving emails from it, send 
 an 
  email to web2py+un...@googlegroups.com. 
  For more options, visit https://groups.google.com/d/optout. 



-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[web2py] Re: Python framework benchmarks

2015-06-08 Thread Niphlod
it's the usual weirdo-test. I bet all has been done with web2py defaults, 
which means migrations, sessions on disk, etc etc etc ?!

BTW there's no news in knowing that a minimal-something performs better 
than a batteries-included one, let alone the I was built specifically 
towards something.

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [web2py] Re: Python framework benchmarks

2015-06-08 Thread Derek
It's very difficult to compare the performances using that json file you 
posted. Is there another way to review the data?

On Monday, June 8, 2015 at 3:30:30 PM UTC-7, Alfonso de la Guarda Reyes 
wrote:

 Hi, 

 The idea was not to compare web2py itself, as I said I use it in the 
 frontend but I found it interesting how they will review other 
 frameworks, but also lead to reflection on how to increase the 
 performance (requests per second) for  web2py 
 Saludos, 

  
 Alfonso de la Guarda 
 Twitter: @alfonsodg 
 Redes sociales: alfonsodg 
Telef. 991935157 
 1024D/B23B24A4 
 5469 ED92 75A3 BBDB FD6B  58A5 54A1 851D B23B 24A4 


 On Mon, Jun 8, 2015 at 5:27 PM, Derek sp1...@gmail.com javascript: 
 wrote: 
  well, that's not a fair bet, falcon will compile itself with cython if 
 it's 
  available. 
  
  
  On Monday, June 8, 2015 at 3:05:05 PM UTC-7, Alfonso de la Guarda Reyes 
  wrote: 
  
  Hello, 
  
  As I'm finishing a project that requires processing information very 
  quickly (machine learning) and lately i am using #web2py for almost 
  everything, I found the dilemma of dividing it into a solution that 
  implements a REST-based backend and frontend based on web2py, the case 
  was whether that solution was actually the fastest way to avoid in the 
  short term make a refactoring project and so I found the bed 
  performance testing TechEmPower 
  
  
  
 https://www.techempower.com/benchmarks/#section=data-r10hw=ec2test=fortune 
  
  And I decided to complete the rest of python based web frameworks and 
  make a decision based on performance, since all I need is a rest to 
  implement an API that works only with the frontend. 
  
  Thus I share the results of this benchmark, the same that has been 
  generated according to the specifications described in the repository 
  using TechEmPower vagrant to replicate your environment 
  
  http://codebeautify.org/jsonviewer/2e0aac 
  
  The result is similar to the URL of the test bed although almost all 
  web frameworks that have added multiple users, and the surprise of the 
  event was falcon, although it was also good to see that my querdio 
  Bottle still fast for its minimalist design. 
  
  
  Saludos, 
  
   
  Alfonso de la Guarda 
  Twitter: @alfonsodg 
  Redes sociales: alfonsodg 
 Telef. 991935157 
  1024D/B23B24A4 
  5469 ED92 75A3 BBDB FD6B  58A5 54A1 851D B23B 24A4 
  
  -- 
  Resources: 
  - http://web2py.com 
  - http://web2py.com/book (Documentation) 
  - http://github.com/web2py/web2py (Source code) 
  - https://code.google.com/p/web2py/issues/list (Report Issues) 
  --- 
  You received this message because you are subscribed to the Google 
 Groups 
  web2py-users group. 
  To unsubscribe from this group and stop receiving emails from it, send 
 an 
  email to web2py+un...@googlegroups.com javascript:. 
  For more options, visit https://groups.google.com/d/optout. 


-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [web2py] Re: Python framework benchmarks

2015-06-08 Thread Alfonso de la Guarda
Hi,

Right now i am using pandas to format the data in a short time i will
post an ipython file
Saludos,


Alfonso de la Guarda
Twitter: @alfonsodg
Redes sociales: alfonsodg
   Telef. 991935157
1024D/B23B24A4
5469 ED92 75A3 BBDB FD6B  58A5 54A1 851D B23B 24A4


On Mon, Jun 8, 2015 at 5:32 PM, Derek sp1d...@gmail.com wrote:
 It's very difficult to compare the performances using that json file you
 posted. Is there another way to review the data?

 On Monday, June 8, 2015 at 3:30:30 PM UTC-7, Alfonso de la Guarda Reyes
 wrote:

 Hi,

 The idea was not to compare web2py itself, as I said I use it in the
 frontend but I found it interesting how they will review other
 frameworks, but also lead to reflection on how to increase the
 performance (requests per second) for  web2py
 Saludos,

 
 Alfonso de la Guarda
 Twitter: @alfonsodg
 Redes sociales: alfonsodg
Telef. 991935157
 1024D/B23B24A4
 5469 ED92 75A3 BBDB FD6B  58A5 54A1 851D B23B 24A4


 On Mon, Jun 8, 2015 at 5:27 PM, Derek sp1...@gmail.com wrote:
  well, that's not a fair bet, falcon will compile itself with cython if
  it's
  available.
 
 
  On Monday, June 8, 2015 at 3:05:05 PM UTC-7, Alfonso de la Guarda Reyes
  wrote:
 
  Hello,
 
  As I'm finishing a project that requires processing information very
  quickly (machine learning) and lately i am using #web2py for almost
  everything, I found the dilemma of dividing it into a solution that
  implements a REST-based backend and frontend based on web2py, the case
  was whether that solution was actually the fastest way to avoid in the
  short term make a refactoring project and so I found the bed
  performance testing TechEmPower
 
 
 
  https://www.techempower.com/benchmarks/#section=data-r10hw=ec2test=fortune
 
  And I decided to complete the rest of python based web frameworks and
  make a decision based on performance, since all I need is a rest to
  implement an API that works only with the frontend.
 
  Thus I share the results of this benchmark, the same that has been
  generated according to the specifications described in the repository
  using TechEmPower vagrant to replicate your environment
 
  http://codebeautify.org/jsonviewer/2e0aac
 
  The result is similar to the URL of the test bed although almost all
  web frameworks that have added multiple users, and the surprise of the
  event was falcon, although it was also good to see that my querdio
  Bottle still fast for its minimalist design.
 
 
  Saludos,
 
  
  Alfonso de la Guarda
  Twitter: @alfonsodg
  Redes sociales: alfonsodg
 Telef. 991935157
  1024D/B23B24A4
  5469 ED92 75A3 BBDB FD6B  58A5 54A1 851D B23B 24A4
 
  --
  Resources:
  - http://web2py.com
  - http://web2py.com/book (Documentation)
  - http://github.com/web2py/web2py (Source code)
  - https://code.google.com/p/web2py/issues/list (Report Issues)
  ---
  You received this message because you are subscribed to the Google
  Groups
  web2py-users group.
  To unsubscribe from this group and stop receiving emails from it, send
  an
  email to web2py+un...@googlegroups.com.
  For more options, visit https://groups.google.com/d/optout.

 --
 Resources:
 - http://web2py.com
 - http://web2py.com/book (Documentation)
 - http://github.com/web2py/web2py (Source code)
 - https://code.google.com/p/web2py/issues/list (Report Issues)
 ---
 You received this message because you are subscribed to the Google Groups
 web2py-users group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to web2py+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[web2py] Re: Python framework benchmarks

2015-06-08 Thread Derek
well, that's not a fair bet, falcon will compile itself with cython if it's 
available.

On Monday, June 8, 2015 at 3:05:05 PM UTC-7, Alfonso de la Guarda Reyes 
wrote:

 Hello, 

 As I'm finishing a project that requires processing information very 
 quickly (machine learning) and lately i am using #web2py for almost 
 everything, I found the dilemma of dividing it into a solution that 
 implements a REST-based backend and frontend based on web2py, the case 
 was whether that solution was actually the fastest way to avoid in the 
 short term make a refactoring project and so I found the bed 
 performance testing TechEmPower 


 https://www.techempower.com/benchmarks/#section=data-r10hw=ec2test=fortune 

 And I decided to complete the rest of python based web frameworks and 
 make a decision based on performance, since all I need is a rest to 
 implement an API that works only with the frontend. 

 Thus I share the results of this benchmark, the same that has been 
 generated according to the specifications described in the repository 
 using TechEmPower vagrant to replicate your environment 

 http://codebeautify.org/jsonviewer/2e0aac 

 The result is similar to the URL of the test bed although almost all 
 web frameworks that have added multiple users, and the surprise of the 
 event was falcon, although it was also good to see that my querdio 
 Bottle still fast for its minimalist design. 


 Saludos, 

  
 Alfonso de la Guarda 
 Twitter: @alfonsodg 
 Redes sociales: alfonsodg 
Telef. 991935157 
 1024D/B23B24A4 
 5469 ED92 75A3 BBDB FD6B  58A5 54A1 851D B23B 24A4 


-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [web2py] Re: Python framework benchmarks

2015-06-08 Thread Alfonso de la Guarda
Hi,

The idea was not to compare web2py itself, as I said I use it in the
frontend but I found it interesting how they will review other
frameworks, but also lead to reflection on how to increase the
performance (requests per second) for  web2py
Saludos,


Alfonso de la Guarda
Twitter: @alfonsodg
Redes sociales: alfonsodg
   Telef. 991935157
1024D/B23B24A4
5469 ED92 75A3 BBDB FD6B  58A5 54A1 851D B23B 24A4


On Mon, Jun 8, 2015 at 5:27 PM, Derek sp1d...@gmail.com wrote:
 well, that's not a fair bet, falcon will compile itself with cython if it's
 available.


 On Monday, June 8, 2015 at 3:05:05 PM UTC-7, Alfonso de la Guarda Reyes
 wrote:

 Hello,

 As I'm finishing a project that requires processing information very
 quickly (machine learning) and lately i am using #web2py for almost
 everything, I found the dilemma of dividing it into a solution that
 implements a REST-based backend and frontend based on web2py, the case
 was whether that solution was actually the fastest way to avoid in the
 short term make a refactoring project and so I found the bed
 performance testing TechEmPower


 https://www.techempower.com/benchmarks/#section=data-r10hw=ec2test=fortune

 And I decided to complete the rest of python based web frameworks and
 make a decision based on performance, since all I need is a rest to
 implement an API that works only with the frontend.

 Thus I share the results of this benchmark, the same that has been
 generated according to the specifications described in the repository
 using TechEmPower vagrant to replicate your environment

 http://codebeautify.org/jsonviewer/2e0aac

 The result is similar to the URL of the test bed although almost all
 web frameworks that have added multiple users, and the surprise of the
 event was falcon, although it was also good to see that my querdio
 Bottle still fast for its minimalist design.


 Saludos,

 
 Alfonso de la Guarda
 Twitter: @alfonsodg
 Redes sociales: alfonsodg
Telef. 991935157
 1024D/B23B24A4
 5469 ED92 75A3 BBDB FD6B  58A5 54A1 851D B23B 24A4

 --
 Resources:
 - http://web2py.com
 - http://web2py.com/book (Documentation)
 - http://github.com/web2py/web2py (Source code)
 - https://code.google.com/p/web2py/issues/list (Report Issues)
 ---
 You received this message because you are subscribed to the Google Groups
 web2py-users group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to web2py+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.