ARMARTODO
From DigitalBlacksmith
Contents |
[edit] TO DO
A collection of shortcuts, gotchas and other places where I need to spend more time.
Note to self-->If you are having errors -- check here!
[edit] Overlapped IO in pipes
I changed the named pipe server to use overlapped IO. As a result I should relook each client to use overlapped IO. As of now only the DisplayController and CARTagObject in the MOD uses a client with overlapped IO. The others (Hook::ARTagThread, MOD::CARTagSprite) do not..yet
--Admin 20:40, 7 March 2008 (EST)
[edit] Maximum NamedPipe instances
Currently the ARMARMessageServer only has 25 instances of named pipes. There is one named pipe for each:
- Hook::ARTagThread
- Hook::DisplayController (if enabled)
- MOD:CDisplayController (if enabled)
- Each CARTagModel
- Each CARTagSprite
--Admin 20:37, 7 March 2008 (EST)
