Hi
I have written an application that retreives a list of folders using ListNodes within a given area and loops through them to see if the folder already exists, from a passed in parameter. If the folder does not exist it creates it and updates the nickname, it also creates 5 sub-folders within that folder using CreateFolder.
I have tested this on a folder with 655 items and it is taking over 2 minutes to run. I have tried changing the tansfermode and several other configuration changes but to no avail. Is there anything I can do to enhance performance of the service.