Slowness to Hang-up - WeOnlyDo Discussion board

Slowness to Hang-up (General questions)

by michael090, Wednesday, November 17, 2004, 08:12 (7110 days ago)

Hi,
I'm trying to upload simultaneous file using SFTP. But after a proccess of upload and finish. Then transfer again simultaneously a file it seems the programs become slow and then hang-up... Is there a way to prevent this and allow the program to upload files simulataneously another after another?


Regards,
Dan

Re: Slowness to Hang-up

by wodSupport, Wednesday, November 17, 2004, 10:09 (7110 days ago) @ michael090

Michael,

can you send me your code again? I'd like to see it - not much I can say what could be causing this. You can do only one transfer at a time, and you must wait for previous to finish before you can initiate new one.

Re: Slowness to Hang-up

by michael090, Thursday, November 18, 2004, 02:23 (7109 days ago) @ wodSupport

Sir,
I'd already sent an email attached with the code I'm creating with this problem.

Thanks for all your help.

Re: Slowness to Hang-up

by wodSupport, Thursday, November 18, 2004, 02:35 (7109 days ago) @ michael090

Ok, got it, changed it back so it doesn't work in blocking mode. Should work much nicer :)

Re: Slowness to Hang-up

by michael090, Thursday, November 18, 2004, 02:50 (7109 days ago) @ wodSupport

When should i change blocking =false? After a folder uploaded?

Re: Slowness to Hang-up

by wodSupport, Thursday, November 18, 2004, 02:52 (7109 days ago) @ michael090

Didn't you receive my email? I sent you full app based on your sample.

Basically, change Blocking = False prior to connect, and never touch it again..

Re: Slowness to Hang-up

by michael090, Thursday, November 18, 2004, 02:58 (7109 days ago) @ wodSupport

Oh, sorry for not paying attention. Just receive ur email this minute...

Thanks again for the help & sorry for disturbing you...

Regards,
Dan