php application server

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Michal Przytulski

    #1

    php application server

    Hi,
    I'm looking for a php application server witch can create standalone
    application on linux OS, somthing like java servlet or python twistd.
    This shoud be a complete framework with support for OOP in PHP 5.
    Now i found two solutions:

    and
    Download PHPlet for free. An Application Server written in PHP that serves PHP servet (PHPlet). PHPlet are similar to Java Servlet as they implements the init(), service(), destroy() methods.

    but first solution is only server, and secend is a old thing.
    I'm found http://www.vl-srm.net/ - but this works only with php4.

    If anyone have any idea...

  • rush

    #2
    Re: php application server

    "Michal Przytulski" <hivarge@gmail. com> wrote in message
    news:1122365767 .944063.245680@ g47g2000cwa.goo glegroups.com.. .[color=blue]
    > Hi,
    > I'm looking for a php application server witch can create standalone
    > application on linux OS, somthing like java servlet or python twistd.
    > This shoud be a complete framework with support for OOP in PHP 5.[/color]

    I have not checked it lately (when I did it was php4) but maybe roadsend php
    compiler?

    rush
    --




    Comment

    • Michal Przytulski

      #3
      Re: php application server

      Yes, i know that only forgot abouth this - only problem with that is
      the price - this is comertial tool - maybe something GPL ??

      Comment

      Working...