Click to See Complete Forum and Search --> : About J2EE


Riley, John
May 27th, 2002, 07:35 PM
I have a question about threads and J2EE.

Example: I want to have a process that is running all the time collection information from my webbapplication.

How should I do this?

servlets?
a thread? (is that possible? how long will it run?)
or with EJB?

/J