Re: [Quickfix-developers] Build problems on Solaris
Brought to you by:
orenmnero
From: Joerg T. <Joe...@ma...> - 2003-04-01 07:34:42
|
Hi Barry, > [...] > The production machine is a very fast dual processor sun box and the > application failed on the initial download of SecurityStatus messages which > proceeds very quickly until the crash. > > Is there a known problem using quickfix on a multi-processor machine? You can check this easily using the Solaris pbind command. First, check the number of processors using psrinfo: $ psrinfo 0 on-line since 10/31/02 15:54:39 ... And then you can specify $ pbind -b 0 <pids> Since bindings are inherited to all created LWPs and processes, using $ pbind -b 0 $$ you bind the current shell and all processes started by that shell. Of course, this is only a fast check (and hopefully workaround), but does not solve the problem. Oren already gave you some hints to solve your problem. Good luck! Jörg > [...] -- Joerg Thoennes http://macd.com Tel.: +49 (0)241 44597-24 Macdonald Associates GmbH Fax : +49 (0)241 44597-10 Lothringer Str. 52, D-52070 Aachen |