I'm trying to save time and wondering if there is a good open source server that supports chat (public and private) as well as a custom protocol that allows people play against each other, I want the server to setup the connection. Ideally people would play against each other using peer-to-peer in order to not put a strain on the server...
Hi,
I wonder if it would be possible to serve a XUL rich application (not an extension) (I would create some files and package the application on the fly on the server side according to the request) and then the user would be able to run the application on the desktop (something like javaws for java)
how should I package the application...
Hi,
I want to organise my private software development process and I plan to use JIRA together with SQL Server 2008 R2 Enterprise and Perforce.
I have already installed and configured this "pack" for evaluation purposes on desktop machine. For a clean production environment I want to migrate (of course with a clean install) all those ...
I decided to improve my knowledge about python network programming and here is the deal: I have a simple server for Windows, which interacts with a client from a mobile device using wi-fi. Also I have a packet sniffer (Wireshark).
Now I want to ask, what do I need to write the Linux version of this server? How to determine the structure ...
I am trying to make a php script that runs on the terminal that would connect to a remote server by ssh and retrieve a file. this is my code so far
#!/usr/bin/php -q
<?php
$cwd = dirname(__FILE__).'/';
$filename = 'retrive-this.file';
$host = 'hostip';
$connection = ssh2_connect($host, 22, array('hostkey'=>'ssh-rsa'));
$methods = ssh2_...
I currently have a growing Django production server that has all of the front end and backend services running on it. I could keep growing that server larger and larger, but instead I want to try and leave that main server as my backend server and create multiple front end servers that would run apache/nginx and remotely connect to the ...
I'd like to build a SOAP server on Linux to serve a scalable number of users with database dependenet requests (read/write). Can you recommend a server stack this?
...
Hi we have a server with 32 cores and 256*GB* RAM, we are using this with SQL Server 2008 Enterprise on Windows 2008 R2 Enterprise.
Currently windows has allocated automatically a swapfile of 256GB which seems excessive. Is it advisable to hard limit the swapfile to something smaller like 32GB to force it to use the physical RAM?
...
I have an IIS server to test for load. But I don't need the tool to give me any performance data. I only want a simple tool/script that would flood my server with requests.
I know about wcat, Jmeter, httperf etc. but those have too many extra features. I don't want all that functionality. Just a simple script would do that would send, ...
What is the most expensive for a server
(using Java NIO Selector and SocketChannel, but I guess the language and library don't matter anyway)
keeping many client connections opened
many client connections/deconnections
receiving many messages from clients and answering many messages to clients
...
How much does it cost to run a social network on average in terms of hardware and bandwidth per user, with a Ruby on Rails average stack?
...
Hi
I created a .NET Windows Service and embed in it a TCP Server.
The TCP Server standalone does allow both local and remote connections.
The Windows Service with the TCP Server embedded, allows local connections
The Windows Service with the TCP Server embedded does not allows remote connections.
I tried to disable the firewall, a...
I have a bunch of sites set up on my local development environment. Out of those sites I have two sites where I experience horribly slow page load times. Horribly slow, like approximately 5 minutes. The thing is my computer (mac pro osx 10.6, dual xeon nehalem processors, 6 gb of ddr3 memory) is adequately equipped and the other sites lo...
Hi,
Newbie here..
I just want to ask how can I accomplish my homework in school.
I basically have this need.
I want to send an ajax request every 10 seconds but I dont want to initiate another request if my previous request has not returned yet.
I am thinking that the connection to DB might be that bad sometimes so I would like to ...
Hello,
I am trying to show server load on a web page. The server load is fetched in PHP by executing the shell command "/proc/loadavg" and displaying the output as it is.
However, I want to display the same output using Javascript (jQuery is fine) and have it updated every 10 seconds.
How do I do so? I was thinking of using Ajax quer...
I'm trying to set up Python's CGIHTTPServer on Mac OS X to be able to serve CGI scripts locally, but I seem to be unable to do this.
I've got a simple test script:
#!/usr/bin/env python
import cgi
cgi.test()
It has permissions -rwxr-xr-x@ and is located in ~/WWW (with permissions drwxr-xr-x). It runs just fine from the shell and I ...
I am writing a client-server program in c++ in linux. I want a functionality in my server that when server is waiting for some response from client, it should not wait indefinitely. But if no response is received say within 30 secs from client, it should disconnect the client. Is there any inbuilt function. Please help.
...
hey there , i want to use magnet uri for my application
i set up the example with java server ,
and tried locating my service ,
my server get an magnet10/options.js request ,
this is the example link of the client that i am using:
http://magnet-uri.sourceforge.net/magnet-uri-example-js.html
now that i got the parameters i can handle...
I am running Ubuntu on my workstation, and headless Ubuntu Server in VirtualBox on this same workstation.
I'd like to write a web app and deploy it on Ubuntu Server in the VM, then load it in a web browser on my workstation.
Is this possible, and if so how? Thanks!
...
In the default directory of my hosting server I can see 2 folders among others:
httpdocs
and
httpsdocs
Is this a common directory structure ? If I add stuff to httpsdocs it is automatically protected by SSL ?
thanks
...