| | RE: Tasks in RCX Tilman Sporkert
| | | (...) That highly depends on the programming environment, and the skills and preferences of the programmer. Thread creation and management is very easy in Java, and therefore, Java programmers tend to use threads more liberally for example. Dozens (...) (25 years ago, 21-Dec-99, to lugnet.robotics)
| | | | | | | | Re: Tasks in RCX Greg Crisp
| | | | | Not sure about the newer VM's, but the early Java systems got bogged down pretty quickly when you started to fire up lots of concurrent threads, particularly if you were doing 'real-time' type tasks such as animation or network access. This sort of (...) (25 years ago, 22-Dec-99, to lugnet.robotics)
| | | | | | |