Re: [web2py:36701] Re: Support for new HTTP/1.1 Methods

2009-12-07 Thread Fran Boon
2009/12/7 Alex Fanjul : > In fact I saw it before and I tried to understand your code, but I'm afraid > it's to complex for me because it's part of a big platform (sahana) with a > lot of methods, variables, (lines of code) which I don't know. You could try just looking at the bit which checks the

Re: [web2py] Performance overhead when making languages not writable

2012-10-15 Thread Fran Boon
On 15 October 2012 18:36, Vladyslav Kozlovskyy wrote: > We have [is_gae] variable in [gluon/languages.py] to avoid writting dicts in > Google AppEngine. > All we need is to make such replacement in [gluon/languages.py]: > replace > 38 is_gae = settings.global_settings.web2py_runtime_gae > with > 3

Re: [web2py] Performance overhead when making languages not writable

2012-10-16 Thread Fran Boon
to control this setting within my application, through something like current.request.xxx Are you ok if I modify this to work in that way? Best Wishes, Fran. > У пн, 2012-10-15 у 18:44 +0100, Fran Boon пише: > > On 15 October 2012 18:36, Vladyslav Kozlovskyy wrote: >> We have [is_ga

Re: [web2py] Re: pymysql gives Broken Pipe

2011-02-06 Thread Fran Boon
On 6 February 2011 05:15, Massimo Di Pierro wrote: > Here is a proposed solution in trunk > import mysqldb > from gluon.dal import MySQLAdapter > MySQLAdapter.adapter=mysqldb > before calling db=DAL('mysql://...') That seems very workable :) Thanks a lot, Fran.

Re: [web2py] Re: pymysql gives Broken Pipe

2011-02-15 Thread Fran Boon
> On 6 February 2011 05:15, Massimo Di Pierro > wrote: >> Here is a proposed solution in trunk >> import mysqldb >> from gluon.dal import MySQLAdapter >> MySQLAdapter.adapter=mysqldb >> before calling db=DAL('mysql://...') I'm not sure this is being read everywhere, since I just got a broken pip

Re: [web2py] Re: video about new web2py scheduler [RFC]

2011-08-09 Thread Fran Boon
On 10 August 2011 07:11, Massimo Di Pierro wrote: > On Aug 9, 6:13 pm, Fran wrote: >> I have problems under Windows with >> python web2py.py -K app >> I guess this is due to MultiProcessing > Can you check whether it is a reporting thing only but it is doing the > work? It is not doing the work.