Hi Ruwan, > But I have fixed this, so that you can provide the > following properties in the synapse.properties file to change the > threshold values. > > synapse.temp_data.chunk.size > synapse.temp_data.chunk.threshold > > I will give a build on tomorrow with these changes and a detailed > description on using these properties.
Thank you very much. I'm not sure to which extend this will effect the performance, but I would like to rule this out. Could you please describe the two parameters a little bit! Please consider the following example. I expect response to be less than 50 kb, so I would like to set the buffer size to 64 kb. If I have a response <= 64 kb it won't be written to disc. Requests which are bigger than 64 kb will be written to disc in blocks of 64 kb. How would I use these parameters? Or do you use an approach where the size of the buffer will be something like chunk.size * chunk.number? But what is chunk.threshold? The maximal number of chunks? So the buffer size could also be chunk.size * chunk.threshold? Could you please clarify this? Thanks a lot! Regards, Eric _______________________________________________ Esb-java-dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
