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 ?
...
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...
That is, is there an embedded R interpreter available?
...
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...
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.
...
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...
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...
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...
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...
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=...
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 ?
...
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 ...
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()...
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 ...
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...
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?
...
Asp.net web application best code/tool used for converting video files to flv format
...
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...
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?
...
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?
...