Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 31361 invoked from network); 15 Jun 2004 12:54:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 15 Jun 2004 12:54:04 -0000 Received: (qmail 92567 invoked by uid 500); 15 Jun 2004 12:53:44 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 92476 invoked by uid 500); 15 Jun 2004 12:53:42 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 92354 invoked by uid 99); 15 Jun 2004 12:53:40 -0000 Received: from [80.91.224.249] (HELO main.gmane.org) (80.91.224.249) by apache.org (qpsmtpd/0.27.1) with ESMTP; Tue, 15 Jun 2004 05:53:40 -0700 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BaDRQ-0003pH-00 for ; Tue, 15 Jun 2004 14:53:28 +0200 Received: from 49.51-182-adsl-pool.axelero.hu ([81.182.51.49]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 15 Jun 2004 14:53:28 +0200 Received: from kornelpal by 49.51-182-adsl-pool.axelero.hu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 15 Jun 2004 14:53:28 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: dev@httpd.apache.org From: "Korn�l P�l" Subject: Non socket based request processing Date: Tue, 15 Jun 2004 14:53:27 +0200 Lines: 21 Message-ID: X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 49.51-182-adsl-pool.axelero.hu X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Sender: news X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, As I saw nobody knows about Windows HTTP API (http://msdn.microsoft.com/library/en-us/http/http/http_api_start_page.asp). Could anybody help me how could I add non socket based request processing to Apache HTTPD. I analised the source code and I was unable to find where could I add this functionality. I noticed that the server core and MPMs are using sockets as well, but I belive that it's possible to create connection and request record without sockets. If you have any idea please let me know. Sincerely, Korn�l