server

developping proprietary domain specific server ?

a company sells desktop software and also servers that is able to run "wrapper" programs generated by the individual UI program. my question is, how are these proprietary, domain specific servers made ? are they actually Apache + CentOS ? how would you go about building such servers built specifically for your software or can communica...

How to create a simple server/client application using boost.asio?

I was going over the examples of boost.asio and I am wondering why there isn't an example of a simple server/client example that prints a string on the server and then returns a response to the client. I tried to modify the echo server but I can't really figure out what I'm doing at all. Can anyone find me a template of a client and a te...

How to turn string into readable by php server way? (С#)

So I know that my server on real form submit turns %CE%EB%E5%E3+%DF%EA%F3%F8%EA%E8%ED into Олег Якушкин . How to peform string transfer from Олег Якушкин into %CE%EB%E5%E3+%DF%EA%F3%F8%EA%E8%ED using C#? ...

How to avoid crashing your web app during replacing a file?

Hi, Let's say you have a big web app with large visits, but you don't want your app to crash & you don't want people to see the php or mysql errors that happens during replacing files using FTP, How to avoid that? How to just execute the old version of file until the replacing is done? Thanks ...

embedded web/application server

I need to write an user menu for an embedded device (mips linux). The menu has to be accessible from network (web page - AJAX?) and it has to be able to read/write hardware settings. What would be the easiest way to implement such an app/server? Where do I start? PS: c/c++ preferred. PS 2: I have limited resources ...

iPhone Database & Server Database - iPhone updates only modifcations

Hello ! Every one. I have some query. First of all let's have an iPhone application flow which a normal application has. ( Content based application ) Application launches & checks for the network availability If network is available - iPhone downloads the data using web services or APIs We can store these response ( web service res...

Best protocol for client/server communication, from PHP/Perl to C++/Qt4

I'm the author of an Open Source kiosk management system, Libki. The current version, though functional, was very much a learning experience for me. I'm working on a complete rewrite and am having a hard time deciding what protocol to use. The server will be written in PHP or Perl. Most likely PHP because I need to support some uncommon...

PHPMailer, CC and Linux server

Hi, how do I add a CC mail address in PHPMailer running on a Linux server? AddCC method only works on Windows: http://phpmailer.worxware.com/index.php?pg=methods I tried with this method but the mail never arrives... I also tried with $mail->addCustomHeader('CC: [email protected]') without success. Thank you. ...

What is the best method for Migrating or Restoring Project Server (PWA) to a new environment for testing?

I have attempted bringing up a new farm and performing a stsadm backup/restore with no success. I have also tried doing a stsadm export/import with similar results. I need to migrate/copy PWA to another server for testing purposes and I am at a standstill. What is the best method to accomplish this? ...

Can't run rails server as daemon

I'm using rails 2.3.2 and when I run script/server -d, the only output I get is => Booting Mongrel => Rails 2.3.2 application starting on http://0.0.0.0:3000 which is fine. But when I check for anything running on port 3000, i get nothing. Any ideas? ...

Game Server Language Selection

I am planning to make a online-multiplayer game with my friends. The game is a browser card game (so, players act in turns) and players could host rooms in a lobby. Flex + actionscript will be used to write for the client side. We are discussing what should be used for the server side. I suggested C#/Java and my friend suggested PHP. I...

Address already in use: JVM_Bind java

Some times whenever I restart the application, which is built on Java Struts Mysql and Jboss 4.05 Version I get the error as Address already in use: JVM_Bind Only fix that i know is to restart the machine and try again, it will work. Else Some times I do Ctrl-Alt-Del and Stop all the process related to Java, some times this also works....

AIX: lsdev vs lspv

Hi guys, I'm using AIX and today I had a problem with one IBM server, I found that one of my hdisks was damaged. But I found a curisoity: $lspv hdisk0 000d891c32aae9b6 active hdisk1 000d891cb504fd70 active hdisk2 000d891cb532544d active hdisk4 000d891cb532544d active $lsdev -Cc disk hdisk0 Availabl...

Problem in transfering file from server to client using C sockets

I want to ask, why I cannot transfer file from server to client? When I start to send the file from server, the client side program will have problem. So, I spend some times to check the code, But I still cannot find out the problem Can anyone point out the problem for me? CLIENTFILE.C #include stdio.h #include stdlib.h #include time...

Ant - Run several servers on different terminals in build.xml

Hi, I want to write a buil.xml file that should open a new terminal for every client/server i want to use for testings. How can i do that? i tried this code to run for example the 'ls' command on the newly created terminal. He created the terminal but doesn't run the cmd. thanks. ...

IIS7 and Enforce lowercase URLs

I tried to use option in iis7 Enforce lowercase URLs, but when i enabled it all images that had *.JPG extension (uppercase) stopped server. in prev version of iis it was ok when using upper and lower cases, it returned same source may i fix it? or should i create rule for each extension like (jpeg, jpg, gif...) ...

server client iphone

hi, i am building a map project and i want to save my annotations to the web and download them anytime i want. What's the best way to do that??? ...

Communication between multiple servers

How could a network of servers communicate with each other? For example, if Client A connects to Server A, how would the other servers be informed of this? I'm guessing you would need a "central" server, but how would it be implemented? I'm really dumbfounded on this, so any help would be nice :) ...

What is the proper backlog for an asynchronous server socket?

If you're working with an Asynchronous server socket in C#, what is the proper backlog to put on the socket? For instance: server = new Socket(AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp); IPEndPoint iep = new IPEndPoint(IPAddress.Any, port); server.Bind(iep); server.Listen(10); ...

Delphi 2010 SOAP Server

Hi, I'm using Delphi 2010 to create a SOAP Server. The server is created as a ISAPI/NSAPI DLL. I then add an interface with some sample methods. If I try and build this project I get this compiler error: Building Project1.dproj (Debug configuration) [DCC Fatal Error] Unit1.pas(6): F2063 Could not compile used unit 'msxml.p...