• 無門關
    link
    23 years ago

    I at first thought this was about the PCP drug

  • @DBGamer
    link
    13 years ago

    For reference what is 1,400 requests/sec for an hour and half like to native PHP 8.x executions?

    Because I could see that being the “#1 question” of considering just how “good” it is really as being a true PHP replacer.

    • ☆ Yσɠƚԋσʂ ☆OPM
      link
      13 years ago

      Not sure how this compares to using PHP directly, but I imagine there is some overhead involved in translating the code. However, if PCP performance is sufficient for your particular use case then that’s what matters in at the end of the day. The main goal of the project is to allow Clojure developers to target PHP hosting that tends to be very affordable.

      • @DBGamer
        link
        13 years ago

        I mean a VPS/VM are quite affordable these days to be honest. It’s not that hard to get a 1GB RAM one for the price of a reputable shared plan.

        • ☆ Yσɠƚԋσʂ ☆OPM
          link
          13 years ago

          I don’t see any harm in having more deployment options, and being able to run a bunch of small sites on a cheap PHP host is handy in my opinion. JVM does tend to be piggish in my experience, and a single app will likely eat up your 1GB host.

          • @DBGamer
            link
            13 years ago

            No shared host in their right minds is gonna let you consume 1GB if not more on a $3/month or less plan. It would not be profitable for them to do so and hence where VPSes comes in.

            The reason a VPS host can however is because their Virtualizor (or similar) licenses are literally like $10/node or less. So they can afford to give you more “bangs for your bucks” Unlike Cpanel/DirectAdmin/etc, CloudLinux, Immunifiy365, etc.

            • ☆ Yσɠƚԋσʂ ☆OPM
              link
              13 years ago

              Right, but you wouldn’t need 1GB a month for running on PHP right. The whole goal here is to leverage this dirt cheap hosting easily for small web apps. For anything more serious there’s the VPS. The other aspect that’s worth noting is maintenance, once you set up a VPS you’re going to have to do at least some minimal system administration like security patches.

              • @DBGamer
                link
                13 years ago

                Actually I barely need to logs into my VPS for gaming thanks to Unattended Upgrades. Sure it’s not “sysadmin free” and you gotta know what’s your doing but it SURELY gotten easier over the years with that, docker, snaps, etc etc etc.

                • ☆ Yσɠƚԋσʂ ☆OPM
                  link
                  23 years ago

                  Sure, but I still don’t see what the problem is with having more options for cheap hosting is. :)