Was hoping to use a simple thread queue to make a bunch of SOAP calls all at once (or at least 10 or so at a time)> I've done some digging and see that thread is disabled on the platform. Can anyone suggest an alternative? Running my ~300 calls synchronous makes my web app almost unusable. Would like to avoid importing the entire db back end I'm using on a scheduled task since the data is edited often. Any other suggestions would be appreciated.