| Computers Forum Index » Computer - Databases » Emitting real-time events from database?... |
|
Page 1 of 1 |
|
| Author |
Message |
| Frank D. Greco... |
Posted: Mon Aug 31, 2009 10:25 pm |
|
|
|
Guest
|
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 |
|
|
| Back to top |
|
|
|
| Ed Prochak... |
Posted: Mon Aug 31, 2009 10:25 pm |
|
|
|
Guest
|
On Aug 31, 2:25 pm, Frank D. Greco <fgr... at (no spam) REMOVECrossroadsTechNOSPAM-
FOOBAR.c00m> wrote:
Quote: 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
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 |
|
|
| Back to top |
|
|
|
| Robert Klemme... |
Posted: Tue Sep 01, 2009 9:57 am |
|
|
|
Guest
|
On 31.08.2009 23:31, Ed Prochak wrote:
Quote: On Aug 31, 2:25 pm, Frank D. Greco <fgr... at (no spam) 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/ |
|
|
| Back to top |
|
|
|
|