Re: [GENERAL] Async IO HTTP server frontend for PostgreSQL

2014-09-10 Thread Dmitriy Igrishin
Hello, Allan 2014-09-11 0:29 GMT+04:00 Allan Kamau : > Dear Dmitriy, > > To add on to David's suggestions, Data caching is a difficult task to > undertake. Consider an example where your data may not all fit into memory, > when you cache these data outside PostgreSQL you would need to look into >

Re: [GENERAL] Async IO HTTP server frontend for PostgreSQL

2014-09-10 Thread John DeSoi
On Sep 10, 2014, at 12:02 PM, Dmitriy Igrishin wrote: > While this is not related to the %subj%, I've glanced and the link above. > And I found this complex. (As many many many "nice featured" things > on the market today.) Could you tell me please, for example, why the > URLs like I did not wr

Re: [GENERAL] Async IO HTTP server frontend for PostgreSQL

2014-09-10 Thread Allan Kamau
Dear Dmitriy, To add on to David's suggestions, Data caching is a difficult task to undertake. Consider an example where your data may not all fit into memory, when you cache these data outside PostgreSQL you would need to look into memory management as well as issues around concurrent population

Re: [GENERAL] Async IO HTTP server frontend for PostgreSQL

2014-09-10 Thread Dmitriy Igrishin
Hello, Steve 2014-09-10 21:08 GMT+04:00 Steve Atkins : > > On Sep 10, 2014, at 12:16 AM, Dmitriy Igrishin wrote: > > > Hello, David > > > > 2014-09-10 4:31 GMT+04:00 David Boreham : > > Hi Dmitriy, are you able to say a little about what's driving your quest > for async http-to-pg ? > > I'm curi

Re: [GENERAL] Async IO HTTP server frontend for PostgreSQL

2014-09-10 Thread Steve Atkins
On Sep 10, 2014, at 12:16 AM, Dmitriy Igrishin wrote: > Hello, David > > 2014-09-10 4:31 GMT+04:00 David Boreham : > Hi Dmitriy, are you able to say a little about what's driving your quest for > async http-to-pg ? > I'm curious as to the motivations, and whether they match up with some of my

Re: [GENERAL] Async IO HTTP server frontend for PostgreSQL

2014-09-10 Thread Dmitriy Igrishin
Hello, John 2014-09-10 17:25 GMT+04:00 John DeSoi : > > On Sep 9, 2014, at 7:31 PM, David Boreham wrote: > > > Hi Dmitriy, are you able to say a little about what's driving your quest > for async http-to-pg ? > > I'm curious as to the motivations, and whether they match up with some > of my own

Re: [GENERAL] Async IO HTTP server frontend for PostgreSQL

2014-09-10 Thread John DeSoi
On Sep 9, 2014, at 7:31 PM, David Boreham wrote: > Hi Dmitriy, are you able to say a little about what's driving your quest for > async http-to-pg ? > I'm curious as to the motivations, and whether they match up with some of my > own reasons for wanting to use low-thread-count solutions. For

Re: [GENERAL] Async IO HTTP server frontend for PostgreSQL

2014-09-10 Thread Dmitriy Igrishin
Hello, David 2014-09-10 4:31 GMT+04:00 David Boreham : > Hi Dmitriy, are you able to say a little about what's driving your quest > for async http-to-pg ? > I'm curious as to the motivations, and whether they match up with some of > my own reasons for wanting to use low-thread-count solutions. >

Re: [GENERAL] Async IO HTTP server frontend for PostgreSQL

2014-09-09 Thread David Boreham
Hi Dmitriy, are you able to say a little about what's driving your quest for async http-to-pg ? I'm curious as to the motivations, and whether they match up with some of my own reasons for wanting to use low-thread-count solutions. Thanks. -- Sent via pgsql-general mailing list (pgsql-gener

Re: [GENERAL] Async IO HTTP server frontend for PostgreSQL

2014-09-09 Thread Dmitriy Igrishin
2014-09-09 1:28 GMT+04:00 Merlin Moncure : > On Mon, Sep 8, 2014 at 12:59 PM, Dmitriy Igrishin > wrote: > > Dear community, > > > > I need a %subj% -- high performance HTTP server solution > > based on asynchronous IO with ability to run PostgreSQL's > > functions from HTML templates asynchronous

Re: [GENERAL] Async IO HTTP server frontend for PostgreSQL

2014-09-08 Thread Merlin Moncure
On Mon, Sep 8, 2014 at 12:59 PM, Dmitriy Igrishin wrote: > Dear community, > > I need a %subj% -- high performance HTTP server solution > based on asynchronous IO with ability to run PostgreSQL's > functions from HTML templates asynchronously and passing > the results to the HTTP client. > For exa