Tagged Questions
A computer program running as a service, a physical computer dedicated to running one or more such services or a software/hardware system such as a database server, file server, mail server, or print server.
39
votes
19answers
9k views
Is there some way to PUSH data from web server to browser?
Of course I am aware of Ajax, but the problem with Ajax is that the browser should poll the server frequently to find whether there is new data. This increases server load.
Is there any better method ...
36
votes
14answers
8k views
Is there a free version control server provider for non-public projects?
I'd like to have a version control server (preferably SVN) accessible on the internet without having to host my own (linux) server. Setting up a home server ala DynDNS is not really an option.
Can ...
28
votes
3answers
15k views
C# web socket server
I'm trying to implement a C# web socket server, but its giving me a few troubles.
I'm running a webserver(ASP.NET) to host the page with the javascript and the web socket server is implemented as a C# ...
27
votes
3answers
5k views
How does LMAX's disruptor pattern work?
http://code.google.com/p/disruptor/
I am trying to understand the disruptor pattern. I have watched the infoq video and tried to read their paper. I understand there is a ring buffer involved, that ...
26
votes
10answers
32k views
Tomcat 6: How to change the ROOT application
I'm trying to change the default application of Tomcat 6 webserver to other application than "ROOT" (inside webapps folder). What is the best way to do this?
21
votes
13answers
2k views
Are binary protocols dead?
It seemed like there use to be way more binary protocols because of the very slow internet speeds of the time (dialup). I've been seeing everything being replaced by HTTP and SOAP/REST/XML. Why is ...
20
votes
8answers
4k views
Haskell for a server?
With regards to making a game server, it seems Erlang always comes up as a language that is "built for this kind of thing" with its scalability and concurrency features. I don't have experience in ...
18
votes
13answers
15k views
What's the foolproof way to tell which version(s) of .NET are installed on a production Windows Server?
This question is not so much programming related as it is deployment related.
I find myself conversing a lot with the group in my company whose job it is to maintain our production Windows servers ...
18
votes
12answers
5k views
Cleanest & Fastest server setup for Django
I'm about to deploy a mediumsized site powered by Django. I have a dedicated Ubuntu Server.
I'm really confused over which serversoftware to use. So i thought to myself: why not ask stackoverflow.
...
16
votes
9answers
1k views
How do you scale HTTP server like Google?
I often marvel at how I can go to www.google.com, from anywhere in the world at any time, and get the returned page so fast.
Sure, they compress their output and keep to a minimal design - that ...
15
votes
3answers
1k views
High performance TCP server in C#
I am an experienced C# developer, but I have not developed a TCP server application so far. Now I have to develop a highly scalable and high performance server that can handle at least 5-10 thousand ...
15
votes
2answers
2k views
How do I stop jetty server in clojure?
I am writing a web application using ring and clojure. I am using the jetty adapter for the development server and emacs/SLIME for IDE. While wrap-reload does help, run-jetty blocks my slime session ...
14
votes
5answers
9k views
Calling JMX MBean method from a shell script
Are there any libraries that would allow me to call a JMX MBean method from a shell script. We expose some operations/admin commands through JMX, and we could have our admins use JConsole, or ...
14
votes
10answers
4k views
Autocomplete server-side implementation
What is a fast and efficient way to implement the server-side component for an autocomplete feature in an html input box?
I am writing a service to autocomplete user queries in our web interface's ...
14
votes
15answers
4k views
Testing SMTP with .net
I need to configure a SMTP server for testing my website which sends emails (for registration confirmation etc).
I dont actually want the email to be sent, I just want to make sure that my code is ...
13
votes
1answer
78 views
php code organization
We just got new servers for our new system and I want to know what I should do to make my new code as efficient as possible, and how to organize it.
I want a good solution so I don't have to ...
13
votes
4answers
910 views
C# - When to use standard threads, ThreadPool, and TPL in a high-activity server
I've been reading a lot about threading lately as I am looking to develop a high-performance, scalable TCP server capable of handling up to 10,000-20,000 clients, each client of which is consistently ...
13
votes
2answers
2k views
Ruby on Rails Server options
The whole issue of setting up a development server for my ruby on rails application confuses me. There is webrick, mongrel, passenger, apache, nginx and many more I am sure, and i dont really ...
13
votes
6answers
3k views
development smtp server for windows
I am looking for a free test smptp server which can save emails in to files for my development tests. Since my development environment is windows I prefer test email server to run on windows but I can ...
13
votes
6answers
6k views
Choosing and deploying a comet server
I want to push data to the browser over HTTP without killing my django/python application.
I decided to use a comet server, to proxy requests between my application and the client (though I still ...
13
votes
7answers
8k views
System.IO.FileSystemWatcher to monitor a network-server folder - Performance considerations
I want to watch a folder tree on a network server for changes. The files all have a specific extension. There are about 200 folders in the tree and about 1200 files with the extension I am watching.
...
13
votes
6answers
2k views
What happens when I click the Stop button on the browser?
Let's say I click a button on a web page to initiate a submit request. Then I suddenly realize that some data I have provided is wrong and that if it gets submitted, then I will face unwanted ...
12
votes
17answers
12k views
What is the difference between application server and web server?
What is the difference between application server and web server?
12
votes
8answers
8k views
Is there a way for multiple processes to share a listening socket?
In socket programming, you create a listening socket and then for each client that connects, you get a normal stream socket that you can use to handle the client's request. The OS manages the queue of ...
12
votes
6answers
2k views
Where can I find good python Twisted framework documentation, blog entries, articles, etc?
I'm playing around with Twisted and documentation found on their homepage doesn't answer all my questions.
The topic I am most interested at the moment is Twisted Application Framework. Also some ...
12
votes
3answers
387 views
Good articles describing the infastructure of large commercial sites like Amazon.com?
Can anyone point me to a good primer on how a large scale commercial website like amazon.com is set up? Most importantly, I'd like to know about how the databases are set up. Do they have a ...
12
votes
6answers
6k views
Is there a port of memcache to .Net?
I am interested if there is a port for the server implementation.
12
votes
4answers
996 views
Best Flash Audio/Video + Interactivity server?
I'm looking for suggestions on Flash realtime servers. Currently, we use a combination of Moock's Unity and Red5, but there are a couple problems. First, we are moving to AS3, and Unity only supports ...
12
votes
12answers
1k views
Personal Linux web server
I'd like to set up a cheap Linux box as a web server to host a variety of web technologies (PHP & Java EE come to mind, but I'd like to experiment with Ruby or Python in the future as well).
...
11
votes
5answers
427 views
Problem supporting keep-alive sockets on a home-grown http server
I am currently experimenting with building an http server. The server is multi-threaded by one listening thread using select(...) and four worker threads managed by a thread pool. I'm currently ...
11
votes
9answers
624 views
How to profile a continuously running server running on FreeBSD
I'm trying to profile a server (source code available to me. c-code) on Linux environment. This server runs continuously like a web server. I'm trying to use gprof to profile the server. If the server ...
11
votes
3answers
4k views
How to change Rails 3 server default port in develoment?
On my development machine, I use port 10524. So I start my server this way :
rails s -p 10524
Is there a way to change the default port to 10524 so I wouldn't have to append the port each time I ...
11
votes
5answers
952 views
Is there a simple PHP development server?
When writing web apps in Python, it brain dead easy to run a development server. Django and Google App Engine both ship with simple servers.
The main feature I'm looking for is no configuration. I ...
11
votes
4answers
2k views
How to retain one million simultaneous TCP connections?
I am to design a server that needs to serve millions of clients that are simultaneously connected with the server via TCP.
The data traffic between the server and the clients will be sparse, so ...
11
votes
2answers
2k views
Is 'epoll' the essential reason that Tornadoweb(or Nginx) is so fast?
Tornadoweb and Nginx are popular web servers for the moment and many benchmarkings show that they have a better performance than Apache under certain circumstances. So my question is:
Is 'epoll' the ...
11
votes
7answers
3k views
How to benchmark php/mysql site
I would like to know how to benchmark a php/mysql site.
We have a web app almost completed and ready to go live, we know how many people are going to be using it in a years time but have absolutely ...
11
votes
15answers
9k views
What's the “average” requests per second for a production web application?
I have no frame of reference in terms of what's considered "fast"; I'd always wondered this but have never found a straight answer...
10
votes
5answers
325 views
How to do refactoring this structure, if-else-if-else-if * 100
There is some nasty legacy code.
std::string xxx = GetCommand(); // get "CommandX";
if (xxx == "Command1")
{
return new Command1();
}
else if (xxx == "Command2")
{
return new Command2();
}
...
10
votes
2answers
288 views
Standard web server interface equivalent to WSGI/Rack for Haskell
There are (de facto) standard web server interfaces for programming languages e.g. WSGI for Python, Rack for Ruby. Is there the equivalent thing for Haskell? I found two trials, Hack and HSGI, but am ...
10
votes
3answers
1k views
Android to node.js communication
I saw there are a couple of similar threads but i could not find my answer.
I'm making and android app, an i want to use node as server for realtime communication.
I really cannot get this to ...
10
votes
4answers
1k views
Simple DNS Server in Node.JS? (Primary/Authoritative DNS Server) (maybe ndns?)
Does anybody know of a DNS Server that is written in Node.JS? I am specifically interested in Authoritative DNS Servers (as opposed to caching DNS server).
The only thing this needs to do is to serve ...
10
votes
4answers
849 views
How am I supposed to interpret the results from Apache's ab benchmarking tool?
Alright, I've searched everywhere and I can't seem to find a detailed resource online for how to interpret the results from Apache's ab server benchmarking tool. I've run several tests with what I ...
10
votes
4answers
1k views
Is there a good (gitorious-like) server for mercurial?
At the company where I work we are using hg as (d)vcs.
Most of the repositories in use are kept in a cenralized space and served via hgweb.
For ease of use and better user experiance (and overview) ...
10
votes
8answers
7k views
Multiple simultaneous network connections - Telnet server, Python
I'm currently writing a telnet server in Python. It's a content server. People would connect to the server via telnet, and be presented with text-only content.
My problem is that the server would ...
10
votes
5answers
3k views
Best Practices for a Web App Staging Server (on a budget)
I'd like to set up a staging server for a Rails app. I use git & github, Cap, and have a VPS with Apache/Passenger. I'm curious as to the best practices for a staging setup, as far as both the ...
10
votes
4answers
8k views
How would you compare Apache Tomcat & Glassfish as production servers?
I have a J2EE-based system which is running currently on Apache Tomcat. We are in discussions to move our production servers to the Glassfish server.
Can someone share their experiences with either ...
10
votes
21answers
49k views
Centos or Debian as a server OS? [closed]
What would you choose for a server used for web hosting, dns and email and why?
10
votes
11answers
3k views
Ajax polling
In the project i am currently working on, we have the need to develop a web chat application, not a very complex chat, just a way to connect two people to talk about a very specific topic, we don't ...
10
votes
9answers
13k views
Best way to access Exchange using PHP?
I'm writing a CMS application in PHP and one of the requirements is that it must be able to interface with the customer's Exchange server. I've written up this functionality a few times before and ...
9
votes
3answers
91 views
ASP.NET 2.0-4.0 Web Applications experiencing extremely slow initial start-up.
(Sorry if this is a really long question, it said to be specific)
The company I work for has a number of sites, which have been running for some time with no problems. The applications are a mix of ...