RE: Combining nginx with a library that manages it's own threads?

2014-02-20 Thread Reetesh Ranjan
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

RE: Combining nginx with a library that manages it's own threads?

2014-02-20 Thread Reetesh Ranjan
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

Open Text Summarizer Upstream Module 1.0 Release

2014-01-17 Thread Reetesh Ranjan
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

Sphinx2 Search Platform Upstream Module Pre-Release

2013-12-05 Thread Reetesh Ranjan
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