web services - Efficient C++ software stack for web development -
what c++ software stack developers use create custom fast, responsive , not resource hungry web services?
i'd recommend take on cppcms:
it exactly fits situation had described:
- performance-oriented (preferably web service) software stack
- for c++ web development.
- it should have low memory footprint
- work on unix (freebsd) , linux systems
- perform under high server load , able handle many requests great efficiency
- [as plan use in virtual environment] resources extent limited.
so far have come across staff wsf, boost, poco libraries. latter 2 used implement custom web server...
the problem web server 2% of web development there stuff handle:
- web templates
- sessions
- cache
- forms
- security-security-security - far being trivial
and more, why need web frameworks.
Comments
Post a Comment