Examples

compared with
Current by Mike Gatny
on Oct 21, 2010 21:58.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (1)

View Page History

{{fast2xml.bat data.fast data.xml}}


h2. Producer/Consumer Demo

The {{bin}} directory contains template and data files that the producer and consumer examples can use to communicate.

h4. Use

h6. On Windows

In separate shells, run:

{{producer.bat -p 13000 -t FASTTestTemplate.xml -x data.xml}}
{{consumer.bat -p 13000 -t FASTTestTemplate.xml}}

h6. On GNU/Linux, etc.

In separate shells, run:

{{sh producer.sh -p 13000 -t FASTTestTemplate.xml -x data.xml}}
{{sh consumer.sh -p 13000 -t FASTTestTemplate.xml}}