Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: web counter with oracle

Re: web counter with oracle

From: Kumar, Sai (EXCHANGE:PERPK:3374) <saikumar_at_nortel.com>
Date: Tue, 15 Jun 1999 11:40:20 -0400
Message-ID: <376673E4.B5D19684@nortel.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US