On 9/29/05, matador <[EMAIL PROTECTED]> wrote:
> Leon Rosenberg <[EMAIL PROTECTED]> wrote in
> news:[EMAIL PROTECTED]:
>
>
> >
> > now how exactly writing a thread which polls the db is less messy,
> > than writing a thread that polls a file?
> >
> > regards
> > leon
>
>
> no need for threads with db.  change the val in the db then the next time
> the page loads, the new value is there.  one can get the val from the db
> however they wish (presentation layer, service, dao, etc)
>

First: you can load your property files on each request as well.

Second: you ever tried to request same value from db on each request,
which would mean in our case 100 times per second per webserver? Which
db is able to serve it?


regards
leon

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to