Boost logo

Boost Users :

Subject: Re: [Boost-users] asio stability and scalability
From: Boris Schaeling (boris_at_[hidden])
Date: 2009-10-20 03:27:49


On Mon, 19 Oct 2009 22:37:41 +0200, Eric Twietmeyer <zimbus26_at_[hidden]>
wrote:

> [...]After these several weeks of intense debugging efforts we are
> basically at a loss. I'm very reluctant to move from asio to ACE or
> some other framework, I like the way asio is structured, and it will
> take quite a bit of time to reimplement this.

No idea if this helps but: Do you call any asynchronous I/O operation
before main(), eg. in the constructor of a global object? I had to replace
the Boost.Asio placeholders with _1 and _2 from Boost.Bind when building a
program with VC++ 2008 as the Boost.Asio placeholders crashed the program
every time when the handler was called. There was no problem with g++
though.

Boris


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net