Hi all,
I got a really odd problem: I have identical mod_perl/apache installs
on FreeBSD 3.x systems and a few Redhat 7.3 systems.
After some time running OK, the Redhat systems start acting up.
Transmissions are suddenly cut of after somewhere between 90 and 150
kb. Absolutely nothing in any
Hi,
Sorry for this somewhat OT post (though it may be of general interest).
I am currently maintaining a WAN (4 continents) consisting of FreeBSD
machines. While I am quite happy with FreeBSD, lack of driver support for
some boards I need to use forces me to switch to Linux. And while the Pros
Scott Alexander wrote:
> So if i didn't want to wait, how would I go about getting an RSA
> liscense? to have a mod_ssl server before then.
>
> Also, are the CA's willing to sign for this time of server?
>
When I checked into this Raven SSL seemed to be the solution. It is
basically mod_ssl wi
dreamwvr wrote:
> hi Gerd,
> that was very much what i was looking for! hmm.. seems that perl is
> definately one of the most mem efficient langs whereas java is not.
> cool and definately great reading although "talk about detail!" this
> is good! Java has become acceptable for a compiled languag
dreamwvr wrote:
> hi,
> this could be a can of worms but anyhow here goes. Has anyone timed
> the actual efficiency of Perl vs Java?
>
> [cut]
>
I found this of some interest:
Computer Languages compared
http://wwwipd.ira.uka.de/%7Eprechelt/documents/jccpp_tr.pdf
Gerd
Stas Bekman wrote:
> On Wed, 19 Apr 2000, Matt Carothers wrote:
> > On Tue, 18 Apr 2000, Stas Bekman wrote:
> >
> > > Let's assume that you have two different sets of scripts/code
> > > which have a little or nothing in common at all (different
> > > modules, no base code sharing), the basic mod_p
[EMAIL PROTECTED] wrote:
> This site looks on top of it!
>
To bad they are a Verio company. My recent experiences with Verio
have been extremely poor, their customer support for leased lines
is that it pretty much is non-existent.
Gerd
> I noticed they were using a wrapper
> called vcpan for ac
Bill Moseley wrote:
> If running a program with a fork/exec within a mod_perl handler (not the
> best thing to do in mod_perl) with the following code:
>
> my $pid = open( PROG, "-|" );
>
> if ($pid) {
> while () {
> [..]
> }
> close( PROG ) or log_message( "failed close on program $! $?");
>
> Wh
Doug MacEachern wrote:
>
> I have the feeling IPC::Shareable is no longer supported. have you tried
> swaping it for IPC::ShareLite?
>
I checked CPAN and can't find IPC::ShareLite. Where is it hiding?
Thanks
Gerd