Re: OSCON ideas

2003-01-11 Thread Lyle Brooks
Quoting Perrin Harkins ([EMAIL PROTECTED]): > As many of you probably know, the call for participation in this year's > Open Source Conference has gone out > (http://conferences.oreillynet.com/cs/os2003/create/e_sess). I'm > thinking about possible talks to submit and I want a little feedback o

Re: development techniques

2003-01-11 Thread Adrian Howard
On Friday, January 10, 2003, at 12:07 pm, Mark Fowler wrote: On Thu, 9 Jan 2003, Jim Martinez wrote: Is there some way to improve this cycle : edit code -> refresh browser -> possibly look at the error log -> edit code -> ... No one seems to have mentioned WWW::Mechanize (or if they have I'

Sorry abount my long HTTP Auth msg - found error...

2003-01-11 Thread Beau E. Cox
Hi - My stupid error in my HTTP Auth sequence: I was logging correctly, but sending to the client screwed-up CRLFs. Too many hours too close to the screen :) Aloha => Beau;

RE: [ANNOUNCE] Apache::DBI 0.90_02

2003-01-11 Thread Ask Bjoern Hansen
On Fri, 10 Jan 2003, Beau E. Cox wrote: > I had heard moving A:DBI to 2 was going to be very difficult! > I've been waiting... As Stas said, it really wasn't. You might even have been able to with Apache::compat; I did not try. The harder part is to make the database handles shared across a poo

HTTP

2003-01-11 Thread Beau E. Cox
Hi - I am learning Apache/pod_perl with the 'Eagle' book, and am writing a mini HTTP server in perl as a learning aid. Everthing was going peachy untill I got to Authorization. Thru my browser (I've used MS IE and Netscape on W2K and various Linux browsers) I request a page served by my server; t

Re: [ANNOUNCE] Apache::DBI 0.90_02

2003-01-11 Thread Stas Bekman
Beau E. Cox wrote: WOW! I had heard moving A:DBI to 2 was going to be very difficult! I've been waiting... I think it's not what you think. The difficult thing is the pool over threads support, so you can re-use the same connection over all threads in the process. 0.90_02 version has a pool p

RE: [ANNOUNCE] Apache::DBI 0.90_02

2003-01-11 Thread Beau E. Cox
WOW! I had heard moving A:DBI to 2 was going to be very difficult! I've been waiting... I'll try it this weekend... Thanks and Aloha => Beau; -Original Message- From: Ask Bjoern Hansen [mailto:[EMAIL PROTECTED]] Sent: Friday, January 10, 2003 5:30 PM To: [EMAIL PROTECTED] Subject: [ANNO