Re: has anyone used multithreaded PHP appserver.io for application? [message #183370 is a reply to message #183365] |
Mon, 21 October 2013 12:02 |
Jerry Stuckle
Messages: 2598 Registered: September 2010
Karma:
|
Senior Member |
|
|
On 10/21/2013 5:44 AM, Arno Welzel wrote:
> Am 21.10.2013 03:00, schrieb Jerry Stuckle:
>> On 10/20/2013 3:00 PM, Arno Welzel wrote:
>>> Jerry Stuckle, 2013-10-20 16:40:
>>>
>>>> On 10/20/2013 10:35 AM, Arno Welzel wrote:
>>>> > Jerry Stuckle, 2013-10-15 02:43:
>>>> >
>>>> >> On 10/14/2013 10:38 AM, Nay Min wrote:
>>>> >>> Hi Php Developer,
>>>> >>>
>>>> >>> I like to know has anyone already use opensource appserver.io multithread Php server, it sound like we do not need #nginx #apache server anymore and faster load time.
>>>> >>>
>>>> >>> Regards,
>>>> >>> Nay Min
>>>> >>>
>>>> >>
>>>> >> Nope, but then my Apache servers do a lot more than just load PHP pages.
>>>> >
>>>> > Seems you don't know the difference between an application server and a
>>>> > web server. Anyway - appserver.io also does a lot more than just loading
>>>> > PHP scripts. At least it sounds promising - a bit like Ruby on Rails in
>>>> > PHP ;-)
>>>> >
>>>> > Also see:
>>>> >
>>>> > <http://www.sitepoint.com/interview-appserver-io-crew/>
>>>> > < http://www.dev-metal.com/postmodern-php-appserver-io-multithreaded-applicat ion-server-php-written-php/>
>>>> > <http://thestartuppitch.com/pitches/pitch-for-appserver-io/>
>>>> >
>>>> >
>>>>
>>>> No, I'm not mixing them up. But Apache can also be used as an
>>>> application server - and much more efficiently. It does a lot more than
>>>> just load PHP pages.
>>>
>>> The only application server I know in the context of Apache is Geronimo
>>> (<http://geronimo.apache.org/>) including Tomcat. Maybe you should
>>> clarify what you mean by "application server".
>>>
>>>
>>
>> Applications are just another URI. Apache can server applications just
>> as easily as it can server web pages.
>
> "Applications are just another URI"... that's your definition of
> "application server"? I see.
>
> And by "serving applications" you mean using Apache to pass requests to
> PHP, Tomcat, Phusion Passenger etc. or building your own modules in C/C++?
>
>
>
No, that is not MY definition of an application server. That is the
definition of a network resource - of which an application is one type
of resource.
And ANY application server passes requests to various applications. It
doesn't do the work itself.
But I see you don't understand how an application server works. It figures.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
|
|
|