server

Problem with MS DTC on SQL2008 win server 2k8 with linked server from sql2000 win server 2k

Hi, We have migrated our db from sql2000 win server 2k to sql2008 win server 2k8. We have linked server from sql2000 win server 2k. By our opinion the problem is with DTC and we have made a lot of setting that we found as solution for our problem, but still the problem exist. There is no any error or worning or information niether in th...

Can I use git to keep a remote server up to date?

I'm using git to track a project, and if it's possible, I'd like to set things up so git handles all my code staging, I can have a local repository for testing, and then push changes to the server with git to make them live. However, in trying to use standard git push calls, I just end up with inconsistent branching and a terrible mess o...

2 connections per server?

i´ve read somewhere that you can just have 2 connections (eg. ajax requests) to the same server. is this correct? so you can´t run 3 ajax requests simultaneously? what will happen to the 3rd one? and if I´ve got one iframe, then i can just run 1 ajax request at the time? what is the easiest way to get around this? what keywords could...

python listen 2 port same file

Hi, I would like to listen on 2 different UDP port with the same server. I use SocketServer lib for my server, and basicly it looks like that; SocketServer.UDPServer(('', 7878),CLASSNAME) I would like to listen on 7878 and 7879 with the same server and same file. Is that possible ? If yes how ? Thanks in advance. ...

Additional server between closed source client/server that does same requests but does not change data

I have the following setup: Closed-source Client A where I can set the IP of B Closed-source Server B, fixed IP Server C, written by me A communicates with B over HTTP. I've cloned the API and implemented it myself in C, as I am interested in the data, but I still require A to talk to B, which is why I can't just let the client conne...

Server returns error 503

Hi, I've added a feature in my app that sends POST request to my web server. I've tested it and it does run fine. But at some moment when I tried to run again the app, then it crashes. I've found out the error 503 that says Server is unavailable. My question was what should I do to prevent my app from crashing when I've receive this err...

caching in asp.net development server

Details: I am using visual studio 2005 on windows xp sp3. The website is stored on file system. I used subversion to checkout the code from the server. Here is the issue: When I run the application for the first time everything is fine. But when I makes changes in the application then I should just be able to see those changes by reload...

C# Client-Server application problem

I run my application on a network and in some cases the client lost connection to the server. After this time, when I wanted to send a message to the server I receive the following error: Operation not allowed on non-connected sockets (something like this). I thought to create an event for object type TcpClient and when tcp_obj.Connecte...

Java Socket Server that services clients serially

Is there a way to implement a socket server that services clients serially. Generally the practice is to dispatch connected clients to a new thread that services requests and response however amounting to one thread per client on the server side. I don't want to do this because I later want to port this app to Java ME that may have a ...

Use Django (or Ruby on Rails) on server without root access?

Is it possible to develop multi-client web-based CRUD applications (with Django, Ruby on Rails, etc.) on a server on which you don't have root access? Our machines at school, on which I have a regular account, run a web server, and I can publish regular HTML pages and CGI scripts. How easy/difficult/impossible would it be to install Dja...

Running an .exe from a website

I've created an exe file that does some maintainance work on my server. I want to be able to launch it from the website that sits on the server. The exe has to be launched on the server itself and not on the client. My instincts tell me it's not possible but I've had to check with you guys. If I need to set certain permissions / securi...

Must a server read the body of a PUT request, even when generating a '401 Not Authorized' response?

Is a HTTP server expected to read the whole request body from a PUT request, even if access is denied? Or is it compliant to return a 401 Not Authorized, without reading anything or only a small part of the body. (And add 'Connection: close' to prevent the connection from being reused) ...

basic server security

I am playing with a simple webserver in autohotkey: sparrow. It is immune to path traversal attacks. As long as I don't run any unsanitized code from the client side, is there any other basic attack to watch out for, like the path traversal attack ? ...

Delay in the development server response in case of a postback,in asp.net website.

Hi everyone, I am working on an Asp.net webiste.The response time(in case of a postback) of the pages in the website is ok on my local machine.But when I uploaded the same website to the internal development server and tried to access the server pages from my local machine,its taking bit long(in case of a postback) as compared to my loca...

programmatically check computer management - shared folders - open files for a file

We have a client server software that needs to be updated. I need to check if the file is currently being accessed. Is this possible if so how Delphi code if possible. The only place I can see if the file is open is under the shared folders open files. I have tried this code but just shows that the file is not opened. function TfrmMain...

Server Setup for iPhone Push Notifications

Hi all, I'm new to the whole push notifications thing, and was wondering if somebody could walk me through the process of getting a simple application up and running. I currently rent a server that I use to serve my website that runs cPanel X. How would I go about setting up the service? What software do I need to install on the serve...

Ubuntu exim4 - Config setup and spam filters

I've recently setup my Ubuntu web server with exim4 so my PHP website applications can send email such as "thank you" and "confirmation" notices. I've got it setup and working such that I can send email to gmail, Yahoo! and my work address. However, my work email gets caught up in our spam filter. I'm new to setting up mail servers so...

When multiple computers have identical IP addresses, how can you connect to one of them programmatically?

Hi, This question is a bit hard to phrase and I'm not sure if I understand the underlying issue, but here goes: I have a java chat program. I run it using 2 jar files - a server and a client. You run the server in the background on a computer, and then when you run the client you just have to enter the ip address of the computer that's ...

Unable to call the server side event In the Flex Remoting

When my application connecting with the netconnection and with shared object application connecting fine but while connecting shared object they are not firing the server event like application.onAppStart = function() {} , application.onConnect = function(newClient, userName){} follwing are my code /// main.as Client.prototype.getServe...

How Select top row from child table

i have two tables and i want to select top row from child table? there are relation by two tables by id. what can i do please help me???? ...