0
votes
2answers
27 views
CI Servers for system simulation
My group work for a software of simulation for plane. To achieve a faster and easier validation and verification, we decided to introduce continuous integration. But I have no idea …
0
votes
3answers
43 views
strange Encoding issue
i have a contact form sending itself to me by email using ASP classic, CDO.message.
thing is, that it has hebrew characters and i encoded it UTF-8. but when sending to my email i …
3
votes
3answers
106 views
Why not run a server side app with daylight saving time enabled?
I've implemented a server side application that records timestamps when records are created and updated. The app assumes that the server clock does not have daylight saving time en …
0
votes
2answers
80 views
Expanding web service across multiple servers on same domain name
I have a web service that serves widgets. It is hosted on a server under server1.mydomain.com. (Linux, plesk, VPS)
I would like to have more physical servers which will be accesse …
17
votes
17answers
2k 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 the …
0
votes
2answers
41 views
Example code for a python server wrapper
I have a command line server for which I want to create a wrapper in python.
The idea is that the wrapper receives commands like:
my_wrapper start
my_wrapper stop
my_wrapper resta …
10
votes
10answers
2k views
Best tool for auto-generating SQL change scripts for SQL Server
I'm doing a survey for the best SQL change script generators out there, specifically for MS SQL Server.
I do know of Redgate SQL Compare, but I'd like to know what others use, and …
2
votes
4answers
213 views
C# - Finding Database Servers in a network.
What should be the C# code to find all the Database Servers connected in a network(including instance-name, port no, and IP address)?
0
votes
1answer
77 views
SSH setup for the multiple server admin
Hi all,
I´m looking for a good ssh password/key setup for a system administration of multiple servers.
The ideal one will be one that can be at the same time comfortable and secu …
6
votes
10answers
2k 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 …
4
votes
16answers
5k views
Centos or Debian as a server OS ?
What would you choose for a server used for web hosting, dns and email and why?
7
votes
11answers
1k 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 productio …
0
votes
6answers
2k views
How to monitor Windows services
I'm looking for a way to monitor certain Windows services (on Windows Server 2003) and restart if necessary. The services are on different servers and include mainly SQL Server ser …
7
votes
11answers
918 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 specifi …
3
votes
12answers
1k views
Best way to copy millions of files between 2 servers
I have roughly around 5 million small (5-30k) files in a single directory that I would like to copy to another machine on the same gigabit network. I tried using rsync, but it woul …
