Re: Django-hotsauce: Current status and roadmap

2018-02-06 Thread Etienne Robillard
Hi, Someone really need to explain how to properly test/benchmark Django with unittest integration. I'm looking to test/benchmark the django models API against Non-SQL databases like Schevo, ZODB, and Durus. i plan to isolate and verify the latency of basic SQL database querying with sqlite3

Re: Django-hotsauce: Current status and roadmap

2018-02-04 Thread Etienne Robillard
Hi, Is wrk (https://github.com/wg/wrk) any better than ab for making HTTP benchmarks of django applications? how should i collect wrk input to make graphs in Python? Etienne Le 2018-02-01 à 04:27, Etienne Robillard a écrit : Hi, Actually, I want to benchmark the WSGI application/handler

Re: Django-hotsauce: Current status and roadmap

2018-02-01 Thread Etienne Robillard
Hi, Actually, I want to benchmark the WSGI application/handler of Django 2.0.1. And, I want to compare the Gevent loop engine with python based poll/epoll . Do i really need to setup django with uwsgi to make theses tests/benchmarks? Etienne Le 2018-01-31 à 19:02, Etienne Robillard a écrit 

Re: Django-hotsauce: Current status and roadmap

2018-01-31 Thread Etienne Robillard
Hi, Any ideas of good python library for benchmarking standalone Django 2.0 http server? Thanks in advance, Etienne Le 2018-01-31 à 07:38, Etienne Robillard a écrit : Hi Avraham, Le 2018-01-31 à 06:35, Avraham Serour a écrit : Why do you call it microframework? Because it still

Re: Django-hotsauce: Current status and roadmap

2018-01-31 Thread Etienne Robillard
Hi Avraham, Le 2018-01-31 à 06:35, Avraham Serour a écrit : Why do you call it microframework? Because it still depends mostly on the core Django API. You should prove it is high performance, benchmark, measure, compare and show some cool graphs All right. I'm planning to benchmark the

Re: Django-hotsauce: Current status and roadmap

2018-01-31 Thread Avraham Serour
Why do you call it microframework? You should prove it is high performance, benchmark, measure, compare and show some cool graphs I already have a Django project, is it a drop in replacement? My project uses python 3.6 while you only have experimental support for 3.5. I'm not going back, you

Django-hotsauce: Current status and roadmap

2018-01-31 Thread Etienne Robillard
Hi everyone, This is a quick post to present the current state of development in Django-hotsauce, a high-performance and scalable WSGI microframework on top of Django and others. Django-hotsauce has now reached the 0.9 milestone. New major features now supported includes: * uWSGI support