B
Bob
Is it possible to disable garbage collection for a limited period of time
during a critical section of code? I did find the gcConcurrent runtime
setting, but from what I read, it can still halt your application. Our app
has a requirement to send a command in a specified period of time from the
press of a button. I want to ensure that GC does not get kicked off during
that time the button press event is active.
during a critical section of code? I did find the gcConcurrent runtime
setting, but from what I read, it can still halt your application. Our app
has a requirement to send a command in a specified period of time from the
press of a button. I want to ensure that GC does not get kicked off during
that time the button press event is active.