Hello All, Am developing in Visual Basic 6 and am trying to create multiple standalone Server EXEs (each running as its own process). The goal is to run an application on a scientific computing cluster with 1,000+ cores. Under WinXP I can create 500-600 or more processes simultaneously. Under Ubuntu Linux/Wine however, it appears to be limited to about 60. Trying to create additional Server processes at this point will gracefully exit. Any ideas on how to do a workaround or fix to get more simultaneous processes running? Thanks!