[plt-scheme] Max Time for Embedded Scheme
On Oct 11, Richard Cleis wrote:
> I have embedded Mz in a 300Mhz Lippert X86 computer. It checks a UDP
> port in under 1 millisecond, but about every 10 seconds it uses 35ms
> (for this test, nothing is being sent to the port). Is this "extra"
> time GC related? Can it be reduced?
I can't give you a definite answer, but one way to check would be to
explicitly call `collect-garbage' more frequently. Another would be
to try the precise collector version (but I don't know how it's
runtime compares to the conservative one).
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://www.barzilay.org/ Maze is Life!