The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
54 views

High-load java server

I am making a multiplayer game. Now I am trying to choose the technology to connect the android devices to the server. The clients run on Android, and the game is MMORPG. I would like to write the ...
-2
votes
1answer
16 views

Order by number of views efficiently [closed]

I need to show product list ordered by number of views with filtering (2000-3000 requests per second). How to efficiently calculate, store and order by number of views?
0
votes
1answer
131 views

Building Turn-based Multiplayer Game Server

I started to make multiplayer game but as I have no expirience I tried it different ways but something doesn't feel right to me. So, I really need an advice about which ...
0
votes
1answer
59 views

Design of a high-load application [closed]

I'm going to create an application which will be used to process multiple streams of some data. The system is to give an opportunity of adding the new data streams and its processing methods. The ...
0
votes
0answers
459 views

High CPU Usage in php-fpm

We have very strange problem on our Web-project. We use: 2 Intel(R) Xeon(R) CPU E5520 @ 2.27GHz 12 GB memory We have about 20 hits per seconds. 4-5 requests per second are heavy – it is a search ...
-3
votes
1answer
244 views

PHP + Python on large websites [closed]

We all know that PHP fails at performance when it comes to large arrays or other large amounts of data. Python doesn't. I want to use both of them on the high loaded website. Here is the solution I ...
0
votes
1answer
47 views

What database is suits better to store a large number of small data [closed]

I need to store a lot (more than 100 000 records per minute) of a simple data, in style id:time:value. Once an hour, I plan to collect this information to graph. What database suits better? I think ...
2
votes
1answer
513 views

Redis periodicly stops responding on high load

I am using a simple redis server setup to store some values in my PHP application. Yesterday I installes phpredis module to use redis as PHP Session backend, which increased request rate on redis DB ...
0
votes
0answers
185 views

Redis Pub/Sub perfomance with a lot of data. Pub/Sub perfomance vs. LINDEX or LRANGE perfomance

I use Redis in my project. I must to notify subscribed Redis clients that new data is available and then clients must get this data. Firstly I insert data to Redis (it is a requirement) and then ...
1
vote
1answer
98 views

Patterns for database functional decomposition?

we have a following problem. Our enterprise application has a database in MySQL, and it seems like it's structure becomes too complex - where are more than 100 tables (it has been developing for 7 ...
-1
votes
2answers
50 views

Array or not Array [PHP]

I want to implement emails blacklist for my system. In that list I would like to store emails which are not deliverable. When my system can't deliver email, I would like to save it, and later never ...
2
votes
3answers
390 views

MySql slow data fetching [closed]

I have MySql table with a huge ammount of rows. I m doing the simple request and it works pretty fast. The only one problem fetching the data to client is terribly slow for about 150 secs when the ...
3
votes
4answers
288 views

How to choose NoSQL database engine?

We have a database with following parameters: 30k records, 7mb in size 20 inserts/second 1000 updates/second 1000 range selects/second, by secondary index, approx 10 rows each needs at least one ...
0
votes
0answers
394 views

How many simultaneous connections can handle Apache+PHP [closed]

I'm looking towards on building a highload project.This caused me to be wandering a lot of questions: How many simultaneous connections can apache and php handle? Is it a good solution to use cloud ...
1
vote
0answers
4k views

linux migration process cpu usage is so high, why? [closed]

I find cpu useage of my linux server is so high. See the following(ps aux | grep migration): root 6 99.8 0.0 0 0 ? S Aug19 48073:37 [migration/0] root 8 98.0 0.0 ...
0
votes
0answers
90 views

High-load with facebook Graph Api

high load performance with Graph API Hello, we trying to build a facebook application, something like linkster - it takes user's interests, preprocesses them and tries to make suggestions. In general ...
0
votes
1answer
686 views

LEMP Nginx + php-fpm high load timeouts then fine

