lairtonb / jspf

Automatically exported from code.google.com/p/jspf
0 stars 0 forks source link

Discovery should support caching and parallel lookup #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In order to improve the speed of the service discovery, the RemoteDiscovery 
should do lookups in 
parallel. In addition, one of the parallel branches  should use cached 
information of the last run in 
order to check if one of the old devices is still alive. In many of our 
situations, this could reduce the 
waiting times to a minimum. 

Original issue reported on code.google.com by 200712@xeoh.net on 6 Nov 2009 at 10:26

GoogleCodeExporter commented 8 years ago

Original comment by 200712@xeoh.net on 8 Feb 2010 at 10:47

GoogleCodeExporter commented 8 years ago
Okay, we advanced one level: local lookups are supported since 0.9. Caching is 
still on my list.

Original comment by 200712@xeoh.net on 27 May 2010 at 3:24