server

Best way to send an ArrayList<String[]> over TCP in Java?

Hello, I'm writing a client/server application in Java and I'm using TCP to transfer data which I'm storing in an ArrayList (i.e. An ArrayList of arrays of Strings). What is the best way to transfer that data from one to the other? Should I make one long string and use a PrintWriter's println() or is there a better way? Thanks very mu...

joomla's hwdvideoshare module help

hi! i using hwdvideoshare module in joomla and i can't use the Method 1 for Direct Video Conversions. it requires the following things to be done: * The exec() function need to be enabled in PHP. * safe_mode must be set to Off. You can check that at Joomla Help -> System Info -> PHP Information) * php-cli (Command Line Interface to PHP...

client server communication using xml

Hi, I need to do xml based client server interaction. As per my knowledge, steps in client server communication through xml may include: 1. client prepares the xml 2. transmittal of the xml 3. server processes the xml client can send request to the server through xml document. The XML parser at the server will parse the xml file...

Problem with for loop iterations over data from a queue

I'm having a problem reading and processing data from my server. I've spent hours debugging this and it seems as though the problem has nothing to do with the server but is really just an issue with one of my for loops. Its difficult to explain this without actually seeing the data from the server, but I'll do my best to explain this. B...

Anti piracy and app identification. iPhone SDK

How easy is it to determine whether an iPhone application is cracked and report that device ID to a server rather than block it / or turning the app into a lite version? Would patching remove these methods to the server? It is mainly a losing battle preventing an app being cracked, but i want a system not dissimilar to product keys / or...

Some theory: VirtualHosts on the guest OS

Let's say there is a host OS (Mac OS X) and a virtual machine running Ubuntu as guest OS. The guest OS has the IP 192.186.56.101 and some virtual hosts, e.g. ubuntu.server So, how to really map a request to the virtual host ubuntu.server on the guest OS? I tried: Configure the host OS in /etc/hosts to map ubuntu.server to 192.186.56....

ASP.NET Validation server side

Hi, I have an ASP.NET webform which I want to validate Client-Side and Server-Side, using the same validation controls. I can't seem to find the solution for this - the client validation works great, but when I disable javascript - It ignores the validation. Help would much be appreciated. Roman ...

Server Response: err404.html HTTP Status Code: HTTP/1.1 200 OK

hi friends 404 error page's 200OK header error what is this? Server Response: http://www.blabla.com/err404.html HTTP Status Code: HTTP/1.1 200 OK and it should give 404, my client says.. i researched so much by google, but could not understand the issue.. What should I do to fix this? appreciate helps!!! ...

AppEngine/Python, query database and send multiple images to the client as a response to a single get request.

I am working on a social-network type of application on App Engine, and would like to send multiple images to the client based on a single get request. In particular, when a client loads a page, they should see all images that are associated with their account. I am using python on the server side, and would like to use Javascript/JQue...

MOTD for channels

Is there a way to display a file/string of text to a user's channel output when a user joins a channel? Would this have to happen serverside in the irc config or could a bot do the same? ...

Failed to write session data

Hi, I received this message after long time of using the same application without programming changes: Warning: Unknown(): write failed: No space left on device (28) in Unknown on line 0 Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on ...

how to know if my users got a 500 Error?

Hi, my boss says "when I try to serf the website I get a server error... after a reload I get every thing back to normal". I think that he gets 500 error. how can I log it? I want to know when and where it happens. any ideas? ...

PHP alternatives?

Are there alternatives to PHP that perform faster and have somewhat the same feature set (like support for common RDBMS, Curl, Regex, etc)? What about coding websites in C? How does that work out? Is that platform independent and works on each server? ...

download file from server asp.net

I want to download a file from server to a local host. i have a code from the net which should work but is not working protected void Button4_Click(object sender, EventArgs e) { //To Get the physical Path of the file(test.txt) string filepath = Server.MapPath("test.txt"); // Create New instance of FileInfo class ...

Are there any GOOD Chef, Chef-Server and Chef-Client tutorials out there?

Hi there, Chef from Opscode seems to be really useful for configuring servers and such, but trying to follow their documentation is a little difficult. Some terms are defined after they are used, and definitions sometimes reference new terms that you haven't yet encountered. Anyone know of any GOOD tutorials/walk-throughs for getting a ...

How to obtain server side stats using VSTS2008-Test edition?

How to obtain server side stats using VSTS2008-Test edition? ...

creating and deploying a python chat application using twisted

i have created a chat server application using twisted framework .am running it on my local maching and now i want to go gloabal.The application is similar to omegle.com. How can i devlop on a third party commertial server so that it runs continuously. Do i need to get dedicated server for it? ...

PHP Server Side Printing

i've been googling for the last few hours now and can't seem to find an answer. but i did come close with http://stackoverflow.com/questions/1648399/starting-serverside-print-job-via-php Whole idea is I've got an intranet site on my windows server running xampp / wamp, I don't really want to give printing access rights to everyone a...

New SQL Server - help with request of requirements for installing server w/SQl Server

So my employer has asked me to come up with list of "requirements" to put in a SQL Server. Just very general, however I am pretty inexperienced at such a thing. So my list looks like: SERVER SQL SERVER ENTERPRISE EDITION ADDITIONAL SOFTWARE and that is about it. I know very little about the make up of servers, so I have no idea what...

general java server/client tutorial

im developing a multi-player card game that needs the clients to communicate with each other or a general server. i have never done this before so i need some direction or tutorial on how to achieve this. so far i have created the local, single person version of the game... ...