Project

General

Profile

Activity

From 06/04/2015 to 07/03/2015

06/16/2015

01:41 PM Feature #2565 (In Progress): Implement async operations for Face.processEvents
Regarding note #33, here how I did the override for onData in expressInterest to submit it to the thread pool:<br>
h...
Anonymous
11:08 AM Task #2860 (In Progress): expressInterest should queue interests while async I/O is connecting
See the the following commit. In expressInterest, save interests in onConnectedCallbacks_ while connecting and send t... Anonymous

06/11/2015

03:43 PM Feature #2565: Implement async operations for Face.processEvents
I did some tests on my Raspberry Pi using "top" for the client app which sends an interest and waits for the reply. T... Anonymous

06/09/2015

03:39 PM Bug #2869: NFD Restart Breaks Face Socket
Hi Andrew. Your option number 2 looks like feature request #2075 for the library to inform the application when the c... Anonymous
03:06 PM Bug #2869 (Closed): NFD Restart Breaks Face Socket
If a Face is connected to a remote NFD using TcpTransport, an NFD restart will break the TCP socket. If the default c... Andrew Brown

06/08/2015

03:34 PM Task #2860 (Closed): expressInterest should queue interests while async I/O is connecting
If an application calls expressInterest several times, the library needs to connect on the first call. With blocking ... Anonymous
09:30 AM Feature #2565: Implement async operations for Face.processEvents
Yes, makes sense; like we talked about on the phone, some CPU usage benchmarks between the AsyncSocketChannel and the... Andrew Brown

06/05/2015

12:31 PM Feature #2565: Implement async operations for Face.processEvents
I want to keep the base class agnostic about which (if any) thread pool implementation is being used. So I don't want... Anonymous
10:03 AM Feature #2565: Implement async operations for Face.processEvents
From slide 6 and slide 27 at http://openjdk.java.net/projects/nio/presentations/TS-4222.pdf: I read that to mean that... Andrew Brown

06/04/2015

11:39 AM Feature #2565: Implement async operations for Face.processEvents
- you have the setIsRemoved() on the PIT entries; have you thought of just setting that and not removing the entry im... Anonymous
 

Also available in: Atom