Hello, I am trying to build library application. Converting the PDF documents to PNG images. (each page is one PNG file)
So there will be several millions of PNG's going to be there in the server. Number of hits per second will be more than 500 and i have to serve the png's.
1) I am choosing MemcacheDB to maintain the PNG's 2) I am choosing Lightpd server for serving the PNG's
Question: 1) I am new to Lighttpd and don't know how to authenticate each request based on paramters i want to serve pngs or deny the access. What programming language can be used for lighttpd? 2) Did i choose the right option for my requirement?
I don't want to be argumental. Thanks