| Commit message (Collapse) | Author | Files | Lines |
|
performance by removing locks, and replace LLUDPClientCollection
* Removed the confusing (and LL-specific) shutdowncircuit parameter from IClientAPI.Close()
* Updated the LLUDP code to only use ClientManager instead of trying to synchronize ClientManager and m_clients
* Remove clients asynchronously since it is a very slow operation (including a 2000ms sleep)
|
|
received
|
|
ForEach, which gets a copy of the Array. I think the ForEach was the big gorilla.
|
|
the 100-ppl load test in WP. We need to carefully play with this code in order to understand all the problems.
|
|
|
|
(immutable != concurrent write safety)
* Allow the UDP server to bind to a user-specified port again
* Updated to a newer version of OpenSimUDPBase that streamlines the code even more. This also reintroduces the highly concurrent packet handling which needs more testing
|
|
will prevent any potential problems from inconsistency between the internal collections
|
|
|
|
|
|
one was too lax and made the important login packets fail.
|
|
exceptions.
|
|
to occur.
|
|
although not everything is reimplemented yet
* Replaced logic in ThreadTracker with a call to System.Diagnostics that does the same thing
* Added Util.StringToBytes256() and Util.StringToBytes1024() to clamp output at byte[256] and byte[1024], respectively
* Fixed formatting for a MySQLAssetData error logging line
|