Hi monks!
I'm thinking about how to write a good Web Application Server on Perl.
The server itselt should process client requests for data, fetch data from Database and return it to client. One important thing is that server should cache all data in memory to avoid nedless requests (or another time-taking operations).
Is there any solution for such task ?