Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
101 views

Hosting questions for a “high” traffic rails application

I've got a question concerning hosting for a high traffic rails application. The thing is i have 3 / 4 years experience with Ruby on Rails applications but i never had a high traffic website before. ...
2
votes
2answers
100 views

How to architect a video site, from a performance point of view

I want to build a high traffic video site, which has many videos and visitors, using ASP.NET. But I have no experience of high traffic sites and video sites. Anyone can give me some stuff to read or ...
2
votes
1answer
419 views

Squid handling of concurrent cache misses

We're using a Squid cache to off-load traffic from our web servers, ie. it's setup as a reverse-proxy responding to inbound requests before they hit our web servers. When we get blitzed with ...
2
votes
3answers
543 views

Design considerations for web application with 5 GB/day transfer volume?

I have to build a web application that's similar to a "branch/store locater". A user types in his address and the web application will plot nearby stores on a map. One of the requirements is: "The ...
1
vote
2answers
57 views

For High traffic website which is good? Vaadin Vs GWT Vs JSF Vs Native HTML/JS

Though we can find numerous question on comparison of the Vaadin, GWT etc but my concern is specific. I am looking to develop a website where a High Traffic is expected, Secondly, the application is ...
1
vote
1answer
94 views

high concurrency chat application

I currently have a web based private chat application that is going very well. Now the problem is that I am using mysql to save and then get received messages, this is very inefficient and I was ...
1
vote
3answers
184 views

Performace enhancement for a Struts2 application(website) with high traffic usage

I wanted to ask that what all things i should keep in mind in order to create a high performance STRUTS2 based web application. It is guaranteed that the site will have a high traffic (i.e. lets ...
1
vote
2answers
41 views

usage of database model for my site

I am building a social networking site. i hope for some high traffic in it. i am using php and mysql in it. i already started with RDBMS kind of database. I read that many high traffic sites use key ...
1
vote
3answers
631 views

How and where to store user uploaded files in high traffic web farm scenario website?

i am working on a website which deploy on web farms to serve high traffic. where should i store user uploaded files? is it wise to store uploaded files in the file system of the same website and ...
1
vote
6answers
448 views

What language and (possible) web application framework should I use to develop a high traffic web application?

I'm currently in the pre-planning stages of a solo web application development project for university, which has about a year as time constraint. The application will have certain wiki-like features ...
0
votes
1answer
49 views

I need suggestions for large-scale web site [closed]

I am planning a social networking and magazine website for university students. It is expected to have 200.000 members in a year and high/traffic. I am planning to use Joomla and it is extensions. ...
0
votes
1answer
10 views

Updating a Site With Active Member Registration

I want to take on a project, but I’m not sure how to handle the updating process. Normally, when asked to update a site, you back-up the database & site files, then make the updates locally or on ...
0
votes
1answer
35 views

DNN Site Traffic

We recently launched a web site developed with DNN. Analyzing the log files, I see files with .axd extension as resources accessed together with pages. The problem is that I see a heavy traffic on ...
0
votes
2answers
80 views

High traffic spikes on certain images, serve these from Amazon S3?

First: I'm very noob at this. Sorry. I want to learn. My website sometimes got REALLY high traffic spikes (for certain images). (I'm at Linode btw.) And therefore my website loading very slowly. ...
0
votes
1answer
42 views

How to prevent getting labelled as a spammer by google if you are using gmail as the mail server on your site? [closed]

Traffic to my site surged a few days ago. As a result the amount of emails my site has been sending has surged as well. At times several emails are being sent each minute and on average an email is ...
0
votes
0answers
18 views

Glassfish generating huge unknown traffic and chocking the network

I am bit stuck with the huge traffic being received and sent by glassfish 3.0 server in our network. As I run application server it goes up and up reaching 3 Mbps output and near or less incoming ...
0
votes
1answer
81 views

High traffic site statistics? [closed]

Google analytics would be perfect, however google is a (potential) concurrent in the future of the software we are creating, so not really an option. In house statistic software is (for the launch) ...
0
votes
2answers
94 views

Basic knowledge for a high traffic application

Thanks for all the questions and responses posted on here. This site usually shows up whenever I search for information from google, and in many cases, the answers are usually relevant to the issues I ...
-3
votes
1answer
87 views

Shall i use JSF 2 (PrimeFaces) in big load and high traffic web site? [closed]

I am developing admin part of our web application with JSF 2 (PrimeFaces). I have made a research that JSF is not suitable for big load and high traffic sites, because it is server stateful. Shall i ...