Re: soft real-time database

2003-06-14 Thread Curtis Maurand
If you have the sgi_fam, you could place a file in a directoy everytime you add a row. the sgi_fam module would inform your app that there was a change on the filesystem. When the notification is made, your app can then get the new value from the database. I believe that one user suggested

Re: soft real-time database

2003-06-13 Thread Curtis Maurand
What's the client running on? Curtis On Thu, 12 Jun 2003, Chris Webster wrote: Curtis Maurand wrote: I'd write a perl script to pool the device and send the data to the database. Sorry for not being clearer. I can get the data into the database fine. Assuming new values or rows

Re: soft real-time database

2003-06-13 Thread Chris Webster
Curtis Maurand wrote: What's the client running on? Not the same machine as the server. Could either be a windows or linux box across ethernet. --Chris Curtis Maurand wrote: I'd write a perl script to pool the device and send the data to the database. Sorry for not being clearer. I can get

soft real-time database

2003-06-12 Thread Chris Webster
Greetings, I'm new to databases, but I am considering one for soft real-time data recording of scientific data. Then any client/display program can grab data. I'll be recording 300-500 variables/columns per second for about 10 hours at a stretch. All variables are floats. a) Is there a

Re: soft real-time database

2003-06-12 Thread Becoming Digital
help. Most significant is likely the data format coming from your sensors. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Chris Webster [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, 12 June, 2003 11:46 Subject: soft real-time database

Re: soft real-time database

2003-06-12 Thread Curtis Maurand
- Original Message - From: Chris Webster [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, 12 June, 2003 11:46 Subject: soft real-time database Greetings, I'm new to databases, but I am considering one for soft real-time data recording of scientific data. Then any client/display

Re: soft real-time database

2003-06-12 Thread Chris Webster
Curtis Maurand wrote: I'd write a perl script to pool the device and send the data to the database. Sorry for not being clearer. I can get the data into the database fine. Assuming new values or rows are added once per second, how would a client program go about polling the database to see

Re: soft real-time database

2003-06-12 Thread Becoming Digital
PROTECTED] Cc: Becoming Digital [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, 12 June, 2003 19:03 Subject: Re: soft real-time database Curtis Maurand wrote: I'd write a perl script to pool the device and send the data to the database. Sorry for not being clearer. I can get the data

Re: soft real-time database

2003-06-12 Thread Madscientist
At 05:03 PM 6/12/2003 -0600, Chris Webster wrote: Curtis Maurand wrote: I'd write a perl script to pool the device and send the data to the database. Sorry for not being clearer. I can get the data into the database fine. Assuming new values or rows are added once per second, how would a