Re: [Dev] GSoC Project: HTTP Load Balancer on Top of WSO2 Gateway Discussion

2016-08-22 Thread Isuru Ranawaka
Hi Venkat, As Kasun mentioned you have done great job and thanks for all the hard work you did. We are looking forward to work with you in future as well. Thanks On Tue, Aug 23, 2016 at 2:05 AM, Kasun Indrasiri wrote: > > > On Thu, Aug 18, 2016 at 9:09 AM, Venkat Raman

Re: [Dev] GSoC Project: HTTP Load Balancer on Top of WSO2 Gateway Discussion

2016-08-22 Thread Kasun Indrasiri
On Thu, Aug 18, 2016 at 9:09 AM, Venkat Raman wrote: > Hi All, > > This project has been added to WSO2 Incubator > and I've been > given membership to the same :D > > Would like to thank you all for your kind support

Re: [Dev] GSoC Project: HTTP Load Balancer on Top of WSO2 Gateway Discussion

2016-08-11 Thread Kasun Indrasiri
Venkat.. please check whether this is bounded by the contention in a map or something... may be that's why it slows down when we have multiple endpoints. On Thu, Aug 11, 2016 at 2:43 AM, Venkat Raman wrote: > Hi Isuru, > > Please find the attached bench mark results that

Re: [Dev] GSoC Project: HTTP Load Balancer on Top of WSO2 Gateway Discussion

2016-08-09 Thread Kasun Indrasiri
Hi Venkat, The drop of the performance of LB compared to GW Framework seems to be way too much. I think we can't afford to lose nearly 50% of throughput because of the LB components. Let's try to identify the bottlenecks related to LB code. On Tue, Aug 9, 2016 at 4:18 PM, Venkat Raman

Re: [Dev] GSoC Project: HTTP Load Balancer on Top of WSO2 Gateway Discussion

2016-08-08 Thread Kasun Indrasiri
- Compare GW framework perf vs LB (need to identify if any perf impact from the LB related code). - Identify the reason for the apparent perf bottleneck with high concurrency. On Mon, Aug 8, 2016 at 10:55 AM, Venkat Raman wrote: > Hi Kasun, > > Please find the latest

Re: [Dev] GSoC Project: HTTP Load Balancer on Top of WSO2 Gateway Discussion

2016-08-03 Thread Isuru Ranawaka
Hi venkat, Yes we can. lets have a call today around 9.30 p.m On Thu, Aug 4, 2016 at 9:34 AM, Venkat Raman wrote: > Hi Isuru, > > Good morning. Yesterday night, I spoke with Kasun regarding the latest > update on bench-mark results. Even without any locking performance

[Dev] GSoC Project: HTTP Load Balancer On Top Of WSO2 Gateway Discussion

2016-07-27 Thread Kasun Indrasiri
Hi Venkat, As per the benchmark results, the results that you get for LB seems to be constrained by the performance of the backend. So, I would like suggest you to use a backend that performs better. @Ranwaka : Can you share the backend service that you used for benchmarking our HTTP transport?

Re: [Dev] GSoC Project: HTTP Load Balancer On Top Of WSO2 Gateway Discussion

2016-07-23 Thread Kasun Indrasiri
Hi Venkat, Scheduled a meeting on Monday. On Sat, Jul 23, 2016 at 5:06 AM, Venkat Raman wrote: > I missed to mention about test environment. > > OS Ubuntu 16.04 64 bit - VM > 4 GB RAM, 4 Cores > > Host Machine is Macbook Pro 16GB RAM > > Also kindly find the attached

Re: [Dev] GSoC Project: HTTP Load Balancer On Top Of WSO2 Gateway Discussion

2016-07-10 Thread Isuru Ranawaka
Hi Venkat I have scheduled a call on monday 9 30 p.m On Sat, Jul 9, 2016 at 9:43 PM, Venkat Raman wrote: > Oh okay Kasun. :) > > > > > *Thanks,* > *Venkat.* > > On Sat, Jul 9, 2016 at 9:36 PM, Kasun Indrasiri wrote: > >> That's fine. I was referring to

Re: [Dev] GSoC Project: HTTP Load Balancer On Top Of WSO2 Gateway Discussion

2016-07-07 Thread Isuru Ranawaka
Hi Venkat, SSL OFFLOAD thing I can't see https is enabled. On Wed, Jul 6, 2016 at 10:11 PM, Venkat Raman wrote: > Hi Isuru, > > I'm blocked by this issue from yesterday. We need have a small > discussion ASAP. I'll try to explain the scenario more clearly here than I >

Re: [Dev] GSoC Project: HTTP Load Balancer On Top Of WSO2 Gateway Discussion

2016-06-28 Thread Kasun Indrasiri
Hi Venkat, Good progress indeed! Shall we do a demo/review on the current status and prioritize the features that we expect for the final evaluation. IsuruR will help you with arranging the meeting. On Mon, Jun 27, 2016 at 9:19 PM, Venkat Raman wrote: > Hi Isuru, > > Good

Re: [Dev] GSoC Project: HTTP Load Balancer On Top Of WSO2 Gateway Discussion

2016-06-19 Thread Isuru Ranawaka
Hi Venkat, Good progress. I will schedule a call or code review within this week. thanks On Mon, Jun 20, 2016 at 9:18 AM, Venkat Raman wrote: > Hi Isuru, > > Good morning. Kindly find the 4th week's progress. > > 1) Algorithm : a) Least Response Time > > Response

Re: [Dev] GSoC Project: HTTP Load Balancer On Top Of WSO2 Gateway Discussion

2016-05-29 Thread Isuru Ranawaka
Hi Venkat. Good.I will look at the implementation and setup a call for discuss next steps. thanks On Mon, May 30, 2016 at 10:27 AM, Venkat Raman wrote: > Hi Isuru, > > Good morning :) . Kindly find the 1st week's progress. > > 1) Implementation of Round-Robin algorithm

Re: [Dev] GSoC Project: HTTP Load Balancer On Top Of WSO2 Gateway Discussion

2016-05-25 Thread Ravi Undupitiya
Hi Venkat, Please find answers inline below. On Tue, May 24, 2016 at 9:29 PM, Venkat Raman wrote: > > > 1) Why are we pushing variables in carbon message variables stack..?? > One of the features of the language is to have variables we can declare and use throughout the