server

how do i add the sort extension to the IMAP server ?

Hi, If we do own a Mail server supporting, how is it possible to add a sort extension to it ? Also how is it possible for a client using java mail to check if the server does indeed support the Sort extension ? ...

Ruby-only web server (for embedded device)?

I'm working on a very limited environment and need a ruby (based) web server; currently I'm using Webrick but; I'm concerned about its oldness and lack of documentation. I can't install anything that requires building/compiling c/header files (like Mongrel or Thin). Are there any other alternatives for me? edit: Upon request: The device...

How to call R from within a web server (like Apache)?

That is, is there an embedded R interpreter available? ...

Socket.BeginReceive Performance on Mono

Hi to all, this is my first post here, i hope to find someone that can help to clarify my doubts! I'm developing a server in C#. This server will act as a data server for a backup service: a client will send data, a lot of data, continuously, specifically will send data chunk of files, up to five, in the same tcp channel. I'll send dat...

Changing a file on the server using a local windows app

Hey all, I am writing an automation to update the contents on an excel sheet(in c#) present on our server. Our server has various portals and has different credentials. How could I fetch the file on my portal to my local computer to make some changes to it. ...

monitoring server performance when it is wedged

A couple questions about monitoring server performance: If your server is so overloaded that you can't even get input to the shell, you can't run 'top'...or sometimes you have 'top' running, but it barely updates, if at all, because the server is so overloaded. Do you have any way of determining what is slow and why, other than restar...

Ruby Kirbybase Server/Client Mode Problem

I'm trying to use the KirbyBase (in Ruby) in server/client mode and having some problems... Here's the setup (I'm working with a speacilized embedded linux system (explained at the bottom of post) but; I'll call those PC for the arguments sake) 2 PCs using an NFS mounted NAS drive on network (mounted on /mnt/sharedSpace), one will be s...

What is wrong with my MVC application?! (500 on Content and Scripts)

For anything under the Scripts or Content folders in my ASP.NET MVC application, I am getting the following error: The page cannot be displayed because an internal server error has occurred That's the response in its entirety (excepting the headers) - nothing else. I am hosting this on GoDaddy, and have not had problems with this a...

ASP.net web server control

Hey guys, I have a question about wiring web server controls. From many of the examples that I have seen the event handler has been declared with a private access modifier. I tried doing so as shown: <asp:Label runat="server" ID="lblMessage" Font-Names="Verdana" Text="Hello" /> <br /> <asp:Button runat="server" ID="btnS...

WAP pages served from any web server?

Can wap pages be served on a regular web server? I have made a page with .wml extension and changed the mime type to php as i want to execute php on the page. The page looks fine on the handset but it will not display fields. Loading the page locally via a simulator has no problem. Here is the page, pretty simple stuff... <?xml version=...

where i can find ServerConnectionManager/indexing server open source to learn

Hello i need to learn and later to implement Server Connection Manager to be used by peer to peer turn based game is there any resource to learn how to implement such architecture ? ...

Wordpress problem language

okay on our testing server the language works fine whetter your click it twice or more but when transffered onto the clients server bugs occured... to see the bug click on "FR" top left (it's now on French) once click on "EN" (it stays in french click it again and it gives you a page with no style saying page not found) . I've been over ...

C# TCP Server Help

using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Net; using System.Net.Sockets; using System.IO; namespace PDMS_TCG { public partial class FormHost : Form { public FormHost()...

Editor for remote programming

hi, often I need to work on projects that are hosted remotely. Currently if I have a good connection to the server then I'll SSH in and use vim directly. Otherwise I'll use Komodo Edit to work on the files remotely. Komodo is a great IDE but unfortunately the remote server functionality sucks. For instance when you want to save a file ...

C# Socket Policy File Server for low-level AS3.0 socket connections?

How do I go about making a socket policy file server in C#. All it has to do is listen on port 843 for the string "<policy-file-request/>" followed by a NULL byte and then return an XML string (which is the socket policy file). I haven't coded this sort of thing before and am unsure of where to start. Do I create it in a windows service...

can i make web server to be index server ?

hello all i need to build index server for p2p (games) application can i just use web server(lighttpd) and extend it with some plug in? is there any problem with this method? ...

In asp.net code/tool used for converting video files to flv format

Asp.net web application best code/tool used for converting video files to flv format ...

help with python forking child server for doing ajax push, long polling

Alright, I only know some basic python but if I can get help with this then I am considering making it open source. What I am trying to do: - (Done) Ajax send for init content - Python server recv command "init" to send most recent content - (Done) Ajax recv content and then immediately calls back to python server - Python server recv c...

debugging a django app on a server running fcgi

I developed my django app on my local machine, however when I uploaded it to my server (dreamhost, runnig fcgi) I got some problems. How can I debug django on my dreamhost server that's running fcgi? ...

Media streaming server java for mobile phone clients

i need to build a audio/video streaming server in java. i am thinking of using mp4 container format and real time protocol. i might want to modify the codec for my need. i don't know what apis to use for this. i don't want to implement code to parse mp4. could someone give me a direction? ...