C++ Server Framework: Interest and Market potential

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Peter Sommerlad

    C++ Server Framework: Interest and Market potential

    Hi,

    just a few questions:
    A) Do you know of any C++ Application Server frameworks, i.e. libraries,
    that make it easy to develop (Web) server applications?
    B) Would there be interest in such a thing?
    C) B) if it is open source?

    Yours
    Peter.

  • Mike Wahler

    #2
    Re: [OT, links] C++ Server Framework: Interest and Market potential


    Peter Sommerlad <psommerlad@his peed.ch> wrote in message
    news:3F017F83.4 0605@hispeed.ch ...[color=blue]
    > Hi,
    >
    > just a few questions:
    > A) Do you know of any C++ Application Server frameworks, i.e. libraries,
    > that make it easy to develop (Web) server applications?
    > B) Would there be interest in such a thing?
    > C) B) if it is open source?[/color]

    Just one question? Is your search engine broken?

    Typing in "Web Server C++" into google.com gives
    many promising hits, e.g.:


    -Mike



    Comment

    • Gianni Mariani

      #3
      Re: C++ Server Framework: Interest and Market potential

      Peter Sommerlad wrote:[color=blue]
      > Hi,
      >
      > just a few questions:
      > A) Do you know of any C++ Application Server frameworks, i.e. libraries,
      > that make it easy to develop (Web) server applications?
      > B) Would there be interest in such a thing?
      > C) B) if it is open source?
      >
      > Yours
      > Peter.
      >[/color]

      ACE
      CommonC++

      probably others ....

      Comment

      • Peter Sommerlad

        #4
        Re: C++ Server Framework: Interest and Market potential


        Well,
        I seemed to have asked the question wrong.

        Gianni Mariani wrote:
        [color=blue]
        > Peter Sommerlad wrote:[color=green]
        >> just a few questions:
        >> A) Do you know of any C++ Application Server frameworks, i.e. libraries,
        >> that make it easy to develop (Web) server applications?
        >> B) Would there be interest in such a thing?
        >> C) B) if it is open source?[/color][/color]
        [color=blue]
        > ACE
        > CommonC++[/color]

        I am well aware of both frameworks. However, they seem to be quite low
        level, compared to what I am thinking of. I was asking for something that
        has what they've got, plus also higher level abstractions, e.g.

        - a (HTTP) request handling engine
        - abstractions for requests, users, user roles, navigation maps, sessions
        - abstractions for pages, rendering, data access layers
        - built-in multi-threading (multi-)server abstraction with leader-follower
        - configurability (aka "no C++ programming necessary")

        better question? (I am ill, may be that hinders my brain from asking well)
        --
        Peter.

        Comment

        Working...