server

Why are most really fast servers written in C instead of C++?

I'm trying to decide which to learn and I've read all the "Which is better" questions/arguments, so I thought I'd get your take on something more specific. Is there a platform dependency issue that C++ developers run into with such applications? Or, is it because there are more C developers out there than C++? I also noticed that many m...

How does ‘Servers’ view work underlying in Eclipse?

‘Servers’ is built-in view in Eclipse. We could integrate jee server into Eclipse easily. It could start/stop server both in normal and debug modes. Moreover, we could even set timeout and deployment path, things like that. Various types of server tomcat, jboss, websphere are supported, no intrusive to server. I am just curious about ho...

How to make from your Custom HTTP Module a stand alone HTTP server?

How to make from your Custom HTTP Module a stand aloun TCP\HTTP server capable of for example runing near to any other HTTP server (on same port, just taking some URL namespace like www.example.com/myModule/blabla?id=anyID, and not beeng rood to my other servers like apache HTTP server with PHP (so I can steel call it www.example.com/myA...

Is there any ISAPI DLL C# wraper?

I created a HTTP\TCP server in C#. Now I want to host It as I would host normal C\C++ server . I want to give to it namespace on my 80's port near to other HTTP servers I have. (see this topic ) So anyway I want to be able to use ISAPI DLL from. I need a wraper. Where to find such? ...

Webserver sending corrupt or corrupting served files

EDIT: Looks like the problem was a rootkit that corrupted a bunch of low level linux commands, including top, ps, ifconfig, netstat and others. The problem was resolved by taking all web files off the server and wiping it. A dedicated server we operate is having a strange issue. Files are not be sent complete or are showing up with ga...

Opinions on Client Server communication in a very restricted environment.

I have a server that needs to receive information from a client, web services was my first thought until a limitation was imposed. I am not allowed to setup a normal client/server interaction, because the server is not allowed to listen on any ports. The server is allowed to call out, so I'm left with : Having the server poll from the...

In Django, I want to insert a database record by sending myself an email?

Hello. I'm looking into a possible feature for my little to-do application... I like the idea that I can send an email to a particular email address, containing a to-do task I need to complete, and this will be read by my web application and be put in the database... So, when I come to log into my application, the to-do task I emailed wi...

Out of the box approach to upload XML file to the BIRT Server for Processing

Hello, I have the BIRT Report Server configured in TOMCAT and it works fine when running reports that require an XML datasource, but that XML file has be available on the network in order for the server to find it and run. Is there an out of the box configuration in the BIRT server that will prompt the user to upload the XML file direc...

How do I run a Mercurial server?

With Subversion, I used the Visual SVN server to get it up and serving in a few minutes. Is there an equivalent for Mercurial, so I can run hg.mydomain.com? ...

Making web server in C with native scripting support

I'm an intermediate C developer, trying to get better. I want to make a very basic and lightweight HTTP server with its own scripting language. Could I use something like Lua for scripting? If not, what? I don't want to use CGI/FastCGI like Apache does for PHP in most cases, I want my server to natively support my scripting language. ...

Client side thumb creation OR Server side?

Hy, I have two options to choose from: Client side(with FLASH or Javascript): pro: image manipulations occurs on the client side, so no load on the server cons: more uploaded data Server side(Ruby on rails): pro: less uploaded data cons: image manipulations occurs on the server side, so there are some load and will be queried... F...

server|configuration problem, a php script just die with no error log & no reason

Hi (first of all, thanks for your attention & sorry for my bad english hahaha also this is not a programming error, or thats what I think, I think this is an error in some configuration of the server or something else but I dont know what) I have a php script (is running like a process of linux, its not running on the web browser) that ...

java server to server communication framework (json)

Hi people. I am building an ESB (enterprise Service Bus). This means i need to set up tcp connections and communicate with JSON (well not NEED.. but json is light and easy) I made a server who is able to set up a TCP socket and receive json. This is all very nice but i need to be able to call methods via a tcp connection. so for examp...

Installing Skype on Amazon EC2 instance

For my application, I need to have Skype working on my Amazon EC2 Windows instance. I got the application installed and am able to log in, however, I can't make a phone call, since I am getting an 'Can't detect your sound card' error. Since I'm trying to inject audio from an audio file into the phone call, I don't need the sound card on...

process taking high time on Itanium server

Hi, we have an application which is recently migrated from PA-Risk server to itanium server. After migration we noticed that there is significant increase in time taken to complete a process. when we tracked the time taken by each part we found that the system time is 7.590000, user time is 3.990000 but elapsed time is 70.434882!! Due t...

How to allow multiple users to manage application running on server?

I'm not sure if the title makes sense. Hard question to ask. I have an application running on a server under my network account, and it's scheduled to run daily. I can remote in with my user credentials and check on the application. What if I want more than one person to be able to remote in and check it? I can create a new accoun...

Lightweight multi os monitoring plateform

Hi, I have a project where the is windows, freebsd and linux servers. I have to monitor some services : mysql replication status www status status with regexp on a webpage space on disk Is there open source software to do this and rapid to deploy ? Thanks in advance Best regards ...

What kinds of job scheduler framework or solution do you recomend on window server system

Hi Guys My Company is running a lots of batch jobs to process data for partners. We used to use sql server agent to execute batch process. I found it's very difficult to get batch process information like log or status when i working on sql server's agent. So I'd like to change my company's job scheduling process to another stable sol...

NSMutableURLRequest, http post, server response Missing parameter

I send HTTP post request to a server, but the server response is "Missing parameter: myHeader". myHeader is the header that i put. But everything is look ok in my part, so this is really weird. help will be great ...

RED 5 video server on Android mobile phone... Is there any Open Source port?

RED 5 video server on Android mobile phone... Is there any Open Source port project? So like simple opensource live Camera Video \ Audio encoding to FLV... I need such Opensource project to create Android live video streaming client for my server (I want to encode video on clients into FLV) ...