Buffer response in apache with mod_wl
Hello,
we're going into troubles with slow internet connection. We have application which returns several MB of data. Clients sometimes download it in more than 12 minutes. We also monior all STUCK threads and these long downloads make false positivity alerts.
Our architecture is simple:
client <-- inet --> apache with mod_wl_22 <--> WLS
Is there some hidden parameter in mod_wl_22 configuration for increase internal buffer so whole response from WL will be buffered on apache which handles the problematic communication with client?
Thanks for suggestions
Luf
we're going into troubles with slow internet connection. We have application which returns several MB of data. Clients sometimes download it in more than 12 minutes. We also monior all STUCK threads and these long downloads make false positivity alerts.
Our architecture is simple:
client <-- inet --> apache with mod_wl_22 <--> WLS
Is there some hidden parameter in mod_wl_22 configuration for increase internal buffer so whole response from WL will be buffered on apache which handles the problematic communication with client?
Thanks for suggestions
Luf
0