Project

General

Profile

Activity

From 02/23/2016 to 03/23/2016

03/04/2016

11:44 AM Bug #3496 (Closed): WritePendingException from TestGetAsyncThreadPool on Windows
Andrews pull request is tested and merged to master. Thanks! Anonymous

03/03/2016

11:40 AM Feature #3500: Add ability to use custom random number generators
What is "first line" of my application? Not all apps start with main(). Android app can start from wherever class. ... Alex Afanasyev
11:27 AM Feature #3500: Add ability to use custom random number generators
Alex Afanasyev wrote:
> On what are you going to call "setRandom"? RNG can be used in many different places in th...
Andrew Brown
10:45 AM Feature #3500: Add ability to use custom random number generators
On what are you going to call "setRandom"? RNG can be used in many different places in the library (actually, I'm no... Alex Afanasyev
10:00 AM Feature #3500: Add ability to use custom random number generators
> > > Why not using Java's system properties? The same way java.logging is configured?
> >
> > It's not just choo...
Andrew Brown
09:33 AM Feature #3500: Add ability to use custom random number generators
> > Why not using Java's system properties? The same way java.logging is configured?
>
> It's not just choosing b...
Alex Afanasyev
09:19 AM Feature #3500: Add ability to use custom random number generators
Jeff Thompson wrote:
> A question about how the Java run time works for a normal static variable: If two different...
Andrew Brown
09:18 AM Feature #3500: Add ability to use custom random number generators
Alex Afanasyev wrote:
> Why not using Java's system properties? The same way java.logging is configured?
It's ...
Andrew Brown
09:17 AM Feature #3500: Add ability to use custom random number generators
Jeff Thompson wrote:
> I assume you mean that applications which use the same shared jar file can change the RNG?
...
Andrew Brown
09:11 AM Feature #3500: Add ability to use custom random number generators
A question about how the Java run time works for a normal static variable: If two different applications load the sam... Anonymous
09:00 AM Feature #3500: Add ability to use custom random number generators
Why not using Java's system properties? The same way java.logging is configured? Alex Afanasyev
08:45 AM Feature #3500: Add ability to use custom random number generators
I assume you mean that applications which use the same shared jar file can change the RNG? Anonymous
10:53 AM Bug #3496: WritePendingException from TestGetAsyncThreadPool on Windows
Added as a PR https://github.com/named-data/jndn/pull/10 so I could annotate the code; the test from the description ... Andrew Brown
01:13 AM Bug #3496: WritePendingException from TestGetAsyncThreadPool on Windows
Yes, push a change to demonstrate it. The wait/notify is already inside "synchronized (writingLock_)". If there is ye... Anonymous

03/02/2016

04:30 PM Bug #3496: WritePendingException from TestGetAsyncThreadPool on Windows
I tried your fix and it seemed to work; the recommended practice in Java is to wrap wait()/notify() with one of the c... Andrew Brown
01:19 PM Bug #3496 (In Progress): WritePendingException from TestGetAsyncThreadPool on Windows
Hi again Andrew. I put some code in the issue/3496-WritePendingException branch which works for me:<br>
https://gith...
Anonymous
12:26 PM Bug #3496: WritePendingException from TestGetAsyncThreadPool on Windows
... One of the top Google hits is the following where someone had to do just that - implement a send queue. Surely th... Anonymous
12:15 PM Bug #3496: WritePendingException from TestGetAsyncThreadPool on Windows
Hi Andrew. The previous notes for AsyncTcpTransport.send said "write is already async, so no need to dispatch." But I... Anonymous
10:44 AM Bug #3496: WritePendingException from TestGetAsyncThreadPool on Windows
WritePendingException is "thrown when an attempt is made to write to an asynchronous socket channel and a previous wr... Anonymous
10:38 AM Bug #3496 (Closed): WritePendingException from TestGetAsyncThreadPool on Windows
On Windows 7 (in a Parallels virtual machine) I run the following commands
mvn install
cd examples
m...
Anonymous
03:52 PM Feature #3500: Add ability to use custom random number generators
Put in a PR to help out; not very complex but one thing you may want to think about is that now any user with access ... Andrew Brown
03:36 PM Feature #3500: Add ability to use custom random number generators
On my machine, the use of SecureRandom blocks for 16 seconds while it waits for enough entropy to generate a seed. Af... Andrew Brown
02:57 PM Feature #3500 (Closed): Add ability to use custom random number generators
Andrew Brown
 

Also available in: Atom