In Wso2 ESB 4.8.1, SFTP file movement is very slow - wso2

We are working using WSO2 ESB 4.8.1. We are trying to move the around 250 files of size just 4 KB each. It is taking more than 3 to 4 hours for the transfer. Can you please help on this.

Related

Libtorrent speed being capped at 1 MB/s

Hi I'm trying to develop a LibTorrent client based on the example client provided by the LibTorrent library(client_test.cpp) but I'm getting the strange behavior of being capped at 1 MB/s download and upload speed between machines. I've tried using the example client and changing all the settings to max, I've also tried using the client_test in high performance mode but I still get the speed cap. I know it's not a network issue as transferring a file between these machines over the network through Windows gives an average of ~100 MB/s. Could there be a setting I've been missing that's capped by default at 1 MB/s?
"transferring a file between these machines over the network through Windows", that's not the same as using the torrent protocol that can be throttled by isp's.
To test simply try the same .torrent in utorrent on the same machine.

WSO2 Carbon: An error has occured while accessing backend services

We have a big issue using WSO2 ESB, which could be a reason to go with another BUS.
Sometimes, without any reason, WSO2 stops working. It is not possible insert anything into it.
Normally you obtain a blank page as result of your try. But if you are lucky, the system could return this:
WSO2 Carbon: An error has occured while accessing backend services.
We have try to install a completely new WSO2 ESB without any relation with our WSO2 ESB. We have try to restart the server who stores it and install every app from the beginning, and it gets the same issue.
However, 2 or 3 days later, it is resolved by itself... no reason...
So we cannot be having this issue every week and wait 2 or 3 days to recover our work.
Any suggestion?
Thanks!
It maybe the issue I mentioned here - WSO2ESB 4.8.1 PassThroughHttpSender does not return thread to worker pool on exception the result of it is exactly the same. ESB stops processing any incoming connection because there are no available "worker" threads.

Do I need to patch my ESB (4.8.1)

The ESB (prod) has the following kernel service packs :
patch0000 to patch0005.
On the http://maven.wso2.org/nexus/content/groups/wso2-public/org/wso2/carbon/WSO2-CARBON-PATCH-4.2.0/ there are 12 kernel patches.
Do I need to patch the remaining , and do I need to do it one by one?
No need to added those kernel patches, as those are belong to other products. You may use WSO2 ESB 4.9.0

Azure Connection on Intel Galileo

I'm looking to connect an Intel Galileo to Azure through The Windows 8 version for the Internet of things.
I'm looking to store sensor data such as temperature and humidity in Azure, and have some form of message passing from an app on a phone to the service in Azure and on to the board (and back again).
There are plenty of examples doing this for apps etc, but I can't find anything on doing it with the Galileo. I'm pretty novice when it comes to Azure. Any suggestions would be appreciated.
Cheers!
You can use AMQP 1.0 and Azure Service Bus (Event Hubs or Topics). Apache Qpid Proton can be runned on Intel Galileo and Windows 8.
Please, consult Connect The Dots project and its pull requests for more examples.

How do I monitor ColdFusion in Resin?

I have ColdFusion 8 installed on resin-3.1.9 (Linux). On my standalone ColdFusion server, I can use /opt/coldfusion8/bin/cfstat to monitor active and queued requests.
On Resin, with ColdFusion 8 installed as a multi-server install, I don't know how to get this information. Can someone help me?
I have tried server monitor through ColdFusion 8 and it doesn't show me the queued request. I can't even find that information in FusionReactor.
I tried using <statistics-enable>true</statistics-enable> in /opt/resin/conf/resin.conf; however, I don't know where that information is outputted and if it would even help me.
According to ColdFusion 8 system requirements, Resin is not supported.
You may want to use one of the followings to save you some trouble:
WebLogic 8.1, 9.2, 10
WebSphere 5.1.1, 6.1, 6.1
Oracle Application Server 10g R1-R3
JRun 4 Updater 7
JBoss 4.0.3, 4.0.5, 4.2
You might look at FusionReactor, it lists Railo Resin support, so it might work for ColdFusion Resin, and you could use the trial to test it, or just ask them.