Tagged Questions

ASIO (which stands for "asynchronous input/output") is an open source C++ library developed and maintained by Chris Kohlhoff. It was introduced into the Boost library in on 30 December 2005. ASIO also stands for Audio Stream Input/Output, and is a low-latency protocol for sending and receiving audio data from sound interfaces.

learn more… | top users | synonyms

9
votes
2answers
4k views

Poor boost.ASIO performance

I have a very simple server/client performance test using boost::asio on Windows and it seems to be performing really poorly. I'm hoping that I'm just using the library incorrectly and would ...
7
votes
3answers
365 views

Are multiple ASIO io_services a good thing?

I've begun using Boost.ASIO for some simple network programming, my understanding of the library is not a great deal, so please bear with me and my newbie question. At the moment in my project I only ...
7
votes
1answer
1k views

Boost asio - problem stopping io_service

I'm using boost::asio to do some very basic UDP packet collection. The io_service object is instantiated in a worker thread, and io_service.run() is called from inside that thread. My problem is ...
7
votes
1answer
1k views

Async wait on file descriptor using Boost Asio

I'm trying to integrate D-Bus with my boost::asio application. D-Bus has an API that enumerates a set of Unix file descriptors (mainly sockets but could also be FIFOs) to be watched. When those ...
6
votes
2answers
192 views

boost::asio socket async_* strand

How to perform async_* operations on socket through the strand? I've looked at Timer.5 (Boost/Asio examples), but there are only how to invoke user's handler. upd. When I async. write to the socket ...
6
votes
2answers
670 views

Release socket in Boost.Asio (opposite of assign), or not transfer ownvership

There is a function assign in Boost.Asio sockets, however I'm looking for something like release/unassign that would transfer the ownership on socket back to user. or some type of assign that ...
5
votes
2answers
107 views

Boost::asio what is this kind of strange coding style?

I am about to debug something within my boost asio socket communication. And found this piece of code inside of the asio library (found in boost/asio/impl/write.hpp line 169 (boost 1.47) ): switch ...
5
votes
1answer
333 views

Sharing a boost::asio::io_service object between dynamically loaded libraries

