Hi,
I've checked in changes to add a blockingStart() method to the
Initiator. This is similar to my blockingStart() change to the Acceptor.
Benefits:
* If your app only does FIX you can save a thread.
* Can prevent crashes if your Java environment doesn't provide a proper
environment when attaching to threads (perhaps because you are inside an
app server with a fancy class loader).
ChangeLog entry follows.
Cheers,
Alex.
2003-05-12 Alex Hornby <al...@an...>
* src/C++/Initiator.h: add blockingStart
* src/C++/Initiator.cpp: add blockingStart
* src/java/org_quickfix_SocketInitiator.cpp: add blockingStart
* src/java/org_quickfix_SocketInitiator.h: add blockingStart
* src/java/src/org/quickfix/SocketInitiator.java: add blockingStart
|