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
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]
[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'
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
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
> 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
> -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
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
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
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
;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
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
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";
}
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
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
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?
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]
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
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
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 :
20 matches
Mail list logo