OK +1 from me too, later after GSOC we can go to FCGI.
Nandika Jayawardana wrote:
+1 for starting with CGI.
Regards
Nandika
On Thu, May 15, 2008 at 10:53 PM, Samisa Abeysinghe <[EMAIL PROTECTED]> wrote:
IMHO, if we can only have CGI to start with within the GSOC time frame, that
would be q
+1 for starting with CGI.
Regards
Nandika
On Thu, May 15, 2008 at 10:53 PM, Samisa Abeysinghe <[EMAIL PROTECTED]> wrote:
> IMHO, if we can only have CGI to start with within the GSOC time frame, that
> would be quite an achievement.
> You can do the FCGI stuff after GSOC ;) That is the whole poin
IMHO, if we can only have CGI to start with within the GSOC time frame,
that would be quite an achievement.
You can do the FCGI stuff after GSOC ;) That is the whole point of GSOC,
make you a long time contributor :)
On the logging thing, yes it does not make sense at all to write
multiple log
Yes FCGI is far more better. I will first try to implement CGI as fast
as possible, probably there will be time left for FCGI, but FCGI as I
read is rather complicated and will take much more time.
Only problem is with log files in CGI, it a little stupid to make a new
file for every process, I'
Hi Nikola,
Do you think that within the given time frame you can implement both CGI and
FCGI? The initial idea of this project is to implement a CGI application.
But it turns out that FCGI is far better than CGI in the Axis2/C scenario.
So it's really great if you can implement both. But I think i
Nadir Amra wrote:
How about starting with CGI, then extending, if deemed necessary, to FCGI?
I think CGI is a standard, while fast-cgi is not, so you will get more
bang for the buck with CGI. In addition, there are some implementation of
CGI that does not suffer from the performance hits that
How about starting with CGI, then extending, if deemed necessary, to FCGI?
I think CGI is a standard, while fast-cgi is not, so you will get more
bang for the buck with CGI. In addition, there are some implementation of
CGI that does not suffer from the performance hits that is described here.
On Tue, May 13, 2008 at 11:47 PM, Samisa Abeysinghe <[EMAIL PROTECTED]> wrote:
> Nandika Jayawardana wrote:
> > I think FastCGI is the best option since it is widely used and solves
> > all the issues that we will get with CGI like performance. However if
> > SCGI is a widely used protocol I am ok
Nandika Jayawardana wrote:
I think FastCGI is the best option since it is widely used and solves
all the issues that we will get with CGI like performance. However if
SCGI is a widely used protocol I am ok with it.
How is the adoption of SCGI and what are the servers that support it ?.
Wh
I think FastCGI is the best option since it is widely used and solves
all the issues that we will get with CGI like performance. However if
SCGI is a widely used protocol I am ok with it.
How is the adoption of SCGI and what are the servers that support it ?.
What I was thinking was to let
Hy all,
Reading your performance article on http://wso2.org/library/3532
(nice results by the way) I think that building an CGI exec could cause
some amount of bottleneck (imagine hundreds of CGI parallel processess
running and starting and stoping 10k processes in second) , I know that
th
Hi Nikola,
In implementing the axis2 CGI app, you need to understand how axis2
server side works in the context of a web server deployment. I think
going through the source code of axis2 apache module will help you
understand what needs to be done. You can find the source for it at
"axis2c\src\co
:[EMAIL PROTECTED]
Sent: Tuesday, April 29, 2008 10:24 AM
To: Apache AXIS C Developers List
Subject: Re: GSOC: Axis2/C CGI
Supun Kamburugamuva wrote:
> Hi Nikola and devs,
>
> One of my concerns is the configuration loading in Axis2/C. Since we
> are going to implement an executable, we need
Supun Kamburugamuva wrote:
Hi Nikola and devs,
One of my concerns is the configuration loading in Axis2/C. Since we
are going to implement an executable, we need to load the
configuration each time a request comes to Axis2/C. Usually we have
one log file and concurrent requests need to access
Hi Nikola and devs,
One of my concerns is the configuration loading in Axis2/C. Since we are
going to implement an executable, we need to load the configuration each
time a request comes to Axis2/C. Usually we have one log file and concurrent
requests need to access this log file. In CGI multiple
Nikola Tankovć wrote:
Samisa Abeysinghe wrote:
Baxi, Rinilkumar (TCS) wrote:
Hi Dinesh,
Yes, I am not working on GSoC project. I just want to discuss the
design so we can implement the better design.
Excellent! I was a bit confused earlier.
Samisa...
Of course Rinil all opinions and
Samisa Abeysinghe wrote:
Baxi, Rinilkumar (TCS) wrote:
Hi Dinesh,
Yes, I am not working on GSoC project. I just want to discuss the
design so we can implement the better design.
Excellent! I was a bit confused earlier.
Samisa...
Of course Rinil all opinions and collaborations are welcome,
*From:* Dinesh Premalal [mailto:[EMAIL PROTECTED]
*Sent:* Monday, April 28, 2008 7:00 PM
*To:* Apache AXIS C Developers List
*Subject:* Re: GSOC: Axis2/C CGI
Hi Samisa,
2008/4/28 Samisa Abeysinghe <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>:
Baxi, Rinilkumar (TCS) wrote:
Subject: Re: GSOC: Axis2/C CGI
Hi Samisa,
2008/4/28 Samisa Abeysinghe <[EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]>>:
Baxi, Rinilkumar (TCS) wrote:
Hi Nikola,
Currently I am also working to implement CGI on Axis2/C. If possible we can
discuss and share the knowledge we have in this d
Hi Samisa,
2008/4/28 Samisa Abeysinghe <[EMAIL PROTECTED]>:
> Baxi, Rinilkumar (TCS) wrote:
>
> > Hi Nikola,
> >
> > Currently I am also working to implement CGI on Axis2/C. If possible we
> > can discuss and share the knowledge we have in this direction and design the
> > CGI library for Axis.
>
please shed some light on this?
Samisa...
What say ??
Regards,
Rinil
-Original Message-
From: Nikola Tankovć [mailto:[EMAIL PROTECTED]
Sent: Monday, April 28, 2008 5:30 PM
To: axis-c-dev@ws.apache.org
Subject: GSOC: Axis2/C CGI
Hy all, I will be implementing CGI as part of my GSOC
Nikola Tankovć wrote:
Hy all, I will be implementing CGI as part of my GSOC project,
Excellent! Welcome aboard!!
and I'm now studying Axis2 architecture
Good!.
as well as Axis2/C API documentation generated by Doxygen.
I do not think it is a good idea to keep on reading doxygen comments.
R
: Monday, April 28, 2008 5:30 PM
To: axis-c-dev@ws.apache.org
Subject: GSOC: Axis2/C CGI
Hy all, I will be implementing CGI as part of my GSOC project, and I'm now
studying Axis2 architecture as well as Axis2/C API documentation generated by
Doxygen.
If anybody has any comments or sugges
Hy all, I will be implementing CGI as part of my GSOC project, and I'm
now studying Axis2 architecture as well as Axis2/C API documentation
generated by Doxygen.
If anybody has any comments or suggestions regarding my project they are
all welcome and will be considered, so please just reply to t
24 matches
Mail list logo