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:

http://cppcms.com

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

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -