Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: web counter with oracle
mgoode_at_bellsouth.net wrote:
> trying to build a web counter and am concerned with oracle handling
> thousand of updates per second. Does any one have experience they would
> be willing to share regarding oracle and realtime web udpadtes. replies
> would be greatly appreciated
>
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.
Lock the table that is holding the counter info. in share mode, that way the table is locked based on a first cum first serve basis updated and the lock is released for the next user to use it. I use this concept in one of my application and works fine.
Thanks
Sai
Received on Tue Jun 15 1999 - 10:40:20 CDT
![]() |
![]() |