Discussion:
[asio-users] writing sync. on same thread as reading thread
Pierre Belzile
2012-03-02 21:45:53 UTC
Permalink
RR<***@gmail.com>,

This sounds very similar to a problem I encountered and posted last
month. I was also working on 1.48 on a multicore 64 bit. It looks like
the latest changes in the code have caused an "edge" to be missed in the
edge-triggered epoll. I went back to 1.47 and everything works fine.

Pierre
Gruenke, Matt
2012-03-02 21:59:28 UTC
Permalink
Perhaps asio needs more unit tests.

If you file a bug on this, consider attaching a test case with the suggestion that it be used in the regression tests.


Matt



-----Original Message-----
From: Pierre Belzile [mailto:***@idilia.com]
Sent: Fri 3/2/2012 4:45 PM
To: asio-***@lists.sourceforge.net
Subject: Re: [asio-users] writing sync. on same thread as reading thread

RR<***@gmail.com>,

This sounds very similar to a problem I encountered and posted last
month. I was also working on 1.48 on a multicore 64 bit. It looks like
the latest changes in the code have caused an "edge" to be missed in the
edge-triggered epoll. I went back to 1.47 and everything works fine.

Pierre
RR
2012-03-05 20:14:36 UTC
Permalink
Post by Gruenke, Matt
Perhaps asio needs more unit tests.
If you file a bug on this, consider attaching a test case with the
suggestion that it be used in the regression tests.
Matt
-----Original Message-----
Sent: Fri 3/2/2012 4:45 PM
Subject: Re: [asio-users] writing sync. on same thread as reading thread
This sounds very similar to a problem I encountered and posted last
month. I was also working on 1.48 on a multicore 64 bit. It looks like
the latest changes in the code have caused an "edge" to be missed in the
edge-triggered epoll. I went back to 1.47 and everything works fine.
Pierre
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
asio-users mailing list
https://lists.sourceforge.net/lists/listinfo/asio-users
_______________________________________________
Using Asio? List your project at
http://think-async.com/Asio/WhoIsUsingAsio
I have no problems with filing a bug report but I don't know the
proper etiquete regarding that. I was hoping an ASIO developer would
read this and provide direction.
Arash Partow
2012-03-05 21:40:20 UTC
Permalink
Post by RR
I have no problems with filing a bug report but I don't know the
proper etiquete regarding that. I was hoping an ASIO developer would
read this and provide direction.
Was wondering if you still see this problem in 1.49?
RR
2012-03-05 21:49:37 UTC
Permalink
Post by Arash Partow
Post by RR
I have no problems with filing a bug report but I don't know the
proper etiquete regarding that. I was hoping an ASIO developer would
read this and provide direction.
Was wondering if you still see this problem in 1.49?
------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
asio-users mailing list
https://lists.sourceforge.net/lists/listinfo/asio-users
_______________________________________________
Using Asio? List your project at
http://think-async.com/Asio/WhoIsUsingAsio
Yes, that is where I saw it first and then worked my way backwards.
Loading...