C
Chris Korhonen
Hi,
I'm currently developing a "quick and dirty" logger component that will
take HTTP requests and store them in some way. Use of a database may be
out of the question for the time being, so I'm looking for other places
to store the data. The obvious idea is in a XML/text file on my server,
using JSP to do the actually logging. So far so good...
Only problem is that its quite likely that it will be recieving high
volumes (>1 per second) of data which will need to be logged.
Given this, will I run into any issues regarding file locking etc. Can
any of you guys recommend any possible alternatives/workarounds for
this?
Regards
Chris
I'm currently developing a "quick and dirty" logger component that will
take HTTP requests and store them in some way. Use of a database may be
out of the question for the time being, so I'm looking for other places
to store the data. The obvious idea is in a XML/text file on my server,
using JSP to do the actually logging. So far so good...
Only problem is that its quite likely that it will be recieving high
volumes (>1 per second) of data which will need to be logged.
Given this, will I run into any issues regarding file locking etc. Can
any of you guys recommend any possible alternatives/workarounds for
this?
Regards
Chris