Difference between revisions of "Vibed faq addition"

From D Wiki
Jump to: navigation, search
(Created page with "* how do I automatically terminate children when the parent has died? * how do I enable stack traces on segfault in Linux (info is there but not easy to find) * can I use util...")
(No difference)

Revision as of 17:55, 12 May 2015

  • how do I automatically terminate children when the parent has died?
  • how do I enable stack traces on segfault in Linux (info is there but not easy to find)
  • can I use utilities from vibed (like JSON handling) without using the vibed event loop?
  • how do I parse a JSON range into a struct
  • what is the relationship between vibed concurrency and dmd concurrency
  • when should I use fibers vs threads and new processes
  • what are the asynchronous library options and pros and cons of each - when to use which ?
  • how do I protect my vibed application using a proxy like nginx?
  • can I mix REST and manual routing for human-readable web pages in my application?
  • vibed terminates on error but I want my server application to keep running
  • does vibed work on ARM?