Does anyone have the multithreaded qt libs for the qt that ships? Or any qt
that works with the 2.4 kernel? I jsut got to the point where I need to
combine my data acq and networking, and threading is required. I am a little
nervous about getting into a multi day project compiling qt. by the way I only
need the core and networking not the gui, as I am really just running a server
using qserver socket. My preferred data acq method is blocking reads and writes
to my driver, and asynchronous transactions to the main event loop ultimately
creating packets to send to a client. Any suggestions regarding how I might
acomplish my task without multi-threading and blocking IO are welcomed.
my task is to control an x-ray system, and collect data from the ts7300 onboard
fpga (which captures serial data from x-ray detectors 300 times per sec (576
detectors). Once collected (prefferably a line at a a time) transfer the data
up to a remote computer over ethernet.
If you wonder why QT for the networking, it is because I already have a working
client/server going in QT, and like how easy it is to break the packets in QT.
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|