06-21-06 12:13 AM
Begin <1150807154.903426.171800@h76g2000cwa.googlegroups.com>
On 2006-06-20, epanepucci@gmail.com <epanepucci@gmail.com> wrote:
> The data processing *must* occur at the same time as the "data
> acquisition" so we do not want to use the same network or file-server
> in order not to slow down either of the processes (data acquisition /
> data processing).
You do need some form of transport between acquisition and processing.
If that isn't acceptable, you need to eliminate any intermediates, which
probably means putting both functions on the same hardware. Or perhaps
I'm misunderstanding what you mean here?
> My question: Is there any technology (either hardware or software
> based) that will allow the DAQ computer to simultaneously write the
> data to 2 or more different computers? Possibly using many network
> cards, special switches...
Of course. For example, you could write your own little program that
takes the image and sends it to two (or more) client machines. There
probably already exist solutions that do this on various levels and
in various ways. What would suit your problem I can't say, as you
are pretty sparse on the rest of the requirements, especially WRT
reliability and faillure modes.
From what you have stated, your problem looks more to be a data transfer
problem, and you're asking in groups with more or less a data storage
slant, not especially data transfer.
> At first i thought that maybe I could NFS mount two NFS resources to
> the same mount point on the DAQ computer with some write-only option
> but I could not find any docs on this scenario.
Note that nfs implies that the data will be stored somewhere, where it
then can presumably be picked up again. If that is acceptable, and you
do want to use nfs, you're thinking the wrong way around: Have the data
processors mount some nfs exported on the DAQ instead, and pick their
data up from there. The other way around nfs simply doesn't do.
--
j p d (at) d s b (dot) t u d e l f t (dot) n l .
This message was originally posted on Usenet in plain text.
Any other representation, additions, or changes do not have my
consent and may be a violation of international copyright law.
[ Post a follow-up to this message ]
|