server

What is the application server on Windows?

If I look at something for Java I an see JBoss, WebSphere, others. Ruby I guess could be Ruby on Rails (I don't know if that qualifies), but for Windows is IIS and the .NET runtime the application server in the Microsoft World? The other languages had to come up with what Windows has by default with IIS and the .NET framework? edit: ...

Books Regarding Flash Media Server development

What is the best book out there reagrding Flash Media Server development using flex 4/ Action script. There are many books or resources out there on Flex and action script but nothing specialized on Flash Media Server. ...

Store variables online and retrieve it in Ruby script?

Are there any online services/servers that could store information like: username email company information So that it could be retrieved by Ruby script? ...

How to edit remote files on an Apache server with Android application.

I need my app to be able to go to a specified URL and access a file, then insert text at a specific line of said file. Is this at all possible? I greatly appreciate your help and responses, Thanks. ...

Apache Server connection authentification

How would I go about having my android app be able to automatically enter a set password and username to gain access for a file on my apache server? I know that server side it would be php and obviously java for the app, but i am somewhat new to this and any examples or sites with tutorials would be greatly appreciated/. ...

Domain Users logged in details for Windows Server 2003

I want to know all the users logged in for a particular domain by executing a script. Kindly help me giving the script or command. Thanks in advance. ...

Microsoft Speech Recognition Platform

I wrote an app in C# for speech recognition using System.Speech which works fine on Windows 7. However I'm after creating the same app that will work on windows 2003 (x86). My programming environment: Windows 7 x64 Pro Visual Studio 2008 In order to develop this application in my programming environment I installed: 1.Microsoft Speech...

ASP.NET page to reflect server status

Hi, I'm looking to create a webpage that will reflect the status of one of my company's servers automatically. Frequently there will be a minor error that only lasts 2-3 minutes, and it would be great to have this reflected on a self-generated page, which might prevent 50-60 unhappy clients from calling in simultaneously and asking what...

Why are most computer games no more than 16v16?

From a programming/network point of view, what are the reasons why there are very few/no larger scale games than 16v16? There are some 32v32 games but these are seeming exceptions to the rule. ...

Designing a message processing based system

I need recommendations, design input, references to similar systems or anything that will help in building the system below. I have been assigned to design a message processing based system. The over all architecture is as follows. We have i) Client ii) Server iii) Data Collectors - Services that gather data from the internet...

Does a DNS change work seamlessly or is there a period when the website is unavailable?

I changed the name servers for one of my domains two hours ago. I kept checking in a browser and just now it stopped taking me to my old site. However, it just displays a "could not connect" error. I don't know if the transition took place and there's a problem with the new server or it just didn't happen yet. I know a DNS change takes...

Remote Server, php, MySQL connection within an iPhone app

I have found many places online that say in order connect to a remote MYSql database, use php. I do not know how to get from my iphone app, to php, to mysql and back. I cannot seem to find anything on the relationship of these things. I would really really appreciate any help in this matter. Where do I write the php code? Where do I...

CKEditor with CKFinder - disable FileBrowser, Keep Upload functionality

Hello! I am using CKFinder integrated in CKEditor. I want to keep the Upload feature active, but scrap the Browse Server option as I don't want users doing this. How can I do this? Thank you. ...

Why isn't SQL Server 2008 R2 using all available RAM?

We have an analytics database server running SQL 2008 R2 with 192 GB of physical RAM. However, we're noticing that during analytics process, the server only uses around 70 GB, but tempdb swells to 300+ GB. The current Maximum Memory is set to 2147483647 MB. The server is running Windows 2008 R2. Is there a way to make SQL Server use more...

must i handle session garbage?

when the user closes his browser, usually he losts the cookie that marks the session. but the file in the server is not deleted and remains there, useless. do i have to handle it? or it's a server's business? ...

How do clone a Mercurial repository into a directory that already exists?

Hello. I have a client's Django project that I'm developing locally, using Mercurial for version control. I push my local repository to my personal remote server (where I keep all my projects) and then when I come to deploy it (on whichever web server) I clone that respository there from my personal server. This works fine on most serv...

which technologies to use for middleware server in .net?

Hi, I don't know whether this is a silly question! I searched the web with no useful hits. I am a dot net user (C#).I want to develop a Server, it may be called a middleware server (actually I am not sure), which does the following tasks, I have a server which cannot be modified and many clients that request the server and receive th...

Error found in xHTML output due to PHP's variables, $_SERVER and <ADDRESS>

I'm having this problem with validating a document that contains some basic PHP variables. Mainly I'm using html's h1, h2, and pre codes for formatting the text. My problem is that when I validate the document, it comes out with an error. The problem area is this part of the file: <h2>Server Info</h2> <pre> <?php echo $_SERVER; prin...

How to build a ftp server

Hi I'd like to build an home FTP SERVER - that will store all my files and the rest of my computers will upload and download files to and from it. I don't like to start from scratch, do you know of a c# ftp server implementation? Can you give me some guidelines of where to start what I should know etc? ...

Figuring out absolute path of mysql to execute shell script.

How to figure out the mysql location on a server (windows or linux)? I would like to run mysql -u USER -p PASS DATABASE < filename.sql but I need the absolute path to mysql, how do I find out? ...