n't looked at the code for
Apache::Test enough to know whether this would be
easily implemented, but just thought I would throw out
the idea.
Thanks,
Nathan Byrd
--
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
Gedanken wrote:
I know this is not of much help, but I have had situations where a badly
terminating process would prevent subsequent processes from using that
port. on windows, i never found a solution other than to reboot. on
solaris 7, i never found a solution other than to wait 8 minutes.
Ged Haywood wrote:
Hi there,
On Thu, 3 Jul 2003, Dennis Stout wrote:
I made a simple mod_perl change to the config and when restarting Apache
I got this error:
(98)Address already in use: make_sock: could not bind to address
0.0.0.0:2250
no listening sockets available, shutting down
/usr/lo
I made a simple mod_perl change to the config and when restarting Apache
I got this error:
(98)Address already in use: make_sock: could not bind to address
0.0.0.0:2250
no listening sockets available, shutting down
/usr/local/apache/bin/apachectl: line 87: 16512 Segmentation fault
$HTTPD $A
Geoffrey Young wrote:
well, the (long) wait is now over - "Practical mod_perl" is here.
weighing in at a whopping 924 pages, "Practical mod_perl" really needs
no introduction for those that are already familiar with the mod_perl
Guide. however, from the ORA catalog description:
"From writing a
Perrin Harkins wrote:
simran wrote:
I need to be able to say:
* Lookup the _distance_ for the planet _mercury_ on the date _1900-01-01_
On the face of it, a relational database is best for that kind of query.
However, if you won't get any fancier than that, you can get by with
MLDBM or som
cheBench. I just finished
using it for doing some performance testing for a module I'm developing
and it worked great, seems to have good reporting methods and options
for repetitions, concurrency, etc. Thanks,
--
Nathan Byrd <[EMAIL PROTECTED]>
PROTECTED])
Sourceforge forums: http://sourceforge.net/projects/apache-par/
Thanks,
--
Nathan Byrd <[EMAIL PROTECTED]>
//httpd.apache.org/info/css-security/encoding_examples.html)
>
There is also a great article by Paul Lindner, titled "Preventing
Cross-site Scripting Attacks" which I found very helpful, available at:
http://www.perl.com/pub/a/2002/02/20/css.html
Thanks,
--
Nathan Byrd <[EMAIL PROTECTED]>
le for this, so any help would be greatly
appreciated.
thanks.
Nathan Sweaney
e "PerlSetVar
> PerlRunOnce On" to my .htaccess file, but my
> performance tests show that this is actually slower
> than regular CGI!!
>
> Is there anything I can do to make this work properly
> without renaming all my Site.pm modules (and all
> scripts that call them) to have unique names?
>
>
> Thanks,
> Pinunki
>
>
> __
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com
--
Nathan Byrd <[EMAIL PROTECTED]>
PACKAGE] = undef;
+ $_[0]->[CODE] = undef;
}
#
# func: handler
# dflt: handler
Thanks,
--
Nathan Byrd <[EMAIL PROTECTED]>
On Sun, 2003-02-02 at 21:04, Stas Bekman wrote:
> Nathan Byrd wrote:
> > Version 0.10 of Apache::PAR is now available on CPAN at the following
> > location:
> >
> > http://www.cpan.org/authors/id/N/NB/NBYRD/
> >
> > This version of Apache::PAR no
ng list: [EMAIL PROTECTED]
mod_perl mailing list: [EMAIL PROTECTED]
Thanks,
--
Nathan Byrd <[EMAIL PROTECTED]>
ible from a non-root user. I haven't worked on a solution yet,
but I was thinking the best thing to do might be to create a temp
directory (maybe with a prompt for the directory to create it under)
from the generated Makefile in the start_httpd section and copy any
content (and then remove it in kill_httpd)
Maybe this would be a good feature to add to the Apache::test and
Apache::Test modules?
Thanks,
--
Nathan Byrd <[EMAIL PROTECTED]>
Mark Schoonover writes:
> Are there plans to do the University again??
Every year or two I try again to revive it. Your message started me
again this year. No promises, but we're looking into it.
> Thanks Nat for the work you did down here!!
Thanks for your kind words. I love every minute of
Robert Landrum writes:
> One of the other things I disliked about the last OSCON was the missing
> Perl Conference Proceedings.
They didn't appear because we didn't have time at O'Reilly to do it.
They're prepared in Framemaker, to fit with our style guide, and take
a huge and painful amount of ti
Mark Schoonover writes:
> Any chance they will bring it back to San Diego?? :)
Not for two years at least (the duration of the contract with the
Portland hotel). The San Diego hotel was much more expensive and
remote, compared to the Portland hotel. I think people are really
going to enjoy being
Ask Bjoern Hansen writes:
> On Wed, 8 Jan 2003, Perrin Harkins wrote:
> Like Perrin I would like feedback on the idea before putting in my
> proposal.
I've also been asked if anyone has a wishlist of talks they'd like to
see at the conference. Ideally they'd be "talks I'd pay money to see"
but I
s there another workaround to send byterange responses with mod_perl
modules? I suppose it could be implemented in the module itself (or as
a patch to mod_perl, maybe in Apache::Response), but I don't want to
attempt that if the byterange filter could be run anyway for a request.
Thanks,
--
Nathan Byrd <[EMAIL PROTECTED]>
Nick Tonkin writes:
> Obviously you (or ORA) _are_ competing with "mod_perl Developer's
> Cookbook" ...
>
> If ORA wanted to cover mod_perl they should not have let Geoff & co. get
> away to another publisher.
Actually, we do cover mod_perl--we published the Eagle book, "Writing
Apache Modules ..
I need some people with brains (instead of the warm gray mush filling
my head, the effects of becoming an editor) to look over the first 1/3
or so of a mod_perl chapter for the upcoming Perl Cookbook. I need
people to read the work for accuracy. If you're interested, send me
mail: <[EMAIL PROTECT
. :-) Thanks,
--
Nathan Byrd <[EMAIL PROTECTED]>
, etc.
NAME: Apache::PAR
AUTHOR: Nathan Byrd <[EMAIL PROTECTED]>
MODULES: Apache::PAR, Apache::PAR::Static, Apache::PAR::Registry,
Apache::PAR::PerlRun
DESCRIPTION:
Apache::PAR is a framework for including Perl ARchive files in a
mod_perl environment. It allows an author to package up
I've wondered about this too. Mainly, if you have multiple developers
working with the
same web server, how would you test your scripts without running into each
other? it
seems like CVS would work well if everyone was developing on his/her own
box.
Nate
> -Original Message-
> From: Hsiao
"clunky" solution, and not very good
if the filesystem has to be manually mounted to restart the webserver,
but the admin isn't available :-)
Thanks,
Nathan Byrd
* http://search.cpan.org/search?mode=module&query=ex%3A%3Alib%3A%3Azip
On Sun, 2002-07-21 at 21:58, Jonathon M. R
Albert,
I'm not sure if this solves your problem, but I believe that
Apache::RegistryNG compiles based on the filename instead of the uri
(since it is derived from Apache::PerlRun, but overrides
namespace_from() to be shift->{r}->filename). Thanks,
Nathan Byrd
On Sun, 2002-07-
take23.org has been very quiet. I think it'd be cool if everyone on
this list posted a short piece about their current mod_perl project.
It could be a module they're working on, a site they built, or even
something as simple as "how I used Apache::MP3 to let everyone in our
house listen to our mu
I suppose I should point out that perl.com is always interested in
mod_perl articles. If you've learned lessons that others could
benefit from, contact the perl.com editor, Simon Cozens
<[EMAIL PROTECTED]>.
Nat
Stas Bekman writes:
> > The list's goal is to create the Perl 5 Enterprise Extensions.
> > Send mail to [EMAIL PROTECTED] to join. When we've decided
> > on a path and start to code, I'll have a CVS repository created.
>
> any reason for hardcoding 5 in the name?
Two reasons:
* perl6 doesn't e
The list's goal is to create the Perl 5 Enterprise Extensions.
Send mail to [EMAIL PROTECTED] to join. When we've decided
on a path and start to code, I'll have a CVS repository created.
Nat
Stephen Adkins writes:
> That would be great (as long as perl.org can host the CVS too).
> My concern was that perl.org might not be as specialized in hosting
> development teams as sourceforge.net. Do you support "viewcvs"
> or similar for web browsing of the CVS repository?
cvsweb. You can se
Stephen Adkins writes:
> If no one suggests an appropriate list, I propose starting a "p2ee" group
> on SourceForge. This gives us mailing lists and a CVS repository for the
> artifacts of the effort (which will mostly be specifications and
> documentation, with maybe some Bundle files). I would
Leon Brocard writes:
> > Perhaps a port of JMS is in order.
>
> Interestingly, I've been thinking along the same lines. Spread
> (http://www.spread.org/) can be used for the publish/subscribe
> messaging domain but queueing seems to be important too. Straying a
> bit offtopic perhaps, but I wonde
Joe Schaefer writes:
> A causal reading seems to suggest that most mod_perl-based
> templating systems do exactly what this patent will cover:
> i.e. set up a non-HTML based website where templates
> dynamically convert non-HTML files into HTML.
IANAL (and IVAGINAL too, but that's for a differe
Tim Peoples writes:
> I tried doing the s/OK/DECLINED/ thing and it didn't do the trick. :-(
>
> I forgot to mention that this is in combination with HTML::Mason,
> but I doubt that should have any effect.
This appears to be a bug in mod_perl, partially (said, I think, Geoff
Young) fixed in the
Tim Peoples writes:
> I tried doing the s/OK/DECLINED/ thing and it didn't do the trick. :-(
You're right, it was the restart that did it. OK/DECLINED makes no
difference in that handler.
I'm seeing, with or without my handler, the PerlSetEnv stuff only
happening once per connection rather tha
Tim Peoples writes:
> This 'Apache::Vermicide' module, installed as a 'PerlPostReadRequestHandler',
> seems to be preventing any 'PerlSetEnv' directives from being parsed out
> of a '.htaccess' file (or equivalent). IOW, the ENV vars aren't getting
> set properly.
>
> I'm investigating how to re
[Apologies if you get this twice--mailed it first from my oreilly.com
account, which may not be the address subscribed to this list]
http://www.torkington.com/vermicide.txt has a mod_perl handler to
catch the requests as soon as they arrive, and discard them with a
minimum of work to Apache. If
http://www.torkington.com/vermicide.txt has a mod_perl handler to
catch the requests as soon as they arrive, and discard them with a
minimum of work to Apache. If your web server is struggling under the
load, this might help.
The heuristic it uses for "requests to ignore with prejudice" is the
p
Tom Servo wrote:
>
> There could be something I'm missing here, but I believe you need to use
> $r->content() to get POST arguments. Beware though, that once you call
> content() you can't call it again, so hang onto whatever comes out of it.
>
> Also...isn't it $r->args() or am I just complet
are at the latest rev as far as I'm aware.
perl 5.6.1
apache 1.3.20
mod_perl 1.25
libapreq 0.33
Thanks for any help.
-Nate
--
Nathan Wiger
Sysadmin and Perl Hacker
Sun Microsystems
can write a custom config
module for your own applications and use this module to
parse it.
In any case, the module is stable but I'd be shocked it is bug-free. So
if you have any comments or bugfixes I'd like to know about them. Hope
you find this useful!
-Nate
--
Na
(I can speak for ORA :-)
Gunther wrote:
> Since I didn't know the area and don't have a travel agent I trust
> to really know the hotel geography relative to the conference, I
> just reached out of my ass and paid the high cost of being in THE
> conference hotel. Of course, I do prefer to be at t
Matt Sergeant writes:
> I guess TPC::Hawaii is out then :-)
Don't think I haven't argued for it!
Nat
Matt Sergeant writes:
> I doubt it's the last one we'll see fall... I suspect TPC will be a
> shadow of its former self... :(
Despite my best efforts (zillions more tracks than last year, 200+
talks, five days instead of four, all in a tanking economy), there's
going to be an OScon with TPC next
Jeffrey W. Baker writes:
> Because I am an Authentic 99.44 Percent Pure Jackass(tm) I haven't
> booked a room at the O'Reilly convention fast approaching. I called
> the hotel today and all they were able to offer me were some
> overpriced suites that I don't want. I would be very grateful if
>
Stas Bekman writes:
> Anyway, you can take tutorials without going to any conferences. My
> tutorials are available from http://stason.org/talks/, Nat has posted his
> tutorial's URL a few months ago and it should be available in the
> archives. I suppose you can ask other folks that deliver mod_p
do attempt to use it, please let me know how it works out.
Nathan
Jesse Erlbaum writes:
> I've been trying for THREE DAYS to email SOMEBODY at PERL.COM about
> taking out a damn ad in their Perl.Com newsletter.
The bounces from songline and oreillynet were very bogus. I've sent
your mail to someone high up at perl.com to figure out what's going on
and get in t
Matt Sergeant writes:
> For what it's worth, I'm now back out from spending a week and a bit under
> the bar. What a hangover! :-)
I'd like to attest that I did see Matt away from the bar. Sometimes
he was pool-side, and sometimes he went to Fry's with us. :-)
I can't say how much fun it was me
Blue Lang wrote:
> I'd like to officially vote for Maude Pearl, the 1920's Bettie Paige-ish
> dominatrix-esque mod_perl mascot.
Wow. I've had "perl6 themes" as a background process for a while now.
S&M is certainly a meme that precious few other programming languages
have made use of ...
The
jeff saenz wrote:
> Might be possible that soap is addressing messaging issues.
> > > Is there a event messaging framework available for Perl, similar to JMS?
> > > I'd like to be able to have an object registered as a handler for certain
> > > "events", and have perl code throw those events caus
"Michael A. Nachbaur" wrote:
>
> Since today seems to be "The Day of the Off Topic(tm)", I thought I'd jump
> in with my question.
>
> Is there a event messaging framework available for Perl, similar to JMS?
> I'd like to be able to have an object registered as a handler for certain
> "events",
We use Slackware (oi oi oi), have been since about '95, I love it :)
7.1 on a few machines, but 4.0 on most, Apache 1.3.14 and mod_perl 1.24_01
on nearly all of the important ones.
We don't have a mind-boggling load, but several machines with a whole bunch
of software/performing many different f
Gunther Birznieks writes:
> BTW, how long (in time) was this course (in the lecture format you gave it
> in)? And how well did the timing work out for the slides?
I had three hours. I got to the point where I could end on time.
Generally I would take time early on and speed up towards the end :
Homsher, Dave V. writes:
> With all of the advocacy talk on the ML right now I've been
> mulling around the idea of having a "peer review" forum where one could post
> code that you are currently working on w/an explanation of what you are
> trying to accomplish and have the community review/give
Gunther Birznieks writes:
> However, I am willing to concede that as a first cut, fancy slides are
> probably not worth it because the slides will change too often. Once v1 is
> released, then someone can transcribe the slides to PPT (or maybe a tool
> will exist by then) as a "stable release"
Stas Bekman writes:
> It's already taken by the eagle book. And since the URL is hardcoded in
> the book, you cannot change this.
True, but you can prominently place a pointer to Eagle book's content
on the new modperl.com homepage.
> modperl.org is taken by someone else, and it's empty...
Baij
Matt Sergeant writes:
> Basically I see the distinction as news/community vs the official home
> page. The same as php3.org vs phpbuilder.
I think modperl.com should be the webpage that shows modperl to be an
active vibrant technology. In other words, I think take23 should
really be on modperl.c
Allen Wilson writes:
> I for one...would like to see some tutorials. I am just starting to
> use mod_perl and it hard getting a firm start.
http://prometheus.frii.com/~gnat/mod_perl is the only freely-available
tutorial that I know of. There are a few (ahem) bugs in the code, but
the tutorial is
J. J. Horner writes:
> What is the story on these tutorials? Is it something you can
> distribute, or did most of it come off of the top your head?
Tutorials seems like a deadend for effort. I've had zero (0)
responses to my offer of my "Introduction to mod_perl" tutorial.
If nobody's interest
Perrin Harkins writes:
> Anyway, I think a better approach for getting attention from Java-minded
> people is to demonstrate that there are well-designed, carefully
> engineered sites being built in mod_perl. Most of the articles I see
> about Perl tend to play up the "quick hack" aspect, and ign
I think the 100% Java idea has had its day. Microsoft's .NET is a
tacit admission that in the real world Microsoft will never own 100%
of the market, so let's make things work better together.
In that vein, I'd love to see an article on mod_perl and JSP
cooperating. That is, a website that uses
J. J. Horner writes:
>> I would be willing to donate my time to write and initially test
>> the exercises to the slides that are taught for the days. If a
>> couple people were to donate their time to writing the slides
>> based on an outline produced by Stas and Randal.
>
> So would I. I'm more
Please trim your replies so that there aren't two pages of quoted
material and then five lines of original response. Sometimes I
feel like I need a map and compass to find the new message :-)
Thanks,
Nat
-
To unsubscribe, e-ma
J. J. Horner writes:
> I'd be interested in something like this.
Certification is a quagmire. If it's done well, it takes a lot of
work by the certification authority, and that makes it expensive for
those certified. If it's done poorly, it's useless and is just a
moneymaker for the certificati
>> ActiveState has built an Perl/Python IDE out of Mozilla:
>> http://www.activestate.com/Products/Komodo/index.html
>
>too bad it's windows only :/
It says at:
http://www.activestate.com/Products/Komodo/index.html
that it is cross platform for Windows, Linux, and Unix.
The beta they have
Nathan Stitt attmpted to write:
> Stas Bekman wrote:
>
> > Well, here comes a different question. Most of us have very limited
> > resources on helping the project. The best scenario is when someone is
> > doing mod_perl coding for his tasks at work and contributes
Stas Bekman wrote:
> Well, here comes a different question. Most of us have very limited
> resources on helping the project. The best scenario is when someone is
> doing mod_perl coding for his tasks at work and contributes back.
>
> But we are talking about things that require more than that. W
Paul writes:
> Any idea what it would take to get a link there from webs like tpj and
> Perl.com?
Those two I can easily make happen. Send me email saying what you
want a link to, and what you want the link to say.
Writers for perl.com are always wanted. Pitch your article ideas to
[EMAIL PROT
Stas Bekman writes:
> Luckily Matt has got sick of waiting for someone to work on the advocacy
> of mod_perl and he has just taken over it. Having a good informational
> site is good, but it's not enough. We need to solve the problem of people
> to find this site and wanting to use mod_perl. Solut
If it works
as described, it would be a good option to recommend for users with
broken rpms as you describe. It suposedly supports mod_perl, ssl, and
even php all together somehow.
I've never used it, but am planning to give it a shot next time I have
to compile a new server.
Its at: http://www
Mark Doyle writes:
> Starting with www.gnome.org led to RPM hell and loading a
> lot more than just this single library.
This:
ftp://ftp.gnome.org/pub/GNOME/stable/sources/libghttp/
will hold the latest stable sources, and is the master distribution.
Nat
Stas Bekman writes:
> Sorry about not mentioning all the other speakers who have added to the
> YAPC fun. Nat was there, so we will make sure to bring at least a little
> of this fun to TPC. I know that people pay a lot of money to attend TPC,
> compared to YAPC, but I doubt that people would comp
Perrin Harkins writes:
> I may be able to offer something on how we use mod_perl at eToys. We
> recently rewrote our codebase to take better advantage of mod_perl and are
> using some fun OO stuff, as well as a bunch of scalability tricks.
>
> I was also thinking about presenting a comparison of
I wrote:
> I've got a room allocated to mod_perl for two days of conference at
> the next OScon
Man, that'll teach me to open my big mouth :-)
OScon is O'Reilly's Open Source Convention. Next year it will be
in San Diego. See http://conferences.ora.com/ for a link to this
year's OScon. OScon
Matt Sergeant writes:
> Since its getting towards the end of the year, should we be thinking of
> putting together a mod_perl track for TPC?
I've got a room allocated to mod_perl for two days of conference at
the next OScon. With this group's blessing I'd like to call it "the
mod_perl conference
r a year or so. I'd welcome comments
or encouragement to put it in CPAN.
Cheers,
nathan
~
Nathan Vonnahme [EMAIL PROTECTED]
http://enteuxis.org/nathan http://thethirdsector.com
# $Id: CGI_errors.pm,v 1.3 1998/08/26 01:53:
Thanks for the speedy response. You've now emboldened me to ask my
second question: sometimes I see people not calling send_http_header()
and yet their HTML still comes through. Does mod_perl sometimes
automatically call this for you?
Nat
I see some programmers don't check header_only(). Are there
bad things in store if you don't? Or will Apache or the browser
simply ignore the body that gets created?
Nat
Ask Bjoern Hansen writes:
> We have a mod_perl BOF the 19th from 8-9pm (that's 20-21 for the
> rest of us) - http://www.oreillynet.com/pub/w/bofs.html - which
> means that we have to stay sober enough to at least remember what
> time it is while we drink VA Linux's beer. :-)
> http://www.oreilly
Perrin-
> modifying Apache::Session to support both interfaces and sending Jeffrey
> the patch.
This is a good suggestion. I'll try modifying Apache::Session first and
sending Jeff the patch. If he doesn't want to integrate it I'll package
it as a separate module.
-Nate
Perrin-
> Is there a reason you can't use the OO interface that Apache::Session
> comes with?
>
> $session->STORE('visa_number') = '7';
> print $session->FETCH('visa_number');
> $session->DELETE('visa_number');
This isn't really a documented interface - it's an overloading of the
tie methods so
Hi-
I've created an object interface to Apache::Session. It's a simple
module that I've called Apache::Session::Object (seemed pretty
intuitive) that presents the following interface:
# Create new session using the default File store
use Apache::Session::Object;
my $session = new Apache
> NW] In any case, I have several questions:
> NW]
> NW] 1. Does a module like this exist anywhere?
>
> You may want to take a look at AppConfig module. It does provide
> generic capability to parse various kinds of config file. But I'll
> be a happy user to have more spesific Apache related
James-
You and are are saying the same thing, just with different terminology.
I agree completely. :-)
-Nate
James G Smith wrote:
>
> Nathan Wiger <[EMAIL PROTECTED]> wrote:
> >
> > UseCanonicalName On# = 1
> > UseCanonicalName Off # = 0
> >
Hi all-
On a totally different subject, I've been experiencing problems with the
interaction between CGI::Carp and Apache::Session. I find that in a
mod_perl context, if I import CGI::Carp before I import Apache::Session,
then I run into the following error:
[Thu Jun 29 13:14:03 2000] [error] (
James-
> You might want to reconsider the usecanonicalname setting. The hash element
> should exist if and only if it appears in the configuration file. It should
> be defined if and only if it has an argument in the configuration file.
>
> Thus, the following results:
>
> UseCanonicalNam
Hi all-
I've written a module that can parse the Apache httpd.conf config file
(and in fact any Apache-like config file). It will take a set of
directive like:
ServerName www.mydomain.com
UseCanonicalName Off
And parse it case-insensitively, returning a ref to a hash:
Ken Williams writes:
> Huh? 3-arg open? I haven't seen this in the various writeups of
> new 5.6.0 features, and the docs at
> http://www.perl.com/CPAN-local/doc/ are still stuck on 5.005_02. My
> curiosity is piqued!
Here are the examples from the open entry in the perlfunc manpage.
open(D
Matt Sergeant writes:
> Nope, but often I do use the TomC "my $fh = do { local *FH; };" method,
> because I hate those ugly HANDLE capital letters everywhere - they use up
> more bytes than lower case ones... ;-)
When you have 5.6.0, it's even easier:
my $fh;
open($fh, "< foobar") or die;
Stas Bekman writes:
> Therefore a possible solution, as offered by both conference organizers,
> is to have a dedicated mod_perl track this summer in Monterey and in
Close, but not quite. It's too late to adjust the July 2000
conference (layout was finalized around March 1), but we are all
syste
Leslie Mikesell writes:
> personal styles of perl coding are involved. It would be
> nice if some outlines/slides of the material could be online
> before the signup deadlines and the actual session could
> spend more time in discussion and question/answer than
> covering the overview.
(getting
Jeff D. 'Spud (Zeppelin)' Almeida writes:
> I don't know why it is that we (as a computer industry) feel
> compelled to attach grossly overinflated registration fees to our
> professional meetings, but the ones that don't have them (like YAPC)
> tend to be better-appreciated.
The registration fee
Jason Bodnar writes:
> I guess my big problem with the ORA conference last year was that all the
> tutorials I attended last year tried to cover the basics and didn't lead
> enough time for in-depth informaiton.
Yup, I agree. The level of the material offered, though, is in the
hands of the prog
Jeff D. 'Spud (Zeppelin)' Almeida writes:
> 1) I don't think getting 200 people to attend a mod_perl conference is
> particularly ambitious at all, especially if it's held in a manner
> convenient for people to attend. 20,000 people went to Linux World in New
> York, and it wasn't THAT great of a
I said:
> I guess I'm not sure why mod_perl needs a conference of its own.
> Would a mod_perl track as part of the O'Reilly Open Source Conference
> work for you? That way you wouldn't need to kill a member of the
> community by pushing organization onto them, as O'Reilly's (excellent)
> conferen
I guess I'm not sure why mod_perl needs a conference of its own.
Would a mod_perl track as part of the O'Reilly Open Source Conference
work for you? That way you wouldn't need to kill a member of the
community by pushing organization onto them, as O'Reilly's (excellent)
conference organization fo
Gunther Birznieks writes:
> Of course that brings us to the question as to whether OReilly Perl
> conference is really giving people the depth in what seems to be an
> increasingly popular reason for using Perl: mod_perl. If you want to
> do a tightly focused Apache::Mod_perl conference, then, I w
100 matches
Mail list logo