Return-Path: Delivered-To: apmail-logging-log4net-user-archive@www.apache.org Received: (qmail 58304 invoked from network); 19 Jul 2007 18:05:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Jul 2007 18:05:13 -0000 Received: (qmail 41563 invoked by uid 500); 19 Jul 2007 18:04:47 -0000 Delivered-To: apmail-logging-log4net-user-archive@logging.apache.org Received: (qmail 41345 invoked by uid 500); 19 Jul 2007 18:04:47 -0000 Mailing-List: contact log4net-user-help@logging.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Log4NET User" List-Id: Delivered-To: mailing list log4net-user@logging.apache.org Received: (qmail 41325 invoked by uid 99); 19 Jul 2007 18:04:47 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jul 2007 11:04:47 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of sattvikvibes@gmail.com designates 64.233.166.176 as permitted sender) Received: from [64.233.166.176] (HELO py-out-1112.google.com) (64.233.166.176) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jul 2007 11:04:43 -0700 Received: by py-out-1112.google.com with SMTP id f47so1272371pye for ; Thu, 19 Jul 2007 11:04:22 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=adWCW9/QBTHDsrVxF3xjPFtGIuqMEXwREywpCdMQ5R3S1Oq3/0av96Yb8DMGJlww/EgI0gJPcNeNr/zKzZyZc2aRfFBKSJtjX64btp9kACWuBX7sNd5BJ6ZxB4X7O7MySOm/WICN0rBnLStB/5E4aoOteDFpOJxa3j1ME+ys3q4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=GIgMwSZgaUgynnpWNsDZRlKPNQ7Q3+zZ5HDloMbki7HTLVW7lxy4g5ASJRrMxMt/ia4ykUvkA8z6Gg6fdirGANhiqZL8tYbxFdvieWoVDXqDZX6j0MJrr0Os8k0IJ0+E2B1RBYSA7ax/Xf1JCkPNTvQwTkPsva2BHLcE4wlpPhE= Received: by 10.141.202.12 with SMTP id e12mr759441rvq.1184868258650; Thu, 19 Jul 2007 11:04:18 -0700 (PDT) Received: from ?192.168.11.3? ( [71.56.237.151]) by mx.google.com with ESMTPS id g22sm901565rvb.2007.07.19.11.04.17 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 19 Jul 2007 11:04:18 -0700 (PDT) Message-ID: <469FA790.7000501@gmail.com> Date: Thu, 19 Jul 2007 12:04:00 -0600 From: Dan Blanchard User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: log4net-user@logging.apache.org Subject: Application being the remoting server Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hello, Looking through the docs and examples, it seems that you need to have a remoting server already running to have an application use a RemotingAppender to send messages via remoting. I have another need, I would like my application to sort of be a server, to wait for a client to connect, and then send messages to that client. I did this several years ago with Sockets, but is there a way to do it with log4net as is? Perhaps I could have my application listen on a socket port, and when a client connects, I can add a remoting appender with the details a client provides... any comments / suggestions on this method? Thanks, Dan