Contributed by jose on from the 20-questions dept.
``As there currently is no free bgp deamon that works well, I was carrying around the idea of writing one with me since about 2 years. Last September when I have been in Calgary I finally talked about that idea. In discussions with Theo some design ideas became clearer, and with some moral support I started writing bgpd in late November. After 9 days I ahd a fully working BGP session engine... ,'' says Henning.
It's all good."
(Comments are closed)
By Anonymous Coward () on
I particularly liked the section on "What would you say to convince a Linux user to switch to OpenBSD ?".
Just my $0.02.
By Anthony () on
This isn't a complaint, just an observation. I use something else when desktop performance is needed.
Comments
By Anonymous Coward () on
Thanks for your time.
Comments
By Anthony () on
Comments
By tedu () on
Comments
By Anthony () on
So, unless I want to use root privileges every time I fire up a web browser, I'd have to go the other way and run all my CPU-bound stuff at a higher nice... That also constitutes a visible difference.
OR I could just use an OS that's actually designed for highly responsive desktop use and not insult OpenBSD by pretending it's the best OS for all tasks. Yeah. I think that's the way to go.
Comments
By Anonymous Coward () on
It's really annoying to see people asking for something but never doing anything themselves ...
Comments
By Anthony () on
Besides, I kinda doubt Theo would accept patches that would add quite a bit of complexity without any substantial benefit to security or stability.
By Anonymous Coward () on
Linux 2.6 supports Intel's HT processors, OpenBSD supports the crypto in VIA's. Yes, crypto is important but I know which I'd rather have on my desktop (and be able to justify on SMP servers). SMT and SMP is where things are headed and no SMP in OpenBSD is going to become a serious mark against it in the not too distant future.
Gentoo, at least, allows processor specific optimisation during compilation, OpenBSD does not (though I hope this will be changing soon with the gcc3 import). This made a huge difference to desktop performance and responsiveness when I tested it on a spare system.
So for now at least, I'll use Linux or possibly FreeBSD when they go to 5-RELEASE for desktop use but I'll stick it behind an OpenBSD firewall.
Comments
By Wim () on
By Anonymous Coward () on
By Anthony () on
By Anonymous Coward () on
By Anonymous Coward () on
By Lawrence Berhold () on
It seems that he is using the old poll. Not going to scale, oh no. Besides, if he wants a portable system that makes use of kqueue and stuff like that, libevent seems the way to go.
Just my 2 cents.
- L
Comments
By gwyllion () on
By djm () on
Comments
By Joe Abley () jabley@automagic.org on http://www.automagic.org/
A dozen is not particularly extreme. A couple of hundred would be unusual, but not unheard of.
There are many networks in the world which include more than a couple of hundred routers, for example. If there's a need to terminate an ibgp session from each of them on a monitor box, there's 10-20 times your "dozen" worst case right there.
Comments
By Anonymous Coward () on
By Henning () henning@ on mailto:henning@
to have one buzzword on the shrinkwraped product? oh wait we don't have that...
poll is good.
and, people who tell you things like "using the old poll. Not going to scale, oh no." are either liars or have no idea what they are talking about.
By asti () on
One would be writing BGPd for a long time. Zebra is free. ( free == GNU )
http://www.zebra.org/
Comments
By Anonymous Coward () on
read OpenBSD goals:
http://www.openbsd.org/goals.html
Integrate good code from any source with acceptable copyright (ISC or Berkeley style preferred, GPL acceptable as a last recourse but not in the kernel, NDA never acceptable). We want to make available source code that anyone can use for ANY PURPOSE, with no restrictions. We strive to make our software robust and secure, and encourage companies to use whichever pieces they want to. There are commercial spin-offs of OpenBSD.
By Henning () henning@ on mailto:henning@
2) it is not free. GPL is not free.
Comments
By Anonymous Coward () on
> "GPL is not free."
And neither is the BSD license; Public Domain is the absolute freedom.
Comments
By Krunch () on http://krunch.servebeer.com/~krunch/