[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Writing to files faster in Tradestation



PureBytes Links

Trading Reference Links

I you need fast ASCII files opening /writing with versatile options, a good
idea is to use hashnums.dll

Sincerely,

Pierre Orphelin
www.sirtrade.com
TradeStation Technologies representative in France



> -----Message d'origine-----
> De : Bengtsson, Mats [mailto:mats.bengtsson@xxxxxxxx]
> Envoyé : lundi 30 juillet 2001 23:04
> À : omega-list@xxxxxxxxxx
> Objet : Writing to files faster in Tradestation
>
>
> I use FileAppend to write data to files when the workspace assistant scans
> the stock universe. A lot of fileappends is a lot slower than
> opening a file
> and sequentially writing to it, at least in c++ (actually I write to a
> number of files).
>
> Does anyone know if the Fileappend works like one fileopen and many writes
> when run in the workspace assistant, and if not, does anyone know a simple
> solution for how to write to a number of files in a faster way during
> scanning?
>
> --- Mats ---
>
>
>