Re: porting Sandwich to mp2

2003-10-21 Thread Ayhan Ulusoy
At 19:28 21/10/2003, Stas Bekman wrote: Ayhan Ulusoy wrote: But if turns out to be so, the module can be called Sandwich then. Otherwise, I am inclined towards picking another name. Just an idea. Use a different name, but include a subclass of that module which can be called Sandwich as a back

Re: RE : [PATCH] add PERL5LIB to @INC in the correct order

2003-10-21 Thread Ayhan Ulusoy
ome other "api". Ain't good. So I am a lazy dude who likes to blindly switch between mod_cgi and mod_perl with less then 10 key-strokes. And that's why I have been typing several thousand key-strokes for this thread ;) Cheers, Ayhan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: RE : Namespace for 3rd party general-purpose mp2 modules

2003-10-21 Thread Ayhan Ulusoy
[Ayhan] The reason I thought it wouldn't be good is that : 1) The mod_perl standard distribution comes under "Apache::" and it might be useful to distinguish what is "standard" and what is 3rd party, but if mp2-dev doesn't have any problems with that, then it'

Re: porting Sandwich to mp2

2003-10-21 Thread Ayhan Ulusoy
erface from within handlers, which is really obsolete). But if turns out to be so, the module can be called Sandwich then. Otherwise, I am inclined towards picking another name. Cheers, Ayhan At 19:17 20/10/2003, Stas Bekman wrote: SB> modperl list... Also it's probably a good i

RE : RE : porting Sandwich to mp2

