1

Is there any configuration for common-vfs to set the ThreadPool? I use this vfs in WSO2 ESB apache Synapse. I already look for the documentation etc, but i found nothing said about ThreadPool in vfs. So how can i configure it? Thanks, for your help :)

Community
  • 1
  • 1
Mari_Yaguchi
  • 477
  • 8
  • 25

1 Answers1

1

I added following config to bin/wso2server.bat at the long line 158:

-Dsnd_t_core=120 -Dsnd_t_max=600

This will work up to quite some vfs proxies. But I discovered that there are as much threads created as you configure the core. See the bug here.

Community
  • 1
  • 1
Philipp
  • 4,645
  • 3
  • 47
  • 80