On 2/14/07 9:04 PM, Mathieu Langlois at [EMAIL PROTECTED] wrote: > Personally i would write 1 thread that would manage the classes and call the > methods. A timer would work too, but it would block your event loop while > your thousands of classes are handled.
Not if he created thousands of instances, but I don't know how RB would perform in that case. If it buckled on the kind of pressure, a thread with a queue would probably be better. __________________________________________________________________________ Kem Tekinay (212) 201-1465 MacTechnologies Consulting Fax (914) 242-7294 http://www.mactechnologies.com Pager (917) 491-5546 To join the MacTechnologies Consulting mailing list, send an e-mail to: [EMAIL PROTECTED] _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
