priyanka sriyapareddy

Forum Replies Created

Viewing 3 replies – 1 through 3 (of 3 total)
  • Author
    Replies
  • in reply to: performance issue with pdl-tcpip #76685

    It is a persistent FTP Connection .

    Is the fileset-local single threaded?

    We currently write each message on the ftp server.

    An alternative we are thinking of is to write all the messages to the local file system and then transfer the files to the ftp server at one time.This will reduce the number of writes on the ftp server.

    If i use a fileset-local on the receiving side,can i multi thread on this?

    in reply to: performance issue with pdl-tcpip #76683

    I put them in two different processes.It did not improve the performace significantly but i can see that the first thread is receiving the messages very fast from the sender.The thread that is ftping the messages is the bottleneck since that is sending them one message at a time to the ftp server.Is there a way i can multithread the ftp thread?

    Please let me know.

    in reply to: ftp code in a upoc #76638

    Thank you for your responses.I have tried option 1 using TclCurl and that has worked for me.I have not tried option 2.Would it be possible to show some sample code which demonstrates the usage of option 2?

Viewing 3 replies – 1 through 3 (of 3 total)