View Issue Details

IDProjectCategoryView StatusLast Update
0000023Timekoin ServerPerformance Issuepublic2012-06-27 02:39
ReporterKnightMB Assigned ToKnightMB  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version1.3 
Target Version1.4Fixed in Version1.4 
Summary0000023: Timekoin does not close a connection after polling a peer for hash or transaction data
DescriptionTimekoin does not close the connection after making a connection to another peer to retrieve hash or transaction data. This can cause the build up of "open" connections at the peer end, which if the peer is busy enough, might overload a system with connection limits (like Windows) to where it is not accessible until the connections clear after 15 seconds.
TagsNo tags attached.

Activities

KnightMB

2012-06-27 02:39

administrator   ~0000021

Each query or poll is set to request the connection to close as soon as the data is delivered instead of remaining open until the server timeout kicks in. Reducing the load on the the other peers across the network.

Issue History

Date Modified Username Field Change
2012-06-26 00:36 KnightMB New Issue
2012-06-26 00:36 KnightMB Status new => assigned
2012-06-26 00:36 KnightMB Assigned To => KnightMB
2012-06-26 00:36 KnightMB Status assigned => acknowledged
2012-06-27 02:39 KnightMB Note Added: 0000021
2012-06-27 02:39 KnightMB Status acknowledged => resolved
2012-06-27 02:39 KnightMB Fixed in Version 2.41 => 1.4
2012-06-27 02:39 KnightMB Resolution open => fixed