Hubert Feyrer | 1 May 2007 03:32
Picon
Favicon

Article: Linux versus Windows: OS impact on uptime and speed


http://blog.mon.itor.us//?p=286

From the article: ``There are many factors which affect Website 
availability and performance from end user perspective, namely ISP 
Internet connection, server location, server parameters, programming 
language, application architecture and implementation. One of the critical 
parameters is a selected Operational System (OS). Most users often need to 
select between Linux and Windows, two popular choices for web servers. By 
providing free monitoring service, we at mon.itor.us collected large 
amount of data to perform a unique analytical research examining OS 
correlation with uptime and performance.
...

Summarizing, statistically Linux based servers provide better availability 
and response speed than Windows servers. Absolute leader is NetBSD in both 
categories; OpenBSD and Solaris also demonstrate good results.

We hope this data will be valuable for our community in their hosting 
selection process.''

See the article for details, and enjoy!

  - Hubert

Tim Rightnour | 4 May 2007 09:16
Gravatar

ppcoea-renovation update (hackathon6)

This is a quick update of the branch status, as well as the results from the
hackathon.

1)  extr_intr unification.  Mostly done.
Prep and macppc have been converted to the new shared pic code.  Generic
handlers have been written for i8259, prepivr, and openpic.  Still remaining is
conversion of other ports.

2) clock.c. Done.  new one is in powerpc/clock.c.  Still need to convert more
ports over to using it.

3) shared pci code.  The code is in place, so far prep has converted.  Still
remaining is to convert the rest of the ports over.

4) Shared isa code.  Partially done.  It looks like we will have to implement a
scheme similar to the shared pci code.  Still need to solve a few problems
here, but the shared pic code gets rid of most of the isa dependencies that a
port had.

Even though the hackathon is officially over, the branch is still open, and
work continues.  Now that macppc and prep are mostly converted, these can serve
as examples to anyone wanting to try to take on a port.

---
Tim Rightnour <root <at> garbled.net>
NetBSD: Free multi-architecture OS http://www.netbsd.org/
Genecys: Open Source 3D MMORPG: http://www.genecys.org/

Przemysław Pawełczyk | 7 May 2007 21:56
Picon

LearN <at> BSD WWW changed name to P2O2's WWW

Hi,
LearN <at> BSD WWW changed name to P2O2's WWW.
New website embraced old Links page.

Direct address: http://pp.kv.net.pl/nbsd/index.html
If you find it useful I'll be glad.

Long live to Rexx! See the WWW why... ;-)

Cheers,
--
Przemysław Pawełczyk <pp_o2 <at> o2.pl>
P2O2's WWW: http://pp.kv.net.pl
P2O2's WWW Forum: http://www.p2o2.fora.pl/
Przemysław Pawełczyk | 10 May 2007 15:01
Picon

P2O2 Guide to NetBSD FTP

Hi,

I've made first preliminary version (0.5) of my "P2O2 Guide to NetBSD
FTP - understanding FTP levels":
http://pp.kv.net.pl/nbsd/ftp1.html

"NetBSD WWW Wrapper - P2O2's version of NetBSD WWW" is also ready:
http://pp.kv.net.pl/nbsd/index.html

Perhaps you'll find the pages useful. Of course, any remarks welcome.

Regards,
--
Przemysław Pawełczyk <pp_o2 <at> o2.pl>
P2O2's WWW: http://pp.kv.net.pl (The LearN <at> BSD Project)
P2O2's WWW Forum: http://www.p2o2.fora.pl/
Thor Lancelot Simon | 16 May 2007 03:58

*My* favorite benchmark

We've seen a lot of semiscientific benchmark numbers thrown around
lately.  I happen to believe that the only benchmarks that matter are
properly written microbenchmarks whose correlation to architectural
features is well understood, and your own application.  And of course
benchmarks where you don't normalize everything you can about the system
under test are meaningless.

Microbenchmarks are boring.  My application is compiling operating systems,
because I do it many times a day for my job.

Here are results for compiling NetBSD 4 (checked out freshly from CVS as
of this afternoon) with GCC 4.1.2 as the host compiler for the NetBSD
toolchain, on two identical Mac Mini Core Duo machines with 512MB of RAM.

