$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [asio] Error running as Windows service; runs fine from console
From: Igor R (boost.lists_at_[hidden])
Date: 2010-09-16 04:05:57
> Based on your advice I'm going to have to cause the creation of the server
> instance to be done somewhere other than during the service manager's call
> to start the service.
Maybe you can just move the all acceptor stuff to server::start().