multithreading - Which scripting language and web server to use for mulltithreading -


i new web programming

i need develop web page running on server, needs show progress status of 10 threads simultaneously. require sqlite database integration.

please tell me options available me choosing scripting language , web server [socket] development framework. suggest suitable.

thanks help

python excellent choice. has sqlite integrated documented here.

python has following features (and many others) integrated:

  • threading , synchronization
  • networking (sockets)
  • lots of web server (and web pages, etc) handling options

here page discusses several different python web server frameworks. im not familiar it, ive heard lots of things django.

another excellent choice ruby on rails. ruby scripting language , rails web server framework.


Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

asp.net mvc - Implementing normal user/pass, Twitter & Facebook auth -