|
From: SourceForge.net <no...@so...> - 2004-11-11 20:40:22
|
Bugs item #587321, was opened at 2002-07-26 18:08 Message generated for change (Comment added) made by z3r0_one You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113124&aid=587321&group_id=13124 Category: Networking - HTTP >Group: Fixed - In Repository >Status: Closed Resolution: None Priority: 5 Submitted By: Raymond C. Rodgers (z3r0_one) Assigned to: Raymond C. Rodgers (z3r0_one) Summary: Themis deadlocks/hangs Initial Comment: With the most recent changes in the http protocol, a new locking system was introduced into the http add-on as well as the tcp protocol layer (which is included in the framework app, as well as in the http add-on). While it does usually work, there are frequent occasions at this time when the application will hit a deadlock situation: The http layer and tcp layer are both trying (and possibly succeeding) at locking access to their and each other's data and functions. This occasionally happens during the transfer of data from remote servers, but most frequently occurs on shutdown of the application. This will be resolved eventually, however other parts of the project have a higher priority at this time. ---------------------------------------------------------------------- >Comment By: Raymond C. Rodgers (z3r0_one) Date: 2004-11-11 12:40 Message: Logged In: YES user_id=91845 HTTP layer rewritten... This is no longer an issue. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113124&aid=587321&group_id=13124 |