First what I did (minimum sample will be provided if it's not just me doing something plain stupid): I have a GUI application that shall support several network interfaces to change content that's ...
5
votes
4answers
970 views

boost::asio, threads and synchronization

This is somewhat related to this question, but I think I need to know a little bit more. I've been trying to get my head around how to do this for a few days (whilst working on other parts), but the ...
5
votes
4answers
3k views

boost::shared_ptr and dynamic cast

I have a problem using a shared_ptr of a base class, I can't seem to be able to call the derived class's methods when dereferencing it. I belive code will be more verbose than me: class Base : public ...
5
votes
2answers
1k views

Address already in use with boost asio acceptor

I wrote a server that is listening for incomming TCP connections and clients connecting to it. When I shut down the server and restart it on the same port, I sometimes get the error message EADDRINUSE ...
5
votes
2answers
2k views

boost deadline_timer question

I expected the code below to print Hello, world! every 5 seconds, but what happens is that the program pauses for 5 seconds and then prints the message over and over with no subsequent pauses. What ...
5
votes
1answer
4k views

boost asio io_service.run() question

I was just going over the asio example here: http://www.boost.org/doc/libs/1%5F39%5F0/doc/html/boost%5Fasio/example/chat/chat%5Fserver.cpp My question is about their usage of the io_serice.run() ...
4
votes
2answers
156 views

boost::asio — asio_handler_deallocate is called in io_service::~io_service(), after io_service::stop()

I have an ip::udp::socket constructed with an io_service. There is only one boost::thread which calls the io_service::run() method, and an instance of io_service::work to prevent io_service::run() ...
4
votes
1answer
217 views

Recording an audio stream in C# from C++ ASIO library

I need to find the best way to record an audio stream. I have already built the low level code in C++ and interfaced parts of it to C#. So i have a C++ callback that gives me an array of array of ...
4
votes
5answers
288 views

Payload split over two TCP packets when using Boost ASIO, when it fits within the MTU

I have a problem with a boost::asio::ip::tcp::iostream. I am trying to send about 20 raw bytes. The problem is that this 20 byte payload is split into two TCP packets with 1 byte, then 19 bytes. ...
4
votes
1answer
628 views

Problem with boost::asio::streambuf

I've experienced problems using asio::streambuf and am hoping someone can tell me if I'm using the class incorrectly. When I run this example code it segfaults. Why? To make things more confusing, ...
4
votes
1answer
283 views

How do I force boost::asio to prioritize finishing async_write calls over running other handlers?

I am implementing a set of simple protocols using boost::asio (oblivious transfer schemes). These are CPU bound when they run. To improve efficiency, I want to try to keep both hosts working as much ...
4
votes
1answer
758 views

Need explanation for this boost::asio timer example

There is a line in the 3rd tutorial on Boost asio that shows how to renew a timer and yet prevent there from being drift. The line is the following: t->expires_at(t->expires_at() + ...
3
votes
1answer
119 views

Boost::asio: data get received only after other connection appeared

I'm trying to use code examples in my application. At a connection client sends "hello!" to the server. Server receives it and answers on it somehow (and ends message with "Hi, client! I'm server!") - ...
3
votes
1answer
154 views

boost::asio asynchronous operations and resources

So I've made a socket class that uses boost::asio library to make asynchronous reads and writes. It works, but I have a few questions. Here's a basic code example: class Socket { public: void ...
3
votes
1answer
122 views

Boost Asio message_flags

I recently began working with Boost Asio. I noticed that the receive method of a TCP socket accepts a message_flags as a parameter. However, the documentation I found for message_flags only says ...
3
votes
2answers
294 views

C++ Boost asio-acceptor unblocks without a new connection?

I am using the C++ boost asio library, where I listen to new connections on the socket. On getting a connection I process the request and then listen for a new connection on another socket in a loop. ...
3
votes
1answer
251 views

Does one nginx worker process handle two requests concurrently or one by one?

The really cool part about the filter chain is that each filter doesn't wait for the previous filter to finish; it can process the previous filter's output as it's being produced, sort of ...
3
votes
1answer
416 views

BOOST ASIO - problem with streambuf. Assert “iterator out of bounds”

Client sends to server near about 165kB of data. At first all is fine. But when client send the same data once again(165kB), I receive an assert on server side. Assert contains information about ...
3
votes
1answer
923 views

Sending Protobuf Messages with boost::asio

I'm trying to hack a client together in C++ using Google's Protocol Buffers and boost::asio. My problem is that I don't know how I can feed the protobuf message to asio. What I have is this: // set ...
3
votes
1answer
443 views

Boost Asio deadline_timer on Android device does not get fired at the expiry time, but at a later point of time

We are trying to use boost asio deadline_timers on an android device. we have a requirement where we need to fire a timer every 100 msec. I have used the code as follows. However, the timer seems to ...
3
votes
2answers
170 views

C++: Best text accumulator

Text gets accumulates piecemeal before being sent to client. Now we use own class that allocates memory for each piece as char massive. (Anyway, works like char[][] + std::list<char*>). Then ...
3
votes
3answers
353 views

is it safe to to destroy a socket object while an asyn_read might be going on in boost.ASIO?

In the following code: tcp::socket socket(io_service); tcp::endpoint ep(boost::asio::ip::address::from_string(addr), i); socket.async_connect(ep, &connect_handler); socket.close(); is it ...
3
votes
1answer
135 views

How can I get a callback when there is some data to read on a boost.asio stream without reading it into a buffer?

It seems that since boost 1.40.0 there has been a change to the way that the the async_read_some() call works. Previously, you could pass in a null_buffer and you would get a callback when there ...
3
votes
2answers
603 views

Detaching a native socket from Boost.ASIO's socket class

Is it possible to detach a native socket from Boost.ASIO's socket class? If so, how can it be done? I can't seem to find anything obvious in the documentation. As a quick overview of what I'm trying ...
3
votes
1answer
1k views

How to resolve host (only) using Boost.Asio?

According to the documentation of boost::asio::ip::tcp::resolver::query in order to resolve host it should receive service as well. What if I want to resolve host without relation to port? How should ...
3
votes
1answer
291 views

Is there an elegant way to bridge two devices/streams in ASIO?

Given two stream-oriented I/O objects in Asio, what is the simplest way to forward data from one device to the other in both directions? Could this be done with boost::iostreams::combination or ...
2
votes
1answer
48 views

DNS Reverse Lookup with Asio

I would like to do a DNS reverse lookup (return hostname for a given IP Address) with asio, but I am not able to figure out which components I need to achieve this. Asio documentiation refers to ...
2
votes
0answers
30 views

How to detect if windows7 is blocking my UDP server? How to request permission?

How can my program force the windows7 firewall to let me through, or raise an error? My boost asio UDP peer-to-peer code was working. Today it would not work. I checked the firewall, and a.exe in ...
2
votes
1answer
72 views

Creating static library that uses Boost ASIO and does not expose it

I'm trying to create a library that uses Boost ASIO (UDP multicast, asynchronous) and does not expose it. Basically I am following the async udp example, except I have made the io_service object a ...
2
votes
3answers
426 views

Scalable server framework in C++

I am looking to write a server application in C++ that is meant to handle tens of thousands of clients simultaneously. It should run under Windows and Linux. I have been looking around for frameworks ...
2
votes
2answers
209 views

Cooperation between boost::asio and standard C socket interface

I'm currently working on a small project: there's a protocol for sending some strings via UDP implemented with standard C interface. Although it works pretty fine, I'd like to rewrite it with some ...
2
votes
1answer
212 views

Boost asio ConstBufferSequence - c++ Template Help

I am hoping for some guidance regarding C++ templates. I have been using the boost::asio library for communication over TCP. Thus far, I have been using storage containers built into the boost::asio ...
2
votes
1answer
235 views

How to check if SSL socket gets closed (async)

I've been using boost asio for networking for some time, but never for SSL sockets. Now i'm required to use SSL sockets and they work pretty fine. But i am not able to find out when a sockets get ...
2
votes
1answer
231 views

cannot convert from 'const boost::asio::const_buffers_1' to 'boost::asio::mutable_buffer'

bool Connection::Receive(){ boost::shared_ptr<std::string> buffer(new std::string()); socket_.async_receive(boost::asio::buffer(*buffer), boost::bind(&Connection::handler, this, ...
2
votes
1answer
400 views

boost asio class errors and a question!

How can I convert this boost::asio::async_read(socket_,boost::asio::buffer((char*)buffer, 1000), boost::bind(&Connection::Receive, this, ...
2
votes
2answers
331 views

Flushing all asynchronous handlers in Asio

I'm running some tests that need asynchronous communication, and the underlying framework is Asio. Sometimes, a handler is kept in the processing loop even if the test has been tore down, for good ...
2
votes
1answer
326 views

Help needed to reconnect a socket with Boost asio in Windows

I'm having trouble when connecting a socket to an endpoint after being connected to another. This is the situation: a) The boost::asio::ip::tcp::socket is connected to a remote host (say ...
2
votes
2answers
275 views

How do I get an SSL* from Boost.ASIO?

I'm implementing a client SSL connection via Boost.ASIO. According to the reference book I'm using, I need to call SSL_get_verify_result to ensure that everything's okay with the server certificate. ...
2
votes
1answer
401 views

aio.h aio_read() and write memory leak

I'm trying to read and write asynchronously to disk in C++ (using the posix aio library in Ubuntu 10.04), following the directions outlined here: aio tutorial. I can asynchronously read and write, ...
2
votes
1answer
524 views

problem with some boost asio code

Ultimately I'm trying to transfer buffers from one machine to another. The code below takes stream of <id><size><data with size bytes> and reads the part in the handleReadHeader ...
2
votes
2answers
342 views

boost::asio hangs in resolver service destructor after throwing out of io_service::run()

I'm using a fairly simple boost::asio set-up, where I call io_service.run() from the main thread. I have a tcp resolver, and use async resolve to look up an address. When that look-up fails, I throw ...
2
votes
1answer
939 views

Will Asio or Boost.Asio works in iPhone or Android?

Anyone know will Asio or Boost.Asio can be used in iPhone or Android development? I'm thinking to use it so I don't need to use difference network library for difference platform if it is cross ...
2
votes
2answers
306 views

boost::asio and socket ownership

I've two classes (Negotiator, Client), both has their own boost::asio::ip::tcp::socket. Is there a way to transfer socket object to Client after negotiation is finished. I'm looking forward to do ...

1 2 3 4