ipfs-search / ipfs-tika

Java web application taking IPFS hashes, extracting (textual) content and metadata through Apache's Tika.
GNU Affero General Public License v3.0
32 stars 5 forks source link

Proper Jetty web server #1

Open dokterbob opened 6 years ago

dokterbob commented 6 years ago

http://www.rationaljava.com/2015/03/creating-web-services-and-rest-server.html

Right now, every request gets its own thread which can become expensive with lots of threads. Having a 'proper' webserver might provide for better queue managemnt.