Applet to show Download counter dynamically

Posted by sergio_br on Tue, 03/15/2005 - 03:43Syndicated Download Counter

I have 99% of the Java part done.
I need someone who works with JSP or PHP to develop a page that writes the download count number to a dat file. I only know how to do it in ASP, but I REALLY don't believe they would run ASP here.
The page should have a good mechanism to register all the downloads. In ASP, there's Application.lock and Application.unlock to give access to the file operations to only one session at a time.

My applet reads the file every 2 seconds, and the value is shown remotely in the browsers by Java RMI approach, showing always the most fresh download count.

That's it

Sergio_br