Alex
Performance Advice
My intuititon sent me directly to
NamedPipes
because previously I've needed to connect through the parent process to the child one, that could be running indefinitely and needed command inputs. It's not needed in this case since the child process will only be needed as long as the parent one exists.19 replies
Performance Advice
Only for confirmation on my theory;
There was something that supposedly needed to run every 250ms to ensure things were processed, but it didn't make sense to me and I questioned it; I looked into the code and changed some things in mine and now it only runs once
19 replies
Performance Advice
The dependency was made by someone a long time ago, and it's maintained by a few people on the development team. Unfortunately, the guy that initially made it did not document a very specific part of it and due to a few questionable choices it ends up taking up quite a bit of resources on the implementation which I'd like to avoid. I'm trying to keep the dependency usage to a minimum because of it.
19 replies