Re: Connection Pooling in (S)FTP Component

2023-08-07 Thread ICS460-BAI
Hi, many thanks for the response! We decided to go for a custom connection pool solution Thanks and Regards Christian Dipl.-Ing. Christian Müller Software Engineer ICS460-BAI Am 02.08.23, 10:58 schrieb "Claus Ibsen" mailto:claus.ib...@gmail.com>>: Hi

Re: Connection Pooling in (S)FTP Component

2023-08-02 Thread Claus Ibsen
Hi Adding connection pooling is a bit hard as endpoints can have different login and other settings that would affect whether a connection can be reused by others or not. Especially for more general use-cases. However when you have a single FTP server as target and you may only use a few

Re: Connection Pooling in (S)FTP Component

2023-08-02 Thread ICS460-BAI
Hi Claus, ah sorry for that! But we do not find your response? Could you please copy/paste the response again Regards Christian Am 02.08.23, 08:47 schrieb "Claus Ibsen" mailto:claus.ib...@gmail.com>>: Hi I already replied to your first email On Wed, Aug 2, 2023 at 7:42 AM MÜLLER

Re: Connection Pooling in (S)FTP Component

2023-08-02 Thread Claus Ibsen
Hi I already replied to your first email On Wed, Aug 2, 2023 at 7:42 AM MÜLLER Christian (ICS460-BAI) wrote: > Hi, > > can somebody support us here please? > > We tried without pooling the connections and just using disconnect! > However with hundreds of flows these constant reconnects are too

Connection Pooling in (S)FTP Component

2023-08-01 Thread ICS460-BAI
Hi, can somebody support us here please? We tried without pooling the connections and just using disconnect! However with hundreds of flows these constant reconnects are too much for the servers Any idea what we can do here? Thanks Christian [signature_3350928388]

Connection Pooling in (S)FTP Component

2023-07-31 Thread ICS460-BAI
Hello, due to the fact that we have many transports on a single server we need the ability to pool/reuse ftp connections. Otherwise, we have to many reconnects or to many open connections! Do you have any recommendations how we can realize such a connection pool. We are currently trying to