Re: [Discuss] mod_lua and database connectivity

2013-01-06 Thread Daniel Gruno
On 01/06/2013 12:16 AM, Sean Conner wrote: It was thus said that the Great Daniel Gruno once stated: With regards to how :query should work, this could either be done synchronously, wherein all rows are fetched at once, or async where rows are fetched as needed. The sync way is rather easy,

Re: [Discuss] mod_lua and database connectivity

2013-01-06 Thread Stefan Fritsch
On Sun, 6 Jan 2013, Daniel Gruno wrote: Now I just have to take a good look at how to rewrite the prepared statement stuff, and I believe I'll have a decent proposal ready for commit :) I am a bit late in the discussion, but maybe you also want to support using statements that have been

Re: Balancer persist and inherit stuff in trunk

2013-01-06 Thread Stefan Fritsch
On Sat, 5 Jan 2013, Jim Jagielski wrote: I haven't created the patch yet... it seems backwards to generate a backport patchset unless what is currently in trunk is OK. There were some suggestions for improvement made regarding the 2.4 backport that ideally would have been noted and addressed in

Re: Balancer persist and inherit stuff in trunk

2013-01-06 Thread Jim Jagielski
I had thought that I has responded to that orig email that both below issues where by design but could be adjusted if need be or desired. I have no opinions either way, but to be Used seems more session based and Elected is more long-term statistical. On Jan 5, 2013, at 1:41 PM, Rainer Jung

Re: Balancer persist and inherit stuff in trunk

2013-01-06 Thread Jim Jagielski
We could, but it's not my personal pref as RM... After all, ApacheCon will be here before we know it :/ FWIW, I see the this dynamic nature of 2.4 as much as a killer feature as the increased performance as related to comparisons between httpd and other web-servers out there, including the

Re: [Discuss] mod_lua and database connectivity

2013-01-06 Thread Daniel Gruno
On 01/06/2013 04:23 PM, Stefan Fritsch wrote: On Sun, 6 Jan 2013, Daniel Gruno wrote: Now I just have to take a good look at how to rewrite the prepared statement stuff, and I believe I'll have a decent proposal ready for commit :) I am a bit late in the discussion, but maybe you also want

Apache Web Socket Support

2013-01-06 Thread Welly Madya Putra Tambunan
Hi Guys, I'm a new member of this mailing list and interested knowing is there any plan supporting Websocket for Apache ? Based on my search, i found a module to do this, but it isn't updated yet. https://github.com/disconnect/apache-websocket Any chance that the module will be included in