Difference between revisions of "User:Kr"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Misc)
m (Threading: Added another reference ...)
Line 118: Line 118:
 
* Futexes are Tricky - http://people.redhat.com/drepper/futex.pdf
 
* Futexes are Tricky - http://people.redhat.com/drepper/futex.pdf
 
* "Parallel programming environments: less is more" - http://blogs.intel.com/research/2007/10/parallel_programming_environme.html#more
 
* "Parallel programming environments: less is more" - http://blogs.intel.com/research/2007/10/parallel_programming_environme.html#more
 +
* A blog entry on lock nesting by Jonathan Pryor: http://www.jprl.com/Blog/archive/development/2008/May-27.html
  
 
===OOo===
 
===OOo===

Revision as of 07:14, 28 May 2008

Contact

Background

Some Thoughts

GullFOSS

Some Scripts

Platforms

Misc

Open Source Economics

Articles

Business Models

Some business models identified by me:

  • Marketing instrument (brand awareness, capabilities).
  • Enabler for other products (server software, hardware, solutions, consulting, service, support, books).
  • Free only for consumers, commercials need to pay.

Notes

  • "pthread_exit" and its relationship to process termination ...
    • "atexit" actually gets called by the last thread in a process
    • "pthread_exit" in "main" would actually be perfect, if it was allowing to pass another return value than zero ...
    • /Building OOo

My Efforts

Chrome Again

Chrome Again

Effort/Revise OOo Multi-Threading

Move Uno stuff into the Uno Wiki. See Uno/Effort/Migrate Documentation

  • Update udk.openoffice.org to reflect latest wiki changes.

Do a source code inventory

Some Links

Event Driven Programming

Threading

OOo

Error Handling

Software

64bits

Building

Policies

Personal tools