Diva Canto
|
ce1a87b784
Added overloaded LoadArchSpecificWindowsDll, to help addins load native libraries.
|
10 years ago |
Diva Canto
|
53c8318124
Added utility function that simplifies configuration loading of all addins.
|
10 years ago |
Justin Clark-Casey (justincc)
|
f54c70741b
Add "show threadpool calls active" console debug command.
|
10 years ago |
Justin Clark-Casey (justincc)
|
ec8d21c434
Label all threadpool calls being made in core OpenSimulator. This is to add problem diagnosis.
|
10 years ago |
Justin Clark-Casey (justincc)
|
72cb1cc7d6
Add "show threadpool calls" command to show count of all labelled smartthreadpool calls
|
10 years ago |
UbitUmarov
|
a301bad8ad
on util thread pool reduce the min number of threads, increase the
|
10 years ago |
Justin Clark-Casey (justincc)
|
41f2f3132b
For monitoring purposes, start non-timeout tasks (which do not currently use a threadpool) via Watchdog.RunInThread() rather than Util.RunThreadNoTimeout()
|
10 years ago |
Justin Clark-Casey (justincc)
|
1b75ec5647
Ignore whitespace when reading serialized XML objects.
|
10 years ago |
UbitUmarov
|
3e7f475e58
fix the damm thing
|
10 years ago |
Oren Hurvitz
|
48d1cca303
Better logging of threadpool activity in Overload mode: if we didn't log "Queue threadfunc" for a particular thread then don't log "Run threadfunc" or "End threadfunc" for that thread either.
|
10 years ago |
Oren Hurvitz
|
99ac770abb
Close streams immediately when we finish using them
|
10 years ago |
Justin Clark-Casey (justincc)
|
0c8f3dddd8
Use thread-safe version of .NET Random as the SDK class is not thread-safe.
|
10 years ago |
Justin Clark-Casey (justincc)
|
889194db63
Actually call Close() for shared region modules when the simulator is being shutdown.
|
10 years ago |
Melanie
|
a108fcac95
Restore overload mode accidentally disabled in a prior commit. Add a new
|
10 years ago |
Melanie
|
5dc0298f83
Apply logging flag to a spammy message that may have been overlooked.
|
10 years ago |
Oren Hurvitz
|
d1c3f8eef5
Added assets service method AssetsExist(), which returns whether the given list of assets exist.
|
10 years ago |
Oren Hurvitz
|
7a47c15edb
- Increased the threadpool timeout to 10 minutes
|
10 years ago |
Oren Hurvitz
|
f901a38204
Improved logging of HTTP requests
|
11 years ago |
Oren Hurvitz
|
4289b71141
Fixed unit tests due to changes in the threadpool
|
10 years ago |
Oren Hurvitz
|
e131e73652
Run slow operations in a separate thread, instead of using FireAndForget (which has a 1-minute timeout)
|
10 years ago |
Oren Hurvitz
|
84d7227dfd
Changed LogThreadPool to have 4 logging levels. Added console command "debug threadpool level" to set the logging level.
|
10 years ago |
Oren Hurvitz
|
b13214af27
Added a watchdog to abort slow threads in the main thread pool
|
11 years ago |
Oren Hurvitz
|
e735f76553
LogThreadPool: when the thread is for ProcessPacketMethod, also log the packet type
|
11 years ago |
Oren Hurvitz
|
4031933475
Refactored DebugFlagsEnum
|
11 years ago |
Oren Hurvitz
|
8555e54e22
Automatically start logging FireAndForget activity if the threadpool is full
|
11 years ago |
Oren Hurvitz
|
7c0ebcb984
Added debug flag: LogThreadPool. It makes us log every use of the main threadpool.
|
11 years ago |
Oren Hurvitz
|
89945f8829
Refactored: ExternalRepresentationUtils should be the only place where the "CreatorData" field is calculated, to ensure uniformity
|
11 years ago |
Oren Hurvitz
|
921f0052f4
Get the full viewer name even if it's (incorrectly) sent in the 'Channel' field
|
11 years ago |
Justin Clark-Casey (justincc)
|
cf97535d9e
Revert "Simplify DoubleQueue to eliminate redundant sempahore work."
|
10 years ago |
Justin Clark-Casey (justincc)
|
52b7b40034
Simplify DoubleQueue to eliminate redundant sempahore work.
|
10 years ago |