I am aware of event driven I/O like select, poll, epoll, etc allow someone to build say a highly scalable web server, but I am confused by the details. If there is only one thread of execution and one
I have a web app that stores a large amount of text data. The db is currently increasing by 1GB a week. I expect this to grow exponentially as we get more customers, so 1GB this week, 2GB next week, 4
I\'ve had an idea for some time now to write a trading platform application similar to think or swim in Silverlight.
I\'m building a server application that needs to perform a lot of http requests to a couple other servers on an ongoing basis.Currently, I\'m basically setting up about 30 threads and continuously run
We are developing a website quite similar with ebay.com and in order to upgrade/maintain it without much effort we decided to split/isolate different parts of the website like ebay does too (e.g the i
I have a web application which currently has a bunch of users and use Asp.net Membership to create and manage users.
Let\'s say I have an Oracle database table of 40MM 9-digit ZIP codes which includes the 4-digit ZIP code for each.I have a list of 800 5-digit ZIP codes and I need to find all the associated 9-digit Z
I have these entity kinds: Molecule Atom MoleculeAtom Given a list(molecule_ids) whose lengths is in the hundreds, I need to get a dict of t开发者_StackOverflowhe form {molecule_id: list(atom_ids)
Currently I\'m working with an in house white label cms that we resell to multiple clients and it all runs from the same box/db.
Typically I use a database such as MySQL or PostGreSQL on the same machine as the application using it, which makes access easy and secure. I\'m just now building the first site that will have a separ