Using JSP to Tail a file

Posted by nick on Stack Overflow See other posts from Stack Overflow or by nick
Published on 2010-06-17T23:25:09Z Indexed on 2010/06/17 23:33 UTC
Read the original article Hit count: 227

Filed under:
|

Is there a way to use JSP to create a file tail like Linux's "tail -f" and cache the results? That is, can I read the last X items, cache, and then read again if I get a request that exceeds some timeout?

© Stack Overflow or respective owner

Related posts about jsp

Related posts about tail