2003-10-20 Thread Ayhan Ulusoy
heers, Ayhan > -Original Message- > From: Geoffrey Young [mailto:[EMAIL PROTECTED] > Sent: Sunday, October 19, 2003 3:18 PM > To: Ayhan Ulusoy > Cc: 'Stas Bekman'; [EMAIL PROTECTED] > Subject: Re: RE : porting Sandwich to mp2 > > > > > > This

RE : [PATCH] add PERL5LIB to @INC in the correct order

2003-10-20 Thread Ayhan Ulusoy
> Ayhan Ulusoy wrote: > > If I may add my grain of salt as an -interested- user for this one... > > > > Here's how I would expect PERL5LIB to work : > > Sorry for cutting you short, Ayhan, but we can't and shouldn't change the > way > PERL5LIB wor

RE : porting Sandwich to mp2

2003-10-19 Thread Ayhan Ulusoy
> -Original Message- > From: Stas Bekman [mailto:[EMAIL PROTECTED] > Sent: Sunday, October 19, 2003 10:17 AM > To: [EMAIL PROTECTED]; Ayhan Ulusoy > Subject: Re: porting Sandwich to mp2 > > > Another thing : > > Again, please separate questions in sepa

RE : Namespace for 3rd party general-purpose mp2 modules

2003-10-19 Thread Ayhan Ulusoy
Sorry about that Stas & thanks for point it out. > -Original Message- > From: Stas Bekman [mailto:[EMAIL PROTECTED] > Sent: Sunday, October 19, 2003 10:17 AM > To: [EMAIL PROTECTED]; Ayhan Ulusoy > Subject: Re: Namespace for 3rd party general-purpose mp2 modules

Namespace for 3rd party general-purpose mp2 modules

2003-10-19 Thread Ayhan Ulusoy
ich", but which can also work with wrapper templates (it's called CheeseBurger right-now). The code has been there for a while and works. I just need to add support for the Sandwich options, so that it would be a drop-in replacement. Under which namespace do I release it? Cheers, Ayhan

RE : [PATCH] add PERL5LIB to @INC in the correct order

2003-10-18 Thread Ayhan Ulusoy
ly" is not in the dictionary. The strict behaviour of taint-mode forces the script to do a "use lib" explicitly if it wants to "use" modules from some non-standard directory. Cheers, Ayhan -Message d'origine- De : Geoffrey Young [mailto:[EMAIL PROTECTE

RE : [PATCH] add PERL5LIB to @INC in the correct order

2003-10-18 Thread Ayhan Ulusoy
;s better to turn the behaviour off until it can, so that people don't rely on it behaving incorrectly. Cheers, Ayhan -Message d'origine- De : Geoffrey Young [mailto:[EMAIL PROTECTED] Envoyé : vendredi 17 octobre 2003 01:56 À : Stas Bekman Cc : [EMAIL PROTECTED] Objet : Re: [PAT

RE : RE : [mp2] PERLIO_K_RAW in apr_perlio.c

2003-10-01 Thread Ayhan Ulusoy
Yupp. It is probably better to stick close to the way httpd does things. Besides, that VMS behaviour must be a real buggy one if it is the way that snippet suggests :) Cheers, Ayhan -Message d'origine- De : Geoffrey Young [mailto:[EMAIL PROTECTED] Envoyé : mercredi 1 octobre

RE : [mp2] PERLIO_K_RAW in apr_perlio.c

2003-09-30 Thread Ayhan Ulusoy
s don't # use ASCII, so \015\012 means something different. I find this all # really annoying. $EBCDIC = "\t" ne "\011"; if ($OS eq 'VMS') { $CRLF = "\n"; } elsif ($EBCDIC) { $CRLF= "\r\n"; } else { $CRLF = "\015\012"; }

RE : RE : [mp2] PERLIO_K_RAW in apr_perlio.c

2003-09-29 Thread Ayhan Ulusoy
Sounds gd. Thanks Randy. -Message d'origine- De : Randy Kobes [mailto:[EMAIL PROTECTED] Envoyé : lundi 29 septembre 2003 02:12 À : Ayhan Ulusoy Cc : [EMAIL PROTECTED] Objet : Re: RE : [mp2] PERLIO_K_RAW in apr_perlio.c On Sun, 28 Sep 2003, Ayhan Ulusoy wrote: > I am

RE : [mp2] PERLIO_K_RAW in apr_perlio.c

2003-09-28 Thread Ayhan Ulusoy
I am worried about this. Does 'PERLIO_K_RAW' also make the following call "do nothing" ? : binmode($apr_f, 'utf8'); Cheers, Ayhan -Message d'origine- De : Randy Kobes [mailto:[EMAIL PROTECTED] Envoyé : dimanche 28 septembre 2003 04:45

RE : RE : BINMODE does not seem to support PerlIO layers on mod_perl 2

2003-09-13 Thread Ayhan Ulusoy
STDOUT to use the "utf8" layer. Guess what, it seems to force a guaranteed "seg-fault" as well :-). I was intending to make a ".t" file for this one, but then I thought since it seg-faults, it wouldn't be of any use running it as a standard test, would it?

BINMODE does not seem to support PerlIO layers on mod_perl 2

2003-08-14 Thread Ayhan Ulusoy
or a very unpredictable print behaviour. At least, now we are able to count on a pretty much binary-clean print... In any case, it would be very much desirable to have PerlIO working correctly. Ayhan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE : BINMODE does not seem to support PerlIO layers on mod_perl 2

2003-08-14 Thread Ayhan Ulusoy
Thanks Stas, & let me know if I can be of any help (I won't be here for the next two weeks though). Ayhan -Message d'origine- De : Stas Bekman [mailto:[EMAIL PROTECTED] Envoyé : mercredi 13 août 2003 10:29 À : Ayhan Ulusoy Cc : [EMAIL PROTECTED] Objet : Re: BINMODE do

RE: Filters -- Any reason why EOS is not being sent from mod-perl response handlers?

2003-02-11 Thread ayhan
til 1.99.08 but not yesterday's CVS version. Now Perl says it can't find method "pass_brigade" via package Apache::Filter. Maybe it's a state-inconsistency in the cvs or something... Anyway, I'll report to you once I've got some results. Thanks again Ayhan

Filters -- Any reason why EOS is not being sent from mod-perl response handlers?

2003-02-09 Thread ayhan
Hi, I have been working on an output filter, using the bucket brigade API -- since the stream API still seems to have a flew kludges left to hammer out. What I first thought would be a simple task has turned out to be quite a deal though... Here is some feedback that could perhaps be useful :