ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Servers as Processes

    Scheduled Pinned Locked Moved News
    virtualizationlinux
    10 Posts 4 Posters 1.6k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Reid CooperR
      Reid Cooper
      last edited by

      Imagine running servers as processes. Could be the future of Linux workloads.

      Bill KindleB 1 Reply Last reply Reply Quote 1
      • scottalanmillerS
        scottalanmiller
        last edited by

        Docker is huge in moving us in that direction.

        1 Reply Last reply Reply Quote 0
        • Bill KindleB
          Bill Kindle @Reid Cooper
          last edited by

          @Reid-Cooper said:

          Imagine running servers as processes. Could be the future of Linux workloads.

          The software I support uses a license server that runs like this. It's just a running process that listens on a port for license file requests.

          scottalanmillerS 1 Reply Last reply Reply Quote 0
          • scottalanmillerS
            scottalanmiller @Bill Kindle
            last edited by

            @Bill-Kindle said:

            The software I support uses a license server that runs like this. It's just a running process that listens on a port for license file requests.

            Um, but is it a full server? It sounds like you are describing a process.

            Bill KindleB 1 Reply Last reply Reply Quote 0
            • Bill KindleB
              Bill Kindle @scottalanmiller
              last edited by

              @scottalanmiller said:

              @Bill-Kindle said:

              The software I support uses a license server that runs like this. It's just a running process that listens on a port for license file requests.

              Um, but is it a full server? It sounds like you are describing a process.

              Define server. software or hardware?

              scottalanmillerS 1 Reply Last reply Reply Quote 0
              • DashrenderD
                Dashrender
                last edited by

                I guess I don't understand how you can get away from the server model unless you give each process it's own infrastructure to resources, and that seems like a huge duplication of work?

                Do I understand Docker correctly - does it work by siloing processes and using a single base OS image to run from? If that's true, what happens when you patch the base system? or can't you? instead you have to patch any base OS holes in silos?

                scottalanmillerS 1 Reply Last reply Reply Quote 0
                • scottalanmillerS
                  scottalanmiller @Bill Kindle
                  last edited by

                  @Bill-Kindle said:

                  Define server. software or hardware?

                  They mean a fully virtualized server running as a process. Not like what you are talking about. A server with its own application load. You are thinking of a service. Yes a service is a "server" but this is about SERVER like a full OS effectively.

                  Bill KindleB 1 Reply Last reply Reply Quote 0
                  • scottalanmillerS
                    scottalanmiller @Dashrender
                    last edited by

                    @Dashrender said:

                    Do I understand Docker correctly - does it work by siloing processes and using a single base OS image to run from? If that's true, what happens when you patch the base system? or can't you? instead you have to patch any base OS holes in silos?

                    Docker I believe that you can still patch separately. Zones can be patched separately.

                    1 Reply Last reply Reply Quote 0
                    • Bill KindleB
                      Bill Kindle @scottalanmiller
                      last edited by Bill Kindle

                      @scottalanmiller said:

                      @Bill-Kindle said:

                      Define server. software or hardware?

                      They mean a fully virtualized server running as a process. Not like what you are talking about. A server with its own application load. You are thinking of a service. Yes a service is a "server" but this is about SERVER like a full OS effectively.

                      Okay I see what you are saying now. This is what Docker is right? (didn't see the below reply)

                      scottalanmillerS 1 Reply Last reply Reply Quote 0
                      • scottalanmillerS
                        scottalanmiller @Bill Kindle
                        last edited by

                        @Bill-Kindle said:

                        Okay I see what you are saying now. This is what Docker is right? (didn't see the below reply)

                        Correct. It is a "container" rather than virtualization. Similar, but slightly different.

                        1 Reply Last reply Reply Quote 0
                        • 1 / 1
                        • First post
                          Last post