server

MySql in cluster environment

Does MySql support for cluster environment? Whether Community edition support for clustering? I want to know more details about it. Please guide me where can I get details? ...

What is the server configuration to handle much traffic?

In order to handle much traffic, assume that there are 1 billion page views per day, what would be the best configuration of web server? Actually this will depend on so many factors like 1. how well the application architectures is? 2. how optimized the database server is and etc? But in idle scenario, what would be the best server co...

Silverlight Client-Server Communication

I have a WPF application, that I want to port to Linux/Mac. The most logic way seems to split the application in two parts: client and server, and use Silverlight for the client UI, and run the server-part (as an invisible console-app) in Mono. But what's the best way to let those two parts communicate? Silverlight 4 supports COM inter...

RED5 Server connection timeouts although server is running

Hi, I have a problem with the red5 server. I was able to install ist and connections to http://MYIP:1935/ are recognized in the logs. When try to connect in browser to http: //MYIP:1935/oflaDemo/avatar.flv I get a file saving dialog (Filesize 0byte) Opening rtmp: //MYIP:8081/oflaDemo/avatar.flv in FLV Player produces the following erro...

How to make socket connection to a server where server is accessed only through another server in Java applets?

I have a server and client program. client is a java applet. Previously I could run the server program in the server and the client successfully connected to the server program through the socket's proper port. Now, I switched to a new server and I have problem with this server. Direct connection (ssh) to this server (let say it is serv...

List used TCP port using C#

This is the answer to my questions. How to list binded/used TCP port in C#. Used modified code from jro static void ListUsedTCPPort(ref ArrayList usedPort) { IPGlobalProperties ipGlobalProperties = IPGlobalProperties.GetIPGlobalProperties(); IPEndPoint[] tcpConnInfoArray = ipGlobalProperties.GetActiveTcpLis...

PHP Authentication not working working on other server?

Hi All, I have this authentication code to parse XML from a site. Got this here - http://stackoverflow.com/questions/3765046/bypass-authenticated-xml-page-to-be-parsed-with-php My problem is that the same authentication code this not work on a server below. It works on my local env and other servers. Please see sample links below an...

Dedicated Server / Servers Recommendation

Hello guys, I'm working on project based on Affiliate Product Data Feeds, I need to parse a lot of XML files sometimes their size is up to 300MB. I develop with PHP and Mysql. Please what you recommend for me. is a dedicated server with 4Gb Ram can support large XML files parsing? ...

Which image hosting is better?

My website is having nearly 50 GB of images and growing gradually. I want to move these images to either S3 or another image hosting server. As an alternative solution, I want to keep these at another domain and want to serve images from there. In terms of performance and monthly server charges, which one will be good - S3 or dedicated...

dynamic ip , want stable access route

hello! i have a dynamic ip that changes every 30 days or so and i would like to make a server so that when i access a static address ( lets say : www.staticaddress.com ) it will direct me to my server even when my ip has changed. Note: my internet connection first enters a router that supplies 3-4 computers with internet connection ( via...

Multithreading UDP server with epoll?

Hi all, I'd like to develop a multithreaded UDP server in C/Linux. The service is running on a single port x, thus there's only the possibility to bind a single UDP socket to it. In order to work under high loads, I have n threads (statically defined), say 1 thread per CPU. Work could be delivered to the thread using epoll_wait, so thre...

Realtime TCP/IP Socket Server on Amazon EC2

Hello everyone, I am planning to move a game server of mine to Amazon EC2. Right now the actual server runs on .Net Framework 3.5 on a windows dedicated server. Since it is a personal side-project, it's quite expensive to have a fully dedicated server to that, therefore I would like to move it to the cloud (Amazon EC2 or maybe Windows A...

iis7 website set up

Hi, I've done this a few times in IIS 6 but never on IIS 7 so I'm having a bit of trouble... To create a website on IIS 7, do I create a website or an application? Also, what goes on the bindings (host name, ip address)? I want www.whatever.com to point to C:\inetpub\wwwroot\whatever so far I got www.whatever.com to point to C:\ine...

(Node.js) application that lets me edit a local file through a web browser?

I wonder if there is a Node.js application that starts a server on the current folder to let me edit files through the web browser? Kinda like http://www.cloud9ide.com, but for general editing (scripts, text etc). ...

How can I backup a remote dedicated Server 2008 to my own computer at home?

My server 2008 has mysql databases, SQL Server databases, and multiple websites. How do I back this information up? I have setup the dedicated server to have two 300GB hard drives and they are both mirrored. I want to make sure that I have a backup somewhere else as well. If it's not my home server, I don't mind backing up somewhere el...

How we can check the information sent to server in a client request?

What are the information sent to server in a client request?How can we check those information? I mean can we view those information(Is there any way to check)? ...

Setting up a NetBoot/NetInstall server using OS X 10.6 client

Hello, The purpose is to setup a server without having the actual server hardware or server OS. I found ways to set up a NetBoot/NetIntall server using Max OS X 10.5 client but not with 10.6 client. Does anyone know how to setup a NetBoot/NetIntall server using Max OS X 10.6 client? The closest information I'm able to get is this. Tha...

Recaptcha returning "The reCAPTCHA server is unavailable"

Hi, I'm using ASP.NET and plugging in the google Recaptcha user control successfully, when calling the IsValid method on it, it returns in its recaptcha.ErrorMessage property: "The reCAPTCHA server is unavailable" and recaptcha.IsValid obviously returns false. Does anyone know the reason why this could happen? Is it because I'm working...

Do I have to pay license costs for reading / manipulating PDF's on a server?

Do I have to pay license costs for reading / manipulating PDF's on a server to adobe? ...

Any ideas about securing a Windows 2003 enterprise X64 gameserver ?

Hello. I have a MUonline (link) gameserver running on Windows 2003 enterprise X64. I had a website running there too. I do not know much about security here so I'm asking for some tips or tutorials you know about this as my server was hacked (I don't know how, exactly) and Windows has been erased. So now I want to make a secure gameserve...