Opened 8 years ago
Closed 8 years ago
#13420 closed enhancement (invalid)
New article submission for haiku-os.org
Reported by: | andrewz | Owned by: | waddlesplash |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Website/www.haiku-os.org | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Here is an article submitted to haiku-os.org in HTML format. Symmetric Multiprocessing on Haiku.
Attachments (2)
Change History (12)
by , 8 years ago
Attachment: | Symmetric Multiprocessing on Haiku .htm added |
---|
comment:1 by , 8 years ago
patch: | 0 → 1 |
---|
comment:2 by , 8 years ago
patch: | 1 → 0 |
---|
by , 8 years ago
Attachment: | Symmetric-Multiprocessing-on-Haiku.md added |
---|
comment:3 by , 8 years ago
patch: | 0 → 1 |
---|
comment:4 by , 8 years ago
Snice waddlesplash uses Markdown for the website, I did a rough conversion of it.
You can see a preview of it here
comment:5 by , 8 years ago
Thanks, Richie!
Yes plain html or markup is required. :)
The right place to submit an atricle also isn't this bugtracker, but the issue tracker at https://github.com/haiku/website . Even better would be a pull-request there, as it makes commenting on certain sections of the article easier.
I leave the evaluation of the content to the pros...
comment:6 by , 8 years ago
patch: | 1 → 0 |
---|
comment:7 by , 8 years ago
I don't particularly see why this article belongs on the Haiku website -- it's extremely technical (we generally post things mostly related to end-users...) and doesn't seem to detail any Haiku-centric functionality? It lists off Haiku's thread APIs, but then goes on to use a semi-custom threading infrastructure that would operate just as well on Linux, *BSDs, etc. with minor tweaks and an API conversion.
comment:8 by , 8 years ago
Indeed, threading under Haiku and BeOS is much better handled using high level tools such as BHandler and BMessage. No one should be messing directly with threads, unless they are writing an operating system.
Symmetric Multiprocessing on Haiku