server

Problem installing MS Visual Studio 2008 Team Foundation Server or Windows Server 2003 Service Pack 1

I'm trying to install MS Visual Studio 2008 Team Foundation Server in XP but during the installation the setup request Windows Server 2003 Service Pack 1.I have install TFS 2008 SP1, but nothing have change. I can't install Windows Server 2003 Service Pack 1 because the OS is in XP. Any ideas? ...

simple jsf application in myeclipse using jBoss

I want to run simple application of jsf but after configuring jBoss in my application I got the following error. 14:58:38,328 ERROR [[/web3demo]] Exception sending context initialized event to listener instance of class org.jboss.web.jsf.integration.config.JBossJSFConfigureListener com.sun.faces.config.ConfigurationException: CONFIGURAT...

Is it possible to write an IM server in python? (be able to handle the heavy connections)

Hi all, i wanna write an IM server in python, but i'm not sure if python can handle the heavy connections? Thanks in advance. ...

one high-end server with one Application Server or multiple Application Servers?

If I have a high-end server, for example with 1T memory and 8x4core CPU... will it bring more performance if I run multiple App Server (on different JVM) rather than just one App Server? On App Server I will run some services (EAR whith message driven beans) which exchange message with each other. btw, has java 64bit now no memory lim...

xmlrpc client call in python does not come back

Using Python 2.6.4, windows With the following script I want to test a certain xmlrpc server. I call a non-existent function and hope for a traceback with an error. Instead, the function does not return. What could be the cause? import xmlrpclib s = xmlrpclib.Server("http://127.0.0.1:80", verbose=True) s.functioncall() The output is:...

Creating a heavily restricted server discovery application in c#

Dear community. I am writing you because of a new problem I need to solve, and I have now been banging my head against a wall for too long now. Basically, I need to create an application that can take care of the following: A user starts an app, which sends a broadcast to the subnet, and recieves a response of all servers there with t...

Troubleshooting ASP .NET Application on Shared Hosting

Hi, My company has a CRM site hosted externally on a shared server and recently it has been very problematic. Users are being logged out randomly, sometimes only seconds after logging in. We are also getting viewstate validation errors at times. Both problems seem to occur more often when there are two or more people logged in at the sa...

additional security measures besides a login with user-password - what can you think of?

I'm wondering which additional security measures one could take besides a traditional login with user and password. What do you think of this one: _manually adding a cookie to each client which includes a secret key _this cookie is not served by the webserver, it is actually copied "by hand" to each client computer _if a client conn...

Streaming Media Server and Hosting

My partner and I have a webcam site that basically runs the old-school method....Every 0.5 seconds the javascript reloads the image in the browser from the webcam. However we are wanting to upgrade to a streaming media server to get higher quality video, and possibly audio. We aren't tied to any one specific file format or server type,...

Poll multiple desktops/servers on a network remotely to determine the IP Type: Static or DHCP

Had a gentleman answer 90% of my original question, which is to say I now have the ability to poll a device that I am running the below script on. The end goal is to obtain IP type: Static or DHCP on all desktop/servers on a network I support. I have the list of servers that I will input in a batch file, just looking for the code to ac...

[C#] Async threaded tcp server

I want to create a high performance server in C# which could take about ~10k clients. Now i started writing a TcpServer with C# and for each client-connection i open a new thread. I also use one thread to accept the connections. So far so good, works fine. The server has to deserialize AMF incoming objects do some logic ( like saving th...

Is the webserver OpenSocial requirement a 1 to 1 relationship?

For OpenSocial, it requries that you have a separate webserver with a non-self-signed SSL Cert. Can I run one app server for multiple websites or is it always one server per website that will actually be running opensocial? Also, can the app server be the same server that is hosting the website? ...

Cpanel & Mod Rewrite

so enabling mod_rewrite module for Apache is relativelly straightforward, it involves adding a few lines of configuration in the main apache configuration file (httpd.conf) which is currently located in /etc/httpd/conf/httpd.conf looking at this file I read the header at the top of it which says that the file itself is generated by cpan...

Performance Counters in Server Development

Dear Gurus, All of you agree with the value of using Performance Counters for server applications. I would like to know how to implement these using C#. Usually performance counters have the following attributes: They are shared/global Writing requires locks to ensure synchronization Reading sometimes requires locks too Is it bett...

would changing domain name affect all the emails under current domain name?

Hi my friend wants to change his current website domain name to a new one and stays with the same web server company yahoo. what happens to all the emails data under the current domain name if I change to a new domain name? How do i retrieve it back? Thanks ...

Algorithms behind load-balancers?

I need to study about load-balancers, such as Network Load Balancing, Linux Virtual Server, HAProxy,...There're somethings under-the-hood I need to know: What algorithms/technologies are used in these load-balancers? Which is the most popular? most effective? I expect that these algorithms/technologies will not be too complicated. A...

How can I sync a database driven website to a different server

I have a website using cPanel on a dedicated account, I would like to be able to automatically sync the website to a second hosting company or perhaps to a local (in house ) server. Basically this is a type of replication. The website is database driven (MySQL), so Ideally it would sync everything (content, database, emails etc.) , but...

JavaFX loading external resources problem

I've coded small JavaFX Applet in Netbeans 6.8 IDE. Everything works fine if the applet runs on my computer. But when I put the applet (and edited JNLP files containing changed paths to server) into server, it doesn't load any data from an server text file. Paths are correct - i look at it many times - they are ok. It also doesn't load i...

Ideas on simulating webservices for local automated testing.

I am testing an app, which talks to different webservices over the internet. For my automated testing, I don't want to go over the network. To achieve this, I need to simulate the webservice on my machine using another app. My initial thought is to record all the requests and responses between client and webservice, and then just write ...

Webcam streaming in a WPF application

I noticed few similar questions already, but didn't find exatly what I want. I'm trying to do the following. Have a client and server Webcam application. Server application is on a PC with a webcam connected to it and it streams the webcam output. Client application connects to a Server and shows the webcam video. What's the best and e...