I made a Java service which invokes simultaneously n threads of the same service, and it works perfectly… but there is still a problem!
I have to find any way to reduce the duration of a huge ftp operation (including put and append instructions). When I use only one service, it takes 38h and it doesn’t even take the whole band-width… that’s why I wanted to use multithread.
the multiples instances of the service begin correctly, but everything goes wrong when all the services try to work with the ftp server…
so my questions are: has anyone resolved a similar problem?
is multithreading the best solution in this case?
thx…
#Integration-Server-and-ESB#webMethods#Flow-and-Java-services