One machine is running NetBSD-current as of May 13; the other is running
FreeBSD 6.2RC2, because it's what I use as a host for building a
FreeBSD-based network device image at work.  Unfortunately that means I
will regretfully ignore any requests to run this test with other operating
systems or revisions; I don't have the hardware or time.

Both systems have the stock SMP kernels shipped with each OS's release
images.

Each machine has a single FFS filesystem, with soft dependencies, mounted
on /.  The NetBSD system has tmpfs mounted on /tmp; the FreeBSD system has
mfs.  Obviously, since both systems are stock Mac Minis from the dealer,
the disks are identical.

These are parallel builds (build.sh -j4) on a dual-core host.  I expected
FreeBSD 6 to win this test hands-down.  It *really* didn't -- since I do
(Continue reading)

Przemysław Pawełczyk | 19 May 2007 13:32
Picon

Rexx in NetBSD

Hi,

I compiled ooRexx with GtkRxDlg in NetBSD. Then I've made rexx
scripts which helped me to build P2O2's WWW. You're warmly welcome to
come to my wensite and see the results. "P2O2's WWW" is in development
state but maybe some of you will find my rexx and bash scripts useful.

BTW. Is there anyone who use rexx for scripting?

Cheers,
pp
--
Przemysław Pawełczyk <pp_o2 <at> o2.pl>
P2O2's WWW: http://pp.kv.net.pl (The LearN <at> BSD Project)
P2O2's WWW Forum: http://www.p2o2.fora.pl/
Christos Zoulas | 19 May 2007 20:04

Re: Rexx in NetBSD

In article <20070519063215.e4ebe551.pp <at> kv.net.pl>,
Przemys³aw Pawe³czyk  <pp <at> kv.net.pl> wrote:
>-=-=-=-=-=-
>
>Hi,
>
>I compiled ooRexx with GtkRxDlg in NetBSD. Then I've made rexx
>scripts which helped me to build P2O2's WWW. You're warmly welcome to
>come to my wensite and see the results. "P2O2's WWW" is in development
>state but maybe some of you will find my rexx and bash scripts useful.
>
>BTW. Is there anyone who use rexx for scripting?

Not anymore; long time ago when I was working for IBM.

christos

Jan Danielsson | 19 May 2007 22:16
Picon

Re: Rexx in NetBSD


Przemysław Pawełczyk wrote:
> I compiled ooRexx with GtkRxDlg in NetBSD. Then I've made rexx
> scripts which helped me to build P2O2's WWW. You're warmly welcome to
> come to my wensite and see the results. "P2O2's WWW" is in development
> state but maybe some of you will find my rexx and bash scripts useful.
> 
> BTW. Is there anyone who use rexx for scripting?

   On the few occasions I use OS/2 nowadays, I do use Rexx. But I don't
see much point to use Rexx on my NetBSD system, since it has powerful
shell scripts, and when it can't do what I want, there's Python.

   Object Rexx is pretty cool, though.

--
Kind regards,
Jan Danielsson

Edwin Groothuis | 20 May 2007 06:41
Favicon

Pictures and presentations from BSDCan

If you have pictures, presentations/slides and/or recordings from
BSDCan online, please drop me an email with the URL to it so I can
add them to the NetBSD Multimedia Resources List at
http://www.mavetju.org/unix/multimedia/netbsd/multimedia-source-bsdcan.html

Edwin
--

-- 
Edwin Groothuis      |            Personal website: http://www.mavetju.org
edwin <at> mavetju.org    |              Weblog: http://www.mavetju.org/weblog/

Przemysław Pawełczyk | 21 May 2007 12:49
Picon

Searching Localy *BSD FTPs' Application Indexes

Hi,
Some of you have two or three BSDs installed. I've written two scripts
to search all three *BSD application index files in a handy manner,
on your computer. And have the files in up-to-date state. Details: go
to my WWW or directly to the page:
http://pp.kv.net.pl/oorexx/makebsdindexes.html

As usual screenshots are provided. Have a fun.

Regards,
pp
--
Przemysław Pawełczyk <pp_o2 <at> o2.pl>
P2O2 WWW: http://pp.kv.net.pl (The LearN <at> BSD Project)
P2O2 WWW Forum: http://www.p2o2.fora.pl/

Gmane