From owner-freebsd-questions@FreeBSD.ORG Tue Feb 12 07:00:45 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3FAC316A418 for ; Tue, 12 Feb 2008 07:00:45 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id C6CB713C455 for ; Tue, 12 Feb 2008 07:00:35 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id m1C6vIZs001575; Tue, 12 Feb 2008 07:57:18 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id m1C6vE9Q001572; Tue, 12 Feb 2008 07:57:17 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Tue, 12 Feb 2008 07:57:14 +0100 (CET) From: Wojciech Puchar To: Olivier Nicole In-Reply-To: <200802120307.m1C376AX007592@banyan.cs.ait.ac.th> Message-ID: <20080212075434.S1566@wojtek.tensor.gdynia.pl> References: <20080211171152.S4377@wojtek.tensor.gdynia.pl> <20080211173958.W4493@wojtek.tensor.gdynia.pl> <200802120307.m1C376AX007592@banyan.cs.ait.ac.th> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: HTTP POST X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Feb 2008 07:00:45 -0000 > > If it is the bytes on the network, I have no answer. bytes on network. i want to write my own www server, actually i already wrote, with working everything except post. things got much nicer than using apache+cgi, it's 100 times simpler and faster to have it all in single program when it will have this tested, i will make cutdown version just to serve static pages, to replace apache in 95% of cases :)