Igor Clark a écrit :
Hiya, thanks for replying. I'm not really sure what you mean though!
By AJP13 do you mean
http://tomcat.apache.org/connectors-doc-archive/jk2/common/AJPv13.html?
AJP13 means Apache Java Protocol 1.3, or something near.
I don't want to use servlets or the servlet SDK, and I don't want to
pass filesystem references to big files back to the webserver. I want
to write simple, task-specific mainly POJO java applications which
carry out one job upstream of the front-end webserver, and can speak
FastCGI protocol to that webserver, without having to use a J2EE/JSDK
layer.
X-Sendfile, in your example, can be used if you cache generated image.
How does the X-Sendfile relate to this? Perhaps I'm missing something
important, please let me know!
You're missing nothing. FastCGI is a must have for Mina, and X-Sendfile
is the bonus gift for light application server.
M.