Hello. I have Windows Server 2008 running on one of my computers, and I have IIS 7 running on it. It is hosting my web page just fine, but when I try to use the remote managment for IIS 7 or even if I try to connect and edit my website remotely using Visual Web Developer 2008, it can't seem to find the server. Remote desktop works just f...
I'm playing around with Twisted and documentation found on their homepage doesn't answer all my questions.
The topic I am most interested at the moment is Twisted Application Framework. Also some open source servers using twisted framework would provide nice material for studying how it's all tied up together in a bigger project.
So fa...
I've never used distributed caches/DHTs like memcached, jboss cache, ehcache, etc. I'm wondering which, if any, is appropriate for my use.
First, I'm not doing web applications (as most of these project seem to be geared towards web apps). I write servers (Order Management Systems actually) for financial trading firms. The servers th...
Our project platform is Linux. In our project we require a webserver and few webpages.
We have to do webpage coding by .cgi files, i have to add dynamically some details to the webpage whenever i gets that information from other process. We have used message queue.
The other process will update the message queue and signals this proce...
I need to try and implement port 80 flex games to server method.
I like to ask if someone already did it before or it is possible to manage flash/flex multi user games with long polling / comet server ?
...
We've been debugging this JBoss server problem for quite a while. After about 10 hours of work, the server goes into 100% CPU panic attacks and just stalls. During this time you cannot run any new programs, so you can't even kill -quit to get a stack trace. These high 100% SYS CPU loads last 10-20 seconds and repeat every few minutes.
W...
I don't know Perl. I don't even love it, but i'm obliged to use a script that is coded in Perl.
I have Abyss websever on my PC (I use it both for .net and PHP), I want to know if I can simply download the needed files and link them to the current server; if no can some one link me to a simple Perl server that works.
Thanks
...
I am working on .net applicaton that need to send emails to clients. I am trying to figure out what would be that best solution to send emails. Here is what i have considered. Could you please suggest what would be the best way to go for?
1>Windows server 2008 in built smtp
service.
2>Exchange server hosted in our
datacenter.
3>Use g...
I currently host my company's website and blog on separate servers, reached by separate domain names - www.example.com and www.example.net. This is so I can give blog server access to our partners without compromising security on our main server. However, our SEO guy is now demanding that the blog be put on our main server, as www.exam...
I need to run a CPU- and memory-heavy Python script (analyzing and altering a lengthy WAV file) as a background process on my web server (a VPS), between HTTP requests.
The script takes up to 20 seconds to run and I am concerned about the performance on my server. Is there a good approach to either lower the priority of the process, per...
What's the easiest way of storing a single number on a server so that any script can access it, using PHP? Currently, I have a number stored in a file, but this seems somewhat inelegant.
...
In socket programming, you create a listening socket and then for each client that connects, you get a normal stream socket that you can use to handle the client's request. The OS manages the queue of incoming connections behind the scenes.
Two processes cannot bind to the same port at the same time - by default, anyway.
I'm wondering ...
I've been working on a home project using VS2008. It involves WCF and Silverlight. Until recently, ASP.NET development server worked just fine and was accessible from the browsers (I use both FF and IE). Now, it seems the browsers are no longer able to access the asp.net dev server. Initially, I believed it to be certain installations I ...
I am making a prototype client & server so that I can understand how to handle reconnects.
The server ought to create a serversocket and listen forever. A client may connect, send its data, and close its socket but it will not send a "I'm done and closing" type message to the server. For this reason, the server gets a EOFException when...
Hi all:
Looking for best practice here. We deal with SSL connection at our load balancer level and hence all the connection from our load balancer to our web servers are http. With that we have no way of telling what kind of connection the client is making to our web server since all connection is through http. We currently have 2 so...
Hi
I am having our company websites (x8 total 500,000per month) on a 1/3 share of a virtual server upgraded to 1 live server and 1 hot backup server. These two will be all our own, and run Debian, A2,M5,P5.2. The live one is more meaty than the spare.
What would be the best way to setup and use these servers?
We do not have a local de...
I'm building a basic little AJAX shoutbox/chat for my website, but I'm not sure exactly how to implement the server polling.
Here's the basic program flow I'm thinking of:
User comes to page and is shown the last 10 messages
To get messages sent by others, the client javascript would request a URL with a timestamp parameter (set to th...
I run several mid-size networking websites, sending around 10 million e-mails per month. We are having issues with deliverability and speed with our current e-mail software and need to upgrade.
Does anyone have any suggestions for software and/or hardware MTA solution to do marketing and transactional e-mail sending from a website at h...
How would I accept a self-signed server certificate? Using the code below, I can only connect/authenticate after I accept the Server Cert using Safari.
(void)secure:(NSString *)username credentials:(NSString *)login
{
NSURLCredential *userCredentials = [NSURLCredential credentialWithUser:username
pass...
Hi,
I want to integrate some http modules in my asp.net application (v 3.5, visual studio 2008) and I'm not sure how to debug or use such modules while debugging in the asp.net development server that fires when I run the web app.
Do I need to include the module source in the solution or can I just drop the DLL into BIN? I'm from the 1...