On Sunday 11 January 2009, AKSYS Tech Pty Ltd wrote:
> Just a quick update.  I did as paul_c suggested and removed the queue
> type from the *.nml file. This seems to have fixed my issue, and I now
> seem to have error reporting coming back into my micro.  I can see where
> Alex is coming from and understand the possible problems of doing this.

Ideally, you should only ever have one process writing to a buffer, and one 
process reading (as per the NIST RCS handbook). For multiple processes 
reading or writing to a single buffer, it would be better if a 
secondary "channel" was spawned for each additional connection - This would 
require some small changes to libnml along with the addition of some 
arbitration policy.



------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to