I forgot to mention: you loose all thread management as well.
Regards,Reetesh
From: reete...@outlook.com
To: nginx@nginx.org
Subject: RE: Combining nginx with a library that manages it's own threads?
Date: Fri, 21 Feb 2014 11:38:50 +0530
Hi Jan,
I guess you are looking for an upstream nginx mo
Hi Jan,
I guess you are looking for an upstream nginx module to talk to Cassandra in
place of the C++ client you mentioned.
I did something similar for talking to Sphinx search platform
(https://github.com/reeteshranjan/sphinx2-nginx-module). There was a C++
client; but if you want nginx to cont
Hi,
I have developed a highly efficient version of OTS - the popular open source
text summarizer s/w. For few documents, while OTS takes about 40ms to produce
text summary, my version takes around 8ms only. I created a service using my
version that listens to summary requests and provide summari
Hello!
I have developed an upstream module for Sphinx2 search platform. It's available
at: https://github.com/reeteshranjan/sphinx2-nginx-module
It talks to Sphinx2 searchd component for performing search. It's in infant
stage right now and more work is needed to get to production ready. I am
wo