Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Emitting real-time events from database?

0 views
Skip to first unread message

Frank D. Greco

unread,
Aug 31, 2009, 2:25:50 PM8/31/09
to
Are there hooks to most modern databases to allow database events to trigger
events or stream data that can be received by Java/C or other languages?

Back in the early/mid 90's Sybase had Open Server which allowed some C-language
integration, but it never really delivered what large enterprises (esp in
financial services companies) needed.

Any pointers are greatly appreciated.

F

Ed Prochak

unread,
Aug 31, 2009, 5:31:05 PM8/31/09
to
On Aug 31, 2:25 pm, Frank D. Greco <fgr...@REMOVECrossroadsTechNOSPAM-

Define your "real time" requirement. Do you need millisecond response?
Microsecond? or is a 1minute refresh rate satisfactory?

People sometimes use real time as a jargon phrase without knowing its
meaning. They usually mean "as fast as possible" which is not a well
defined requirement.

Ed

Robert Klemme

unread,
Sep 1, 2009, 1:57:29 AM9/1/09
to
On 31.08.2009 23:31, Ed Prochak wrote:
> On Aug 31, 2:25 pm, Frank D. Greco <fgr...@REMOVECrossroadsTechNOSPAM-
> FOOBAR.c00m> wrote:
>> Are there hooks to most modern databases to allow database events to trigger
>> events or stream data that can be received by Java/C or other languages?
>>
>> Back in the early/mid 90's Sybase had Open Server which allowed some C-language
>> integration, but it never really delivered what large enterprises (esp in
>> financial services companies) needed.
>
> Define your "real time" requirement. Do you need millisecond response?
> Microsecond? or is a 1minute refresh rate satisfactory?
>
> People sometimes use real time as a jargon phrase without knowing its
> meaning. They usually mean "as fast as possible" which is not a well
> defined requirement.

I second that. Here's the definition:

http://en.wikipedia.org/wiki/Real-time_computing#Hard_and_soft_real-time_systems

Frank, what is is that you want to do?

Cheers

robert

--
remember.guy do |as, often| as.you_can - without end
http://blog.rubybestpractices.com/

0 new messages