chat.freenode.net #tryton log beginning Mon Jul 7 00:00:01 CEST 2014 | ||
2014-07-07 01:11 -!- marc0s(~marcos@unaffiliated/marc0s) has joined #tryton | ||
2014-07-07 02:45 -!- vak0160(~vak0160@36.72.229.107) has joined #tryton | ||
2014-07-07 04:57 -!- digitalsatori(~Thunderbi@116.234.233.172) has joined #tryton | ||
2014-07-07 06:40 -!- frispete(~frispete@p54A91677.dip0.t-ipconnect.de) has joined #tryton | ||
2014-07-07 07:02 -!- yangoon(~mathiasb@p549F27E5.dip0.t-ipconnect.de) has joined #tryton | ||
2014-07-07 07:32 -!- marius__(~marius@v100.nfq.lt) has joined #tryton | ||
2014-07-07 07:43 -!- pobsteta(~Thunderbi@4cb54-3-88-160-87-54.fbx.proxad.net) has joined #tryton | ||
2014-07-07 08:21 -!- digitalsatori(~Thunderbi@116.234.233.172) has joined #tryton | ||
2014-07-07 08:22 -!- pobsteta(~Thunderbi@4cb54-3-88-160-87-54.fbx.proxad.net) has joined #tryton | ||
2014-07-07 09:00 -!- jeancavallo(~giovanni@LPuteaux-656-01-230-52.w80-12.abo.wanadoo.fr) has joined #tryton | ||
2014-07-07 09:13 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | ||
2014-07-07 09:14 -!- corro(~corro@46.22.23.85) has joined #tryton | ||
2014-07-07 09:26 -!- pokoli(~pokoli@unaffiliated/pokoli) has joined #tryton | ||
2014-07-07 09:32 -!- nicoe(~nicoe@balisto.office.b2ck.com) has joined #tryton | ||
2014-07-07 09:33 -!- vcardon(~vcardon@LNeuilly-152-23-15-185.w193-252.abo.wanadoo.fr) has joined #tryton | ||
2014-07-07 09:39 -!- bechamel(~Adium@cismwks02-virtual1.cism.ucl.ac.be) has joined #tryton | ||
2014-07-07 10:02 -!- Streward(~quassel@85.183.31.24) has joined #tryton | ||
2014-07-07 10:18 -!- pobsteta(~Thunderbi@4cb54-3-88-160-87-54.fbx.proxad.net) has joined #tryton | ||
2014-07-07 10:22 -!- digitalsatori(~Thunderbi@116.234.233.172) has joined #tryton | ||
2014-07-07 10:23 <marius__> is tryton working multi-process? | ||
2014-07-07 10:24 <marius__> or it uses just 1 process at the time, regardless of connected clients? | ||
2014-07-07 10:29 <cedk> marius__: it is multi-threaded so it works like any multi-threaded python application | ||
2014-07-07 10:30 <cedk> in other words, it depends of your python intepreter | ||
2014-07-07 10:30 <marius__> is it possible to run it on multiple cores? | ||
2014-07-07 10:30 <cedk> but you can start as many as you want instance of the server if you load balance them | ||
2014-07-07 10:33 <marius__> cedk, is there any example? | ||
2014-07-07 10:35 <cedk> marius__: no this is outside Tryton | ||
2014-07-07 10:35 <cedk> load balancing depends of your OS | ||
2014-07-07 10:36 <marius__> can you offer load balancing solution then? | ||
2014-07-07 10:36 <marius__> i mean you suggest launching tryton on different ports | ||
2014-07-07 10:36 <marius__> like 8001, 8002, 8003... and load balance request into :8000 between them? | ||
2014-07-07 10:37 <marius__> because the problem we have is someone launches some "bigger" request and the operation slows down other clients a low | ||
2014-07-07 10:37 <marius__> *a lot | ||
2014-07-07 10:38 <marius__> so I can use something like nginx for balancing | ||
2014-07-07 10:39 <marius__> and trytond are independent between each other? | ||
2014-07-07 10:58 <cedk> normally | ||
2014-07-07 10:59 <marius__> are requests indepent in one user session? | ||
2014-07-07 10:59 <marius__> *independent | ||
2014-07-07 11:00 <marius__> i mean if user log ins into one trytond instance, and does operation on another? | ||
2014-07-07 11:01 <cedk> as far as they use the same DB, it is OK | ||
2014-07-07 11:02 <marius__> can you offer some FOSS load-balancing solution for that? | ||
2014-07-07 11:03 -!- rafiu(~Adium@host81-139-174-218.in-addr.btopenworld.com) has joined #tryton | ||
2014-07-07 11:36 <cedk> marius__: personally I would use pf load balancing: http://www.openbsd.org/faq/pf/pools.html | ||
2014-07-07 11:41 <marius__> how do I run many processes with different ports and same config? | ||
2014-07-07 11:42 <cedk> marius__: you have to duplicate configuration | ||
2014-07-07 11:42 <marius__> :/ | ||
2014-07-07 12:13 <pokoli> cedk: marius__ maybe it can improved allowing to pass the port or the url by commandline argument | ||
2014-07-07 12:17 -!- grasbauer(~jan@ip92340dc6.dynamic.kabel-deutschland.de) has joined #tryton | ||
2014-07-07 12:17 -!- alice3232(~alice3232@27.170.93.92.rev.sfr.net) has joined #tryton | ||
2014-07-07 12:18 <cedk> pokoli: I don't think it is the way | ||
2014-07-07 12:18 <cedk> the right way is to go wsgi | ||
2014-07-07 12:19 <pokoli> cedk: I agree | ||
2014-07-07 12:20 <marius__> i saw wsgi patch submitted to tryton some time ago | ||
2014-07-07 12:20 <marius__> but it was not accepted | ||
2014-07-07 12:21 <cedk> marius__: not finished nor complete | ||
2014-07-07 13:19 <alice3232> Hi everyone. Can a malformed .odt document cause the "open report" button to be disabled ? | ||
2014-07-07 13:21 <cedk> no | ||
2014-07-07 13:21 <alice3232> thanks. | ||
2014-07-07 13:35 <cedk> alice3232: disabled means no report defined | ||
2014-07-07 13:37 -!- bechamel(~Adium@cismwks02-virtual1.cism.ucl.ac.be) has joined #tryton | ||
2014-07-07 13:45 -!- sharoonthomas(~sharoonth@118.91.181.250) has joined #tryton | ||
2014-07-07 13:46 <yangoon> /nick yangoon | ||
2014-07-07 13:47 -!- pobsteta(~Thunderbi@4cb54-3-88-160-87-54.fbx.proxad.net) has joined #tryton | ||
2014-07-07 13:51 -!- GauravButola(~gauravbut@118.91.181.250) has joined #tryton | ||
2014-07-07 13:56 -!- pobsteta(~Thunderbi@4cb54-3-88-160-87-54.fbx.proxad.net) has joined #tryton | ||
2014-07-07 14:12 -!- kstenger(~karla@200.124.209.158) has joined #tryton | ||
2014-07-07 14:30 -!- sharkcz(~sharkcz@server.danny.cz) has joined #tryton | ||
2014-07-07 14:31 -!- nicoe(~nicoe@balisto.office.b2ck.com) has joined #tryton | ||
2014-07-07 14:32 -!- jvblasco_(~seba@62.43.196.37.static.user.ono.com) has joined #tryton | ||
2014-07-07 14:58 -!- sharoonthomas(~sharoonth@118.91.181.250) has joined #tryton | ||
2014-07-07 15:00 -!- pobsteta(~Thunderbi@4cb54-3-88-160-87-54.fbx.proxad.net) has joined #tryton | ||
2014-07-07 15:30 -!- sharoonthomas(~sharoonth@118.91.181.250) has joined #tryton | ||
2014-07-07 15:37 -!- digitalsatori(~Thunderbi@116.234.181.110) has joined #tryton | ||
2014-07-07 15:50 -!- smarro(~sebastian@190.105.93.196) has joined #tryton | ||
2014-07-07 16:08 -!- sharoonthomas(~sharoonth@118.91.181.250) has joined #tryton | ||
2014-07-07 16:11 -!- gremly(~gremly@190.85.36.58) has joined #tryton | ||
2014-07-07 17:00 -!- guest213232(75c6d629@gateway/web/freenode/ip.117.198.214.41) has joined #tryton | ||
2014-07-07 17:03 -!- alice3232(~alice3232@27.170.93.92.rev.sfr.net) has left #tryton | ||
2014-07-07 18:01 -!- Telesight(~anthony@77-175-159-159.FTTH.ispfabriek.nl) has joined #tryton | ||
2014-07-07 18:08 -!- pablovannini(~pablo@host126.186-109-85.telecom.net.ar) has joined #tryton | ||
2014-07-07 18:25 -!- smarro(~sebastian@190.105.93.196) has joined #tryton | ||
2014-07-07 18:28 -!- alisonken1lap3(~alisonken@18.18.ultimate-int.uia.net) has joined #tryton | ||
2014-07-07 18:43 -!- udono(~udono@ip-109-90-216-79.unitymediagroup.de) has joined #tryton | ||
2014-07-07 18:47 -!- sharoonthomas(~sharoonth@118.91.181.250) has joined #tryton | ||
2014-07-07 18:56 -!- smarro(~sebastian@190.105.93.196) has joined #tryton | ||
2014-07-07 19:14 -!- sharoonthomas(~sharoonth@122.177.180.176) has joined #tryton | ||
2014-07-07 19:39 -!- smarro(~sebastian@190.105.93.196) has joined #tryton | ||
2014-07-07 19:46 -!- vcardon(~vcardon@LNeuilly-152-23-15-185.w193-252.abo.wanadoo.fr) has left #tryton | ||
2014-07-07 20:07 -!- cjbarnes18(~craig@host81-129-168-110.range81-129.btcentralplus.com) has joined #tryton | ||
2014-07-07 20:16 -!- guest213232(75c6d629@gateway/web/freenode/ip.117.198.214.41) has left #tryton | ||
2014-07-07 20:30 -!- pokoli(~pokoli@unaffiliated/pokoli) has joined #tryton | ||
2014-07-07 20:40 -!- nicoe(~nicoe@163.109-247-81.adsl-dyn.isp.belgacom.be) has joined #tryton | ||
2014-07-07 21:07 -!- perilla(~perilla@corp-190-12-30-226-cue.puntonet.ec) has joined #tryton |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!