Activity
From 02/27/2016 to 03/27/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!
 
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. ...
 - 
  
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... - 
  
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...
 - 
  
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... - 
  
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... - 
  
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... - 
  
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 ... - 
  
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?
... - 
  
  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...
 - 
  
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?
 - 
  
  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?
 - 
  
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 ...
 - 
  
  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...
 
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...
 - 
  
  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... - 
  
  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...
 - 
  
  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...
 - 
  
  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...
 - 
  
  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... - 
  
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 ...
 - 
  
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...
 - 
  
02:57 PM Feature #3500 (Closed): Add ability to use custom random number generators
 
Also available in: Atom