From: Tim Moore Subject: Lisp thread uses and limits Date: Message-ID: <9hbvva$d4r$0@216.39.145.192>
I'm curious about the limits in multithreaded Lisp implementations. How many threads usually get established at one time in a complex application? Tens? Hundreds? What's the implementation typical limit? What sort of limits on stack sizes are there? Would a stack of 128k or 256k be considered ridiculously small? Tim