That's cool, I was just asking about the side project of Niphlod's to look at the pytds so that we could finally have a pure python database adapter. With a pure python adapter, gevent could properly use greenlets to make database queries, thus there would be no blocking on the queries.
On Friday, November 15, 2013 10:30:28 AM UTC-7, Andrew Buchan wrote: > > Hi Derek, the install on Apache is running fine and the ajax issue it > threw up I was able to fix as described above. So my problem is solved, but > thanks for checking in again. > I found that after updating to the latest version of web2py, it was easy > to get apache running following the deployment recipes (I skipped the SSL > part) whereas with the older version I had previously, I had to do a few > hacks to get it to work. > I've not done anything since to determine what went wrong with Rocket in > the first place, and to be honest am not able to justify spending time > investigating what went wrong seeing as I have a working alternative (and > been busy trying to make up for lost time!) > > Let me know if you want a copy of my httpd.conf file (anyone). > > > > On Thu, Nov 14, 2013 at 7:18 PM, Derek <[email protected] <javascript:>>wrote: > >> any luck? >> >> >> On Thursday, November 7, 2013 12:26:44 AM UTC-7, Niphlod wrote: >>> >>> hard ? with DAL it's pretty easy.... if a module exposes the dbapi just >>> force the driver and implement the connect method and it's usually good to >>> go. >>> I'll test it when I get back home. >>> >> -- >> 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 a topic in the >> Google Groups "web2py-users" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/web2py/PEC1uLfzlrU/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected] <javascript:>. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > -- 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

