Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Cherokee: dev

Issue 635 in cherokee: RFE: Provide Litespeed SAPI Interface

 

 

Cherokee dev RSS feed   Index | Next | Previous | View Threaded


codesite-noreply at google

Nov 21, 2009, 3:44 AM

Post #1 of 9 (767 views)
Permalink
Issue 635 in cherokee: RFE: Provide Litespeed SAPI Interface

Status: New
Owner: ----

New issue 635 by binb...@b2host.de: RFE: Provide Litespeed SAPI Interface
http://code.google.com/p/cherokee/issues/detail?id=635

Could be intressting to have this.

http://litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:php:lsapi

http://www.litespeedtech.com/lsapi-downloads.html

It works for PHP and Ruby and would be much better than PHP FCGI.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
Cherokee-dev mailing list
Cherokee-dev [at] lists
http://lists.octality.com/listinfo/cherokee-dev


codesite-noreply at google

Nov 21, 2009, 4:29 AM

Post #2 of 9 (729 views)
Permalink
Re: Issue 635 in cherokee: RFE: Provide Litespeed SAPI Interface [In reply to]

Comment #1 on issue 635 by binb...@b2host.de: RFE: Provide Litespeed SAPI
Interface
http://code.google.com/p/cherokee/issues/detail?id=635

The LSAPI has been integrated officially into PHP 5.3.0 as well.
It supports dynamic spawning of children processes and supports killing of
idle
processes as I wrote as RFE in the task 470 (Kill idle information sources.

http://code.google.com/p/cherokee/issues/detail?id=470

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
Cherokee-dev mailing list
Cherokee-dev [at] lists
http://lists.octality.com/listinfo/cherokee-dev


codesite-noreply at google

Nov 21, 2009, 5:08 AM

Post #3 of 9 (733 views)
Permalink
Re: Issue 635 in cherokee: RFE: Provide Litespeed SAPI Interface [In reply to]

Comment #2 on issue 635 by ste...@konink.de: RFE: Provide Litespeed SAPI
Interface
http://code.google.com/p/cherokee/issues/detail?id=635

Where is the public API that the site talks about?

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
Cherokee-dev mailing list
Cherokee-dev [at] lists
http://lists.octality.com/listinfo/cherokee-dev


codesite-noreply at google

Nov 21, 2009, 9:12 AM

Post #4 of 9 (721 views)
Permalink
Re: Issue 635 in cherokee: RFE: Provide Litespeed SAPI Interface [In reply to]

Comment #3 on issue 635 by binb...@b2host.de: RFE: Provide Litespeed SAPI
Interface
http://code.google.com/p/cherokee/issues/detail?id=635

The API is included eg. within PHP 5.3.0 source tree in the subfolder
sapi/litespeed/

It is included in this file for older php version as well
http://www.litespeedtech.com/packages/lsapi/php-litespeed-4.10.tgz

To get impression of the protocol which is a bit like fcgi check lsapidef.h

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
Cherokee-dev mailing list
Cherokee-dev [at] lists
http://lists.octality.com/listinfo/cherokee-dev


codesite-noreply at google

Nov 21, 2009, 9:16 AM

Post #5 of 9 (727 views)
Permalink
Re: Issue 635 in cherokee: RFE: Provide Litespeed SAPI Interface [In reply to]

Comment #4 on issue 635 by ste...@konink.de: RFE: Provide Litespeed SAPI
Interface
http://code.google.com/p/cherokee/issues/detail?id=635

Usually 'protocols' work with documentation. I don't see any
documentation :)

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
Cherokee-dev mailing list
Cherokee-dev [at] lists
http://lists.octality.com/listinfo/cherokee-dev


codesite-noreply at google

Nov 21, 2009, 9:35 AM

Post #6 of 9 (719 views)
Permalink
Re: Issue 635 in cherokee: RFE: Provide Litespeed SAPI Interface [In reply to]

Comment #5 on issue 635 by binb...@b2host.de: RFE: Provide Litespeed SAPI
Interface
http://code.google.com/p/cherokee/issues/detail?id=635

Sorry, I didn't find a documentation of the protocol. But they say it's
build on the
architecture of fastcgi so it should normally work exactly the same way. :-)

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
Cherokee-dev mailing list
Cherokee-dev [at] lists
http://lists.octality.com/listinfo/cherokee-dev


codesite-noreply at google

Nov 21, 2009, 9:50 AM

Post #7 of 9 (724 views)
Permalink
Re: Issue 635 in cherokee: RFE: Provide Litespeed SAPI Interface [In reply to]

Comment #6 on issue 635 by ste...@konink.de: RFE: Provide Litespeed SAPI
Interface
http://code.google.com/p/cherokee/issues/detail?id=635

So we have to reverse engineer LightSpeed first...

Should I close this bug directly, or will you come back after you e-mailed
lightspeed
for some documentation?

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
Cherokee-dev mailing list
Cherokee-dev [at] lists
http://lists.octality.com/listinfo/cherokee-dev


codesite-noreply at google

Nov 21, 2009, 10:16 AM

Post #8 of 9 (725 views)
Permalink
Re: Issue 635 in cherokee: RFE: Provide Litespeed SAPI Interface [In reply to]

Comment #7 on issue 635 by binb...@b2host.de: RFE: Provide Litespeed SAPI
Interface
http://code.google.com/p/cherokee/issues/detail?id=635

I'll try to mail them so we can find out.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
Cherokee-dev mailing list
Cherokee-dev [at] lists
http://lists.octality.com/listinfo/cherokee-dev


cherokee at googlecode

Aug 26, 2010, 11:55 AM

Post #9 of 9 (388 views)
Permalink
Re: Issue 635 in cherokee: RFE: Provide Litespeed SAPI Interface [In reply to]

Updates:
Status: WontFix

Comment #8 on issue 635 by ste...@konink.de: RFE: Provide Litespeed SAPI
Interface
http://code.google.com/p/cherokee/issues/detail?id=635

Closed on requset ;)

_______________________________________________
Cherokee-dev mailing list
Cherokee-dev [at] lists
http://lists.octality.com/listinfo/cherokee-dev

Cherokee dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.