Thread: Re: [Quickfix-developers] Double logout sent
Brought to you by:
orenmnero
From: Apichat B. <sar...@ly...> - 2004-03-16 15:20:35
|
Oren, Thanks for answer. The new features sound very good to me. I will check out the cvs version. However, I believe my client will not be comfortable with the non-release product. Could you give the estimate time for the release of 1.7.1 please? Thanks, Apichat --- _____________________________ Apichat Banyatsupasil Director of Software Development Intelligent Brain Consulting Co., Ltd. 287/23-24 Surawong Rd 2nd Fl, Suriyawong, Bangrak, Bangkok 10500 Thailand Office +66 (2) 635-7655, +66 (2) 635-6702 Fax +66 (2) 635-7603 Cell +66 (9) 131-4009 URL http://www.intelligentbrain.com --------- Original Message --------- DATE: Mon, 15 Mar 2004 22:22:58 From: Oren Miller <ore...@ya...> To: sar...@ly..., qui...@li... Cc: >Support for proper logoff is really the one of two >important pieces of functionality missing from current >releases of QuickFIX. The bad news is that 1.7.0 >suffers from this same issue. The good news is that >supports for this functionality is currently available >in the CVS repository. We plan on doing a 1.7.1 >release with this feature as well as support for >variable length sessions. > >If you would like proper support for logout's, I would >suggest going with the CVS version. Logout's are done >either explicitly by calling the logoff() method on >the session. Calling logon will bring the session >back on line. Also, when calling stop on the >initiator and acceptor, all open sessions will go >through a proper logoff sequence before QuickFIX shuts >down. > >--oren > >--- Apichat Banyatsupasil <sar...@ly...> wrote: >> Hi, >> I currently use QuickFix 1.7.0, java version. I >> have problem that when I try to send logout message, >> the second logout is also sent automatically by >> QuickFIX. This seems to be the same problem as >> >http://sourceforge.net/mailarchive/message.php?msg_id=6306713 >> and >> >http://sourceforge.net/mailarchive/message.php?msg_id=6314798 >> >> however, none of them provide solutions. They >> provide only workaround which could bring another >> problem. >> >> Could anyone help me with this please? >> >> Thanks, >> Apichat >> _____________________________ >> Apichat Banyatsupasil >> Director of Software Development >> Intelligent Brain Consulting Co., Ltd. >> 287/23-24 Surawong Rd 2nd Fl, >> Suriyawong, Bangrak, >> Bangkok 10500 >> Thailand >> Office +66 (2) 635-7655, +66 (2) 635-6702 >> Fax +66 (2) 635-7603 >> Cell +66 (9) 131-4009 >> URL http://www.intelligentbrain.com >> >> >> >> >> >> >> >> >> >> >> >____________________________________________________________ >> Find what you are looking for with the Lycos Yellow >> Pages >> >http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default.asp?SRC=lycos10 >> >> >> >------------------------------------------------------- >> This SF.Net email is sponsored by: IBM Linux >> Tutorials >> Free Linux tutorial presented by Daniel Robbins, >> President and CEO of >> GenToo technologies. Learn everything from >> fundamentals to system >> >administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click >> _______________________________________________ >> Quickfix-developers mailing list >> Qui...@li... >> >https://lists.sourceforge.net/lists/listinfo/quickfix-developers > > >__________________________________ >Do you Yahoo!? >Yahoo! Mail - More reliable, more storage, less spam >http://mail.yahoo.com > ____________________________________________________________ Find what you are looking for with the Lycos Yellow Pages http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default.asp?SRC=lycos10 |
From: Apichat B. <sar...@ly...> - 2004-03-18 17:59:42
|
Thanks Oren, However, I got a problem with a cvs version. I downloaded it today but I cannot load the project (quickfix.dsw). I tried to open the workspace in VC++ (v6) but nothing came up. Even worse, I am a java guy and really have no clue what to do next in C++. Could you help me please? Thanks, Apichat --- _____________________________ Apichat Banyatsupasil Director of Software Development Intelligent Brain Consulting Co., Ltd. 287/23-24 Surawong Rd 2nd Fl, Suriyawong, Bangrak, Bangkok 10500 Thailand Office +66 (2) 635-7655, +66 (2) 635-6702 Fax +66 (2) 635-7603 Cell +66 (9) 131-4009 URL http://www.intelligentbrain.com --------- Original Message --------- DATE: Wed, 17 Mar 2004 07:51:12 From: Oren Miller <ore...@ya...> To: sar...@ly..., qui...@li... Cc: >Oh I think probably a couple weeks. It's going to be >a very small point release. > >--- Apichat Banyatsupasil <sar...@ly...> wrote: >> Oren, >> Thanks for answer. The new features sound very >> good to me. I will check out the cvs version. >> However, I believe my client will not be >> comfortable with the non-release product. Could you >> give the estimate time for the release of 1.7.1 >> please? >> >> Thanks, >> Apichat >> >> --- >> _____________________________ >> Apichat Banyatsupasil >> Director of Software Development >> Intelligent Brain Consulting Co., Ltd. >> 287/23-24 Surawong Rd 2nd Fl, >> Suriyawong, Bangrak, >> Bangkok 10500 >> Thailand >> Office +66 (2) 635-7655, +66 (2) 635-6702 >> Fax +66 (2) 635-7603 >> Cell +66 (9) 131-4009 >> URL http://www.intelligentbrain.com >> >> >> >> >> >> >> >> >> --------- Original Message --------- >> >> DATE: Mon, 15 Mar 2004 22:22:58 >> From: Oren Miller <ore...@ya...> >> To: sar...@ly..., >> qui...@li... >> Cc: >> >> >Support for proper logoff is really the one of two >> >important pieces of functionality missing from >> current >> >releases of QuickFIX. The bad news is that 1.7.0 >> >suffers from this same issue. The good news is >> that >> >supports for this functionality is currently >> available >> >in the CVS repository. We plan on doing a 1.7.1 >> >release with this feature as well as support for >> >variable length sessions. >> > >> >If you would like proper support for logout's, I >> would >> >suggest going with the CVS version. Logout's are >> done >> >either explicitly by calling the logoff() method on >> >the session. Calling logon will bring the session >> >back on line. Also, when calling stop on the >> >initiator and acceptor, all open sessions will go >> >through a proper logoff sequence before QuickFIX >> shuts >> >down. >> > >> >--oren >> > >> >--- Apichat Banyatsupasil <sar...@ly...> >> wrote: >> >> Hi, >> >> I currently use QuickFix 1.7.0, java version. >> I >> >> have problem that when I try to send logout >> message, >> >> the second logout is also sent automatically by >> >> QuickFIX. This seems to be the same problem as >> >> >> >>http://sourceforge.net/mailarchive/message.php?msg_id=6306713 >> >> and >> >> >> >>http://sourceforge.net/mailarchive/message.php?msg_id=6314798 >> >> >> >> however, none of them provide solutions. They >> >> provide only workaround which could bring another >> >> problem. >> >> >> >> Could anyone help me with this please? >> >> >> >> Thanks, >> >> Apichat >> >> _____________________________ >> >> Apichat Banyatsupasil >> >> Director of Software Development >> >> Intelligent Brain Consulting Co., Ltd. >> >> 287/23-24 Surawong Rd 2nd Fl, >> >> Suriyawong, Bangrak, >> >> Bangkok 10500 >> >> Thailand >> >> Office +66 (2) 635-7655, +66 (2) 635-6702 >> >> Fax +66 (2) 635-7603 >> >> Cell +66 (9) 131-4009 >> >> URL http://www.intelligentbrain.com >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >>____________________________________________________________ >> >> Find what you are looking for with the Lycos >> Yellow >> >> Pages >> >> >> >>http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default.asp?SRC=lycos10 >> >> >> >> >> >> >> >>------------------------------------------------------- >> >> This SF.Net email is sponsored by: IBM Linux >> >> Tutorials >> >> Free Linux tutorial presented by Daniel Robbins, >> >> President and CEO of >> >> GenToo technologies. Learn everything from >> >> fundamentals to system >> >> >> >>administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click >> >> _______________________________________________ >> >> Quickfix-developers mailing list >> >> Qui...@li... >> >> >> >>https://lists.sourceforge.net/lists/listinfo/quickfix-developers >> > >> > >> >__________________________________ >> >Do you Yahoo!? >> >Yahoo! Mail - More reliable, more storage, less >> spam >> >http://mail.yahoo.com >> > >> >> >> >> >____________________________________________________________ >> Find what you are looking for with the Lycos Yellow >> Pages >> >http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default.asp?SRC=lycos10 >> >> >> >------------------------------------------------------- >> This SF.Net email is sponsored by: IBM Linux >> Tutorials >> Free Linux tutorial presented by Daniel Robbins, >> President and CEO of >> GenToo technologies. Learn everything from >> fundamentals to system >> >administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click >> _______________________________________________ >> Quickfix-developers mailing list >> Qui...@li... >> >https://lists.sourceforge.net/lists/listinfo/quickfix-developers > > >__________________________________ >Do you Yahoo!? >Yahoo! Mail - More reliable, more storage, less spam >http://mail.yahoo.com > ____________________________________________________________ Find what you are looking for with the Lycos Yellow Pages http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default.asp?SRC=lycos10 |
From: Miller, O. <OM...@ri...> - 2004-03-18 18:04:44
|
Did you get it with a cvs on a unix system? If you do that the files = get pulled down with unix line feeds making the dsw files unusable for = devstudio. Make sure you use the windows distribution of cvs. -------------------------- Sent from my BlackBerry Wireless Handheld -----Original Message----- From: Apichat Banyatsupasil <sar...@ly...> To: qui...@li... = <qui...@li...> Sent: Thu Mar 18 11:59:22 2004 Subject: Re: [Quickfix-developers] Double logout sent Thanks Oren, However, I got a problem with a cvs version. I downloaded it today but = I cannot load the project (quickfix.dsw). I tried to open the workspace = in VC++ (v6) but nothing came up. Even worse, I am a java guy and really = have no clue what to do next in C++. Could you help me please?=20 Thanks, Apichat=20 --- _____________________________ Apichat Banyatsupasil Director of Software Development Intelligent Brain Consulting Co., Ltd. 287/23-24 Surawong Rd 2nd Fl, Suriyawong, Bangrak, Bangkok 10500 Thailand Office +66 (2) 635-7655, +66 (2) 635-6702 Fax +66 (2) 635-7603 Cell +66 (9) 131-4009 URL http://www.intelligentbrain.com --------- Original Message --------- DATE: Wed, 17 Mar 2004 07:51:12 From: Oren Miller <ore...@ya...> To: sar...@ly..., qui...@li... Cc:=20 >Oh I think probably a couple weeks. It's going to be >a very small point release. > >--- Apichat Banyatsupasil <sar...@ly...> wrote: >> Oren, >> Thanks for answer. The new features sound very >> good to me. I will check out the cvs version. >> However, I believe my client will not be >> comfortable with the non-release product. Could you >> give the estimate time for the release of 1.7.1 >> please? >>=20 >> Thanks, >> Apichat >>=20 >> --- >> _____________________________ >> Apichat Banyatsupasil >> Director of Software Development >> Intelligent Brain Consulting Co., Ltd. >> 287/23-24 Surawong Rd 2nd Fl, >> Suriyawong, Bangrak, >> Bangkok 10500 >> Thailand >> Office +66 (2) 635-7655, +66 (2) 635-6702 >> Fax +66 (2) 635-7603 >> Cell +66 (9) 131-4009 >> URL http://www.intelligentbrain.com >>=20 >>=20 >>=20 >>=20 >>=20 >>=20 >>=20 >>=20 >> --------- Original Message --------- >>=20 >> DATE: Mon, 15 Mar 2004 22:22:58 >> From: Oren Miller <ore...@ya...> >> To: sar...@ly..., >> qui...@li... >> Cc:=20 >>=20 >> >Support for proper logoff is really the one of two >> >important pieces of functionality missing from >> current >> >releases of QuickFIX. The bad news is that 1.7.0 >> >suffers from this same issue. The good news is >> that >> >supports for this functionality is currently >> available >> >in the CVS repository. We plan on doing a 1.7.1 >> >release with this feature as well as support for >> >variable length sessions. >> > >> >If you would like proper support for logout's, I >> would >> >suggest going with the CVS version. Logout's are >> done >> >either explicitly by calling the logoff() method on >> >the session. Calling logon will bring the session >> >back on line. Also, when calling stop on the >> >initiator and acceptor, all open sessions will go >> >through a proper logoff sequence before QuickFIX >> shuts >> >down. >> > >> >--oren >> > >> >--- Apichat Banyatsupasil <sar...@ly...> >> wrote: >> >> Hi, >> >> I currently use QuickFix 1.7.0, java version. >> I >> >> have problem that when I try to send logout >> message, >> >> the second logout is also sent automatically by >> >> QuickFIX. This seems to be the same problem as=20 >> >> >> >>http://sourceforge.net/mailarchive/message.php?msg_id=3D6306713 >> >> and >> >> >> >>http://sourceforge.net/mailarchive/message.php?msg_id=3D6314798 >> >>=20 >> >> however, none of them provide solutions. They >> >> provide only workaround which could bring another >> >> problem. >> >>=20 >> >> Could anyone help me with this please? >> >>=20 >> >> Thanks, >> >> Apichat >> >> _____________________________ >> >> Apichat Banyatsupasil >> >> Director of Software Development >> >> Intelligent Brain Consulting Co., Ltd. >> >> 287/23-24 Surawong Rd 2nd Fl, >> >> Suriyawong, Bangrak, >> >> Bangkok 10500 >> >> Thailand >> >> Office +66 (2) 635-7655, +66 (2) 635-6702 >> >> Fax +66 (2) 635-7603 >> >> Cell +66 (9) 131-4009 >> >> URL http://www.intelligentbrain.com >> >>=20 >> >>=20 >> >>=20 >> >>=20 >> >>=20 >> >>=20 >> >>=20 >> >>=20 >> >>=20 >> >>=20 >> >> >> >>____________________________________________________________ >> >> Find what you are looking for with the Lycos >> Yellow >> >> Pages >> >> >> >>http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/defaul= t.asp?SRC=3Dlycos10 >> >>=20 >> >>=20 >> >> >> >>------------------------------------------------------- >> >> This SF.Net email is sponsored by: IBM Linux >> >> Tutorials >> >> Free Linux tutorial presented by Daniel Robbins, >> >> President and CEO of >> >> GenToo technologies. Learn everything from >> >> fundamentals to system >> >> >> >>administration.http://ads.osdn.com/?ad_id=3D1470&alloc_id=3D3638&op=3Dc= lick >> >> _______________________________________________ >> >> Quickfix-developers mailing list >> >> Qui...@li... >> >> >> >>https://lists.sourceforge.net/lists/listinfo/quickfix-developers >> > >> > >> >__________________________________ >> >Do you Yahoo!? >> >Yahoo! Mail - More reliable, more storage, less >> spam >> >http://mail.yahoo.com >> > >>=20 >>=20 >>=20 >> >____________________________________________________________ >> Find what you are looking for with the Lycos Yellow >> Pages >> >http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default= .asp?SRC=3Dlycos10 >>=20 >>=20 >> >------------------------------------------------------- >> This SF.Net email is sponsored by: IBM Linux >> Tutorials >> Free Linux tutorial presented by Daniel Robbins, >> President and CEO of >> GenToo technologies. Learn everything from >> fundamentals to system >> >administration.http://ads.osdn.com/?ad_id=3D1470&alloc_id=3D3638&op=3Dcl= ick >> _______________________________________________ >> Quickfix-developers mailing list >> Qui...@li... >> >https://lists.sourceforge.net/lists/listinfo/quickfix-developers > > >__________________________________ >Do you Yahoo!? >Yahoo! Mail - More reliable, more storage, less spam >http://mail.yahoo.com > ____________________________________________________________ Find what you are looking for with the Lycos Yellow Pages http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default.= asp?SRC=3Dlycos10 ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=3D1470&alloc_id=3D3638&op=3Dcli= ck _______________________________________________ Quickfix-developers mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers |
From: Dahl, J. <JD...@cm...> - 2004-03-18 18:15:18
|
It's because the files are in *NIX format(CR) and not Windows format(CRLF). All of your project files *.dsw, *.dsp, etc. need to be converted. VC++ should be able to handle the source files correctly. JD -----Original Message----- From: qui...@li... [mailto:qui...@li...] On Behalf Of Apichat Banyatsupasil Sent: Thursday, March 18, 2004 11:59 AM To: qui...@li... Subject: Re: [Quickfix-developers] Double logout sent Thanks Oren, However, I got a problem with a cvs version. I downloaded it today but I cannot load the project (quickfix.dsw). I tried to open the workspace in VC++ (v6) but nothing came up. Even worse, I am a java guy and really have no clue what to do next in C++. Could you help me please?=20 Thanks, Apichat=20 --- _____________________________ Apichat Banyatsupasil Director of Software Development Intelligent Brain Consulting Co., Ltd. 287/23-24 Surawong Rd 2nd Fl, Suriyawong, Bangrak, Bangkok 10500 Thailand Office +66 (2) 635-7655, +66 (2) 635-6702 Fax +66 (2) 635-7603 Cell +66 (9) 131-4009 URL http://www.intelligentbrain.com --------- Original Message --------- DATE: Wed, 17 Mar 2004 07:51:12 From: Oren Miller <ore...@ya...> To: sar...@ly..., qui...@li... Cc:=20 >Oh I think probably a couple weeks. It's going to be >a very small point release. > >--- Apichat Banyatsupasil <sar...@ly...> wrote: >> Oren, >> Thanks for answer. The new features sound very >> good to me. I will check out the cvs version. >> However, I believe my client will not be >> comfortable with the non-release product. Could you >> give the estimate time for the release of 1.7.1 >> please? >>=20 >> Thanks, >> Apichat >>=20 >> --- >> _____________________________ >> Apichat Banyatsupasil >> Director of Software Development >> Intelligent Brain Consulting Co., Ltd. >> 287/23-24 Surawong Rd 2nd Fl, >> Suriyawong, Bangrak, >> Bangkok 10500 >> Thailand >> Office +66 (2) 635-7655, +66 (2) 635-6702 >> Fax +66 (2) 635-7603 >> Cell +66 (9) 131-4009 >> URL http://www.intelligentbrain.com >>=20 >>=20 >>=20 >>=20 >>=20 >>=20 >>=20 >>=20 >> --------- Original Message --------- >>=20 >> DATE: Mon, 15 Mar 2004 22:22:58 >> From: Oren Miller <ore...@ya...> >> To: sar...@ly..., qui...@li... >> Cc:=20 >>=20 >> >Support for proper logoff is really the one of two important pieces=20 >> >of functionality missing from >> current >> >releases of QuickFIX. The bad news is that 1.7.0 >> >suffers from this same issue. The good news is >> that >> >supports for this functionality is currently >> available >> >in the CVS repository. We plan on doing a 1.7.1 >> >release with this feature as well as support for >> >variable length sessions. >> > >> >If you would like proper support for logout's, I >> would >> >suggest going with the CVS version. Logout's are >> done >> >either explicitly by calling the logoff() method on >> >the session. Calling logon will bring the session >> >back on line. Also, when calling stop on the >> >initiator and acceptor, all open sessions will go >> >through a proper logoff sequence before QuickFIX >> shuts >> >down. >> > >> >--oren >> > >> >--- Apichat Banyatsupasil <sar...@ly...> >> wrote: >> >> Hi, >> >> I currently use QuickFix 1.7.0, java version. >> I >> >> have problem that when I try to send logout >> message, >> >> the second logout is also sent automatically by >> >> QuickFIX. This seems to be the same problem as >> >> >> >>http://sourceforge.net/mailarchive/message.php?msg_id=3D6306713 >> >> and >> >> >> >>http://sourceforge.net/mailarchive/message.php?msg_id=3D6314798 >> >>=20 >> >> however, none of them provide solutions. They >> >> provide only workaround which could bring another problem. >> >>=20 >> >> Could anyone help me with this please? >> >>=20 >> >> Thanks, >> >> Apichat >> >> _____________________________ >> >> Apichat Banyatsupasil >> >> Director of Software Development >> >> Intelligent Brain Consulting Co., Ltd. >> >> 287/23-24 Surawong Rd 2nd Fl, >> >> Suriyawong, Bangrak, >> >> Bangkok 10500 >> >> Thailand >> >> Office +66 (2) 635-7655, +66 (2) 635-6702 >> >> Fax +66 (2) 635-7603 >> >> Cell +66 (9) 131-4009 >> >> URL http://www.intelligentbrain.com >> >>=20 >> >>=20 >> >>=20 >> >>=20 >> >>=20 >> >>=20 >> >>=20 >> >>=20 >> >>=20 >> >>=20 >> >> >> >>____________________________________________________________ >> >> Find what you are looking for with the Lycos >> Yellow >> >> Pages >> >> >> >>http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/defau >>lt.asp?SRC=3Dlycos10 >> >>=20 >> >>=20 >> >> >> >>------------------------------------------------------- >> >> This SF.Net email is sponsored by: IBM Linux >> >> Tutorials >> >> Free Linux tutorial presented by Daniel Robbins, President and CEO >> >> of GenToo technologies. Learn everything from >> >> fundamentals to system >> >> >> >>administration.http://ads.osdn.com/?ad_id=3D1470&alloc_id=3D3638&op=3Dc= lick >> >> _______________________________________________ >> >> Quickfix-developers mailing list=20 >> >> Qui...@li... >> >> >> >>https://lists.sourceforge.net/lists/listinfo/quickfix-developers >> > >> > >> >__________________________________ >> >Do you Yahoo!? >> >Yahoo! Mail - More reliable, more storage, less >> spam >> >http://mail.yahoo.com >> > >>=20 >>=20 >>=20 >> >____________________________________________________________ >> Find what you are looking for with the Lycos Yellow >> Pages >> >http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/defaul >t.asp?SRC=3Dlycos10 >>=20 >>=20 >> >------------------------------------------------------- >> This SF.Net email is sponsored by: IBM Linux >> Tutorials >> Free Linux tutorial presented by Daniel Robbins, >> President and CEO of >> GenToo technologies. Learn everything from >> fundamentals to system >> >administration.http://ads.osdn.com/?ad_id=3D1470&alloc_id=3D3638&op=3Dcl= ick >> _______________________________________________ >> Quickfix-developers mailing list=20 >> Qui...@li... >> >https://lists.sourceforge.net/lists/listinfo/quickfix-developers > > >__________________________________ >Do you Yahoo!? >Yahoo! Mail - More reliable, more storage, less spam=20 >http://mail.yahoo.com > ____________________________________________________________ Find what you are looking for with the Lycos Yellow Pages http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default .asp?SRC=3Dlycos10 ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=3D1470&alloc_id=3D3638&op=3Dcli= ck _______________________________________________ Quickfix-developers mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers |
From: Oren M. <ore...@ya...> - 2004-03-17 15:51:20
|
Oh I think probably a couple weeks. It's going to be a very small point release. --- Apichat Banyatsupasil <sar...@ly...> wrote: > Oren, > Thanks for answer. The new features sound very > good to me. I will check out the cvs version. > However, I believe my client will not be > comfortable with the non-release product. Could you > give the estimate time for the release of 1.7.1 > please? > > Thanks, > Apichat > > --- > _____________________________ > Apichat Banyatsupasil > Director of Software Development > Intelligent Brain Consulting Co., Ltd. > 287/23-24 Surawong Rd 2nd Fl, > Suriyawong, Bangrak, > Bangkok 10500 > Thailand > Office +66 (2) 635-7655, +66 (2) 635-6702 > Fax +66 (2) 635-7603 > Cell +66 (9) 131-4009 > URL http://www.intelligentbrain.com > > > > > > > > > --------- Original Message --------- > > DATE: Mon, 15 Mar 2004 22:22:58 > From: Oren Miller <ore...@ya...> > To: sar...@ly..., > qui...@li... > Cc: > > >Support for proper logoff is really the one of two > >important pieces of functionality missing from > current > >releases of QuickFIX. The bad news is that 1.7.0 > >suffers from this same issue. The good news is > that > >supports for this functionality is currently > available > >in the CVS repository. We plan on doing a 1.7.1 > >release with this feature as well as support for > >variable length sessions. > > > >If you would like proper support for logout's, I > would > >suggest going with the CVS version. Logout's are > done > >either explicitly by calling the logoff() method on > >the session. Calling logon will bring the session > >back on line. Also, when calling stop on the > >initiator and acceptor, all open sessions will go > >through a proper logoff sequence before QuickFIX > shuts > >down. > > > >--oren > > > >--- Apichat Banyatsupasil <sar...@ly...> > wrote: > >> Hi, > >> I currently use QuickFix 1.7.0, java version. > I > >> have problem that when I try to send logout > message, > >> the second logout is also sent automatically by > >> QuickFIX. This seems to be the same problem as > >> > >http://sourceforge.net/mailarchive/message.php?msg_id=6306713 > >> and > >> > >http://sourceforge.net/mailarchive/message.php?msg_id=6314798 > >> > >> however, none of them provide solutions. They > >> provide only workaround which could bring another > >> problem. > >> > >> Could anyone help me with this please? > >> > >> Thanks, > >> Apichat > >> _____________________________ > >> Apichat Banyatsupasil > >> Director of Software Development > >> Intelligent Brain Consulting Co., Ltd. > >> 287/23-24 Surawong Rd 2nd Fl, > >> Suriyawong, Bangrak, > >> Bangkok 10500 > >> Thailand > >> Office +66 (2) 635-7655, +66 (2) 635-6702 > >> Fax +66 (2) 635-7603 > >> Cell +66 (9) 131-4009 > >> URL http://www.intelligentbrain.com > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >____________________________________________________________ > >> Find what you are looking for with the Lycos > Yellow > >> Pages > >> > >http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default.asp?SRC=lycos10 > >> > >> > >> > >------------------------------------------------------- > >> This SF.Net email is sponsored by: IBM Linux > >> Tutorials > >> Free Linux tutorial presented by Daniel Robbins, > >> President and CEO of > >> GenToo technologies. Learn everything from > >> fundamentals to system > >> > >administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > >> _______________________________________________ > >> Quickfix-developers mailing list > >> Qui...@li... > >> > >https://lists.sourceforge.net/lists/listinfo/quickfix-developers > > > > > >__________________________________ > >Do you Yahoo!? > >Yahoo! Mail - More reliable, more storage, less > spam > >http://mail.yahoo.com > > > > > > ____________________________________________________________ > Find what you are looking for with the Lycos Yellow > Pages > http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default.asp?SRC=lycos10 > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux > Tutorials > Free Linux tutorial presented by Daniel Robbins, > President and CEO of > GenToo technologies. Learn everything from > fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers __________________________________ Do you Yahoo!? Yahoo! Mail - More reliable, more storage, less spam http://mail.yahoo.com |