Re: Is it possible to create a file bucket?

2005-09-15 Thread Will Whittaker
On Fri, Sep 16, 2005 at 12:25:24AM +0300, Nikolay Ananiev wrote: > > > I'd like to do the following: > open $fh, '<', 'some_file'; # A very big file > $b = APR::Bucket->new($ba, $fh); > > while($b->read($buffer, 2048)) { > . > } > > or > $b = APR::Bucket->new($ba, \*STDIN); > > > > >

Re: UDP Protocol Handler?

2005-08-03 Thread Will Whittaker
On Tue, Aug 02, 2005 at 10:42:56AM -0400, Matt Sergeant wrote: > > On 20 Jul 2005, at 10:40, Dan Sully wrote: > > >Has anyone written a protocol handler for UDP? > > > >If so - could you share any examples? > > I haven't, but IIRC there is/was a talk at YAPC::EU about using > mod_perl as a DNS