[tryton-dev] Testing new windows build

2016-09-20 Thread Cédric Krier
Hi, Working on issue5085, I would like to have feedback from the new setup posted there: https://bugs.tryton.org/msg28864 What is important to test is: - installation is working - client start - can open form, list, graph and calendar views - uninstallation is working It will be

Re: [tryton-dev] Re: WSGI application server for Tryton

2016-09-20 Thread Sergi Almacellas Abellana
El 20/09/16 a les 12:02, 'Korbinian Preisler' via tryton-dev ha escrit: I had the problem that my config files had a custom location. So i had to create this wsgi.py: https://gist.github.com/timitos/f74e5c6b5c75064f9c9d2417f23e6cad For me this can be improved by allowing setting the trytond

Re: [tryton-dev] Re: WSGI application server for Tryton

2016-09-20 Thread Ali Kefia
Le mardi 20 septembre 2016 11:16:39 UTC+2, Sergi Almacellas Abellana a écrit : > > El 20/09/16 a les 10:58, Ali Kefia ha escrit: > > > > > > Le mardi 20 septembre 2016 09:19:12 UTC+2, Sergi Almacellas Abellana a > > écrit : > > > > El 19/09/16 a les 18:07, Ali Kefia ha escrit: > >

Re: [tryton-dev] Re: WSGI application server for Tryton

2016-09-20 Thread Ali Kefia
Le mardi 20 septembre 2016 09:19:12 UTC+2, Sergi Almacellas Abellana a écrit : > > El 19/09/16 a les 18:07, Ali Kefia ha escrit: > > => We will give werkzeug a try (if you have a document that helps on > > configuration, please share) > Using uwsgi you can run trytond with the following

Re: [tryton-dev] Re: WSGI application server for Tryton

2016-09-20 Thread Sergi Almacellas Abellana
El 20/09/16 a les 09:48, 'Korbinian Preisler' via tryton-dev ha escrit: Hi Ali, On 20.09.2016 09:32, Ali Kefia wrote: Le mardi 20 septembre 2016 09:19:12 UTC+2, Sergi Almacellas Abellana a écrit : El 19/09/16 a les 18:07, Ali Kefia ha escrit: > => We will give werkzeug a try (if you

Re: [tryton-dev] Re: WSGI application server for Tryton

2016-09-20 Thread Ali Kefia
Le mardi 20 septembre 2016 09:49:22 UTC+2, Timitos a écrit : > > Hi Ali, > > On 20.09.2016 09:32, Ali Kefia wrote: > > > > Le mardi 20 septembre 2016 09:19:12 UTC+2, Sergi Almacellas Abellana a > écrit : >> >> El 19/09/16 a les 18:07, Ali Kefia ha escrit: >> > => We will give werkzeug a try

Re: [tryton-dev] Re: WSGI application server for Tryton

2016-09-20 Thread 'Korbinian Preisler' via tryton-dev
Hi Ali, On 20.09.2016 09:32, Ali Kefia wrote: > > > Le mardi 20 septembre 2016 09:19:12 UTC+2, Sergi Almacellas Abellana a > écrit : > > El 19/09/16 a les 18:07, Ali Kefia ha escrit: > > => We will give werkzeug a try (if you have a document that > helps on > > configuration,

Re: [tryton-dev] Re: WSGI application server for Tryton

2016-09-20 Thread Ali Kefia
Le mardi 20 septembre 2016 09:19:12 UTC+2, Sergi Almacellas Abellana a écrit : > > El 19/09/16 a les 18:07, Ali Kefia ha escrit: > > => We will give werkzeug a try (if you have a document that helps on > > configuration, please share) > Using uwsgi you can run trytond with the following

Re: [tryton-dev] Re: WSGI application server for Tryton

2016-09-20 Thread Ali Kefia
Le lundi 19 septembre 2016 18:40:03 UTC+2, Cédric Krier a écrit : > > On 2016-09-19 09:07, Ali Kefia wrote: > > > > > > Le lundi 19 septembre 2016 17:40:03 UTC+2, Cédric Krier a écrit : > > > > > > On 2016-09-19 08:19, Ali Kefia wrote: > > > > the issue with cache on multi workers is that

Re: [tryton-dev] Re: WSGI application server for Tryton

2016-09-20 Thread Sergi Almacellas Abellana
El 19/09/16 a les 18:07, Ali Kefia ha escrit: => We will give werkzeug a try (if you have a document that helps on configuration, please share) Using uwsgi you can run trytond with the following command: uwsgi --http :9090 --module trytond.application:app --processes 4 It's a start, for full