I'm pretty new to all of this but I'm OCD about optimization. I'm trying to optimize my web server running a LEMP setup for wordpress. I'm using WP hypercache instead of w3 total cache as it seems ...
0
votes
0answers
315 views

No apparent reason for high load average [closed]

We have several web servers running on Amazon (ec2) c1.xlarge, over Amazon AMI. The servers are duplicates of each other, running the exact same hardware and software. Each server spec is: 7 GB of ...
0
votes
1answer
89 views

The most reliable way to download data over HTTP

What is the most reliable choice of programming language / technology to perform requests and, most important, retrieve correct and full responses from an HTTP server which is under very heavy load, ...
0
votes
1answer
93 views

Best way to delete members of one set from multiple other sets

Let say I have a community with 50 000 members. So there are one Redis set called community_###_members with 50 000 sha1 keys of users and for each user his own set user_###_communities exists with ...
0
votes
1answer
107 views

can it be executed faster with big amount of data [MySQL]

is there any way how to optimize next query: EXPLAIN EXTENDED SELECT keyword_id, ck.keyword, COUNT( article_id ) AS cnt FROM career_article_keyword LEFT JOIN career_keywords ck USING ( keyword_id ) ...
1
vote
1answer
1k views

CommunicationException during a load test

I'm working on a wcf application and I'm started to see an strange timeouts behavior on it. I created a foo application with the same configuration as the real one in order to determine if the problem ...
1
vote
2answers
82 views

How to deliver images effectively using asp.net

My asp.net application creates, stores in memory and shows images to user. Standard HttpHandler gets thread from pool to deliver each image. I think it's not effectively. Can asp.net deliver images ...
0
votes
0answers
155 views

Which Opensource Cart do you recommend for huge, high traffic ecommerce site?

I'm looking for an opensource ecommerce cart for deploying for a client. Apart from general cart features available we're having a requirements to support: more than 10 lakh (appx. million) products ...
0
votes
3answers
177 views

Java-mysql highload application crash

I have a problem with my html-scraper. Html-scraper is multithreading application written on Java using HtmlUnit, by default it run with 128 threads. Shortly, it works as follows: it takes a site url ...
1
vote
0answers
521 views

Netty not closing channels normaly

I'm new with Netty. Now migrating my server, cause of high loads. I read lots of mans, doing everything like in examples, but have a bug: CPU load grows in time and very fast. Analyzing heap and logs ...
25
votes
0answers
2k views

SignalR fails under high load [closed]

I have a website with very high load and keeping my test app under a hidden iframe to make sure that the target framework is a good choice for my use case. First tried SignalR test app and then Pokein ...
1
vote
2answers
123 views

Server resets new connections but cpu/network load is low

I have written java server app, it can accept 3800-4000 network connections simultaneously and cpu/network load is low(<40%) But after this threshold it reject new connection or accept it by ...
1
vote
2answers
64 views

Grabbing\spider protection

There is a site\resource that offers some general statistic information as well as an interface to search facilities. This search operations are costly, so I want to restrict frequent and continuous ...
5
votes
4answers
2k views

How can I make nginx return a static response and send request headers to app?

I am making a high-load web statistics system through embedding <img> tag to site. The thing I want to do is: nginx gets request for an image from some host it gives as answer to host little ...
0
votes
2answers
252 views

Need to speed up this php script

I'm currently having more than 400k records in my mysql table. The structure is the following: The function i am using: function cron_hour_counts() { $subids = get_subids(); ...
2
votes
4answers
170 views

Moving the mysql query out of the loop

i have the following code function cron_day_counts() { $subids = get_subids(); array_push($subids, ''); $from = '2011-10-19'; $to = '2011-10-20'; $days = days_interval($from, ...
-3
votes
1answer
187 views

PHP: Which cms to use for high load online-store? [closed]

I'm going to develop online store. The attendance is about 1000-1500 persons per day. There will be going a lot of products at the same time - about 60 000 -80 000. Each product has description, 5 ...
2
votes
2answers
2k views

jQuery/Javascript - How to wait for manipulated DOM to update before proceeding with function

What I'm trying to do is to update a simple div to say "Processing..." before executing a CPU-intensive script (it takes 3-12 seconds to run, no AJAX) then update the div to say "Finished!" when done. ...
0
votes
1answer
466 views

Web-development for high-load in Python [closed]

My friends and I are going to develop some web application. The most common scripting language in average for us is the Python, so we would like to use it for the development. However, we are confused ...
3
votes
4answers
252 views

How much every character occurs in the given string

I need to calculate how many times every character occurs in the given string. I need to do it on C or C++, I can use any library. The problem is that I am not a C/C++ developer, so I am not sure that ...
3
votes
2answers
883 views

How can I implement a simple WHOIS proxy in Perl?

I have several WHOIS servers for which I want to have a single proxy. The proxy should forward requests to appropriate servers based on the data in the query. How to approach this problem?
2
votes
1answer
703 views

Need help to design fast and scalable server architecture for SaaS chat [closed]

I want to develop a SaaS chat that users will be able to embed on their website and also there will be a desktop chat client. Something similar to Live Chat. The problem is that I've never developed ...
1
vote
1answer
744 views

Ruby on Rails. Highload. Architecture practice

Please, can you say best books or resources about highload or best architecture practice on Ruby on Rails. And books about best practicies in web architecture design. Thanks.
1
vote
1answer
619 views

Process netbeans.exe (NetBeans 7.0) consuming high amount of CPU usage

I had Netbeans 6.8 installed on my PC a day back... I uninstalled Netbeans 6.8 completely and then installed NetBeans IDE 7.0 (Build 201104080000)... Now the process netbeans.exe consumes high amount ...
0
votes
0answers
75 views

MySQL table design for keeping short life data

Our application deals with different types of data, one of them - data with 15 minutes life cycle. This data is being fetched, placed into db and then every 15 mins items are deleted if they are older ...
4
votes
3answers
2k views

Is Google Application Engine a good platform for a high-traffic chat website?

I'm looking to create a high-traffic chat website, possibly with video streaming with some image manipulation happening on the server. Scanning over the Channel API ...
1
vote
3answers
125 views

what is the problems facing large scale commercial sites

Recently I heard a web site 3 times much of the sold items that first planned because of a algorithm error. Error and algorithm types can be different if one site is having traffic say 100 php ...
0
votes
1answer
81 views

big commercial site problems [closed]

I'm about to start a large scale commercial site. That site some times to promote itself, give very cheap promotions. I heard a site made some mistake for similar stiation. They opened the deal for ...
1
vote
1answer
448 views

High load image processing architecture for web

I have to implement the following high-load application: Users send images to a web-server via browsers. Server should process images and send results (several strings) to user's browsers back. ...
5
votes
4answers
241 views

Better Practice: Placing the load on SQL or Web server?

I'm the webmaster for a major US university. We have a great deal of requests on our website, which I've built and been in charge of for the last 7 years or so. I've been building ever-more-complex ...
3
votes
2answers
865 views

Erlang high volume logging

For my erlang application, I have used both sasl logger and log4erl and both are giving poor performance when the number of events sending to them is around 1000 per second. log4erl was giving better ...
0
votes
1answer
195 views

Storing huge randomized list of similar items in Redis

Redis 2.0.3 I need to store a huge list of items in Redis. Each item is a short string (less than 256 characters). I need to do two operations on the list: Add many (several thousands to a ...
3
votes
3answers
787 views

Short unique IDs

I'm designing a HTTP-service, with capacity of up to 500 million requests per day (served by more than one independent machine). For each request I have to generate unique ID and return it to user. ...
0
votes
1answer
3k views

ASP.NET high CPU load doesn't occur when running the service as a console once?

My environment: Windows Server 2008, IIE 7.0, ASP.NET I developed a Silverlight client. This client gets updates from the ASP.NET host through a WCF web service. We get 100% CPU usage and ...

1 2