I have written a proxy server for Linux using Poco but have since been reading up on the various approaches to achieving TCP/IP server scalability. I will need the server to handle persistent connecti
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
The attached simple Java code should load all available cpu core when starting it with the right parameters. So for instance, you start it with
I am working on a software product with an integrated log file viewer. Problem is, its slow and unstable for really large files because it reads the whole file into memory when you view a log file. I\
I know that MongoDB can scale vertically. What about if I am running out of disk? I am currently using EC2 with EBS. As you know, I have to assign EBS for a fixed size.
Say I have a \"message\" table with 2 secondary indexes: \"recipient_id\" \"sender_id\" I want to shard the \"message\" table by \"recipient_id\". That way to retrieve all messages sent to a certa
I\'m building a JEE6 application with performance and scalability i开发者_JAVA百科n the forefront of my mind.
I was wondering if you could sharebest practices and common mistakes when it com开发者_开发问答es to making large numbers of time-sensitive web service calls.
I\'m using lighttpd as webserver for php application serve开发者_如何学JAVAr. The avg. load on this server is about 2-3. MySQL database is separated to another server (it\'s load ~0.4). How could I sc
what are the things a developer should keep in mind or should take care when depeloping a web application.