Difference between revisions of "Dossy Shiobara"
m (category link fixup) |
(→Articles: adding Linux Magazine Spain article) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
: Location: US, NJ/NY/VA | : Location: US, NJ/NY/VA | ||
− | + | [[Category:Person|Shiobara, Dossy]] | |
I run the [[AOLserver Wiki]] at [[Panoptic]]. If there are any problems with it, ''abuse me''. | I run the [[AOLserver Wiki]] at [[Panoptic]]. If there are any problems with it, ''abuse me''. | ||
Line 24: | Line 24: | ||
* Clean up version 0.1pre of [[nsfreetds]] (an internal database driver that connects to Microsoft SQL Server or Sybase using FreeTDS 0.51) | * Clean up version 0.1pre of [[nsfreetds]] (an internal database driver that connects to Microsoft SQL Server or Sybase using FreeTDS 0.51) | ||
− | + | == Articles == | |
I'm starting to collect articles written about AOLserver that are available on the web. Eventually, these will move to their own wiki page: | I'm starting to collect articles written about AOLserver that are available on the web. Eventually, these will move to their own wiki page: | ||
Line 36: | Line 36: | ||
* [http://www.serverwatch.com/sreviews/article.php/2232651 Does AOLserver Have What It Takes to Stand Out?] by Michael Hall (ServerWatch, July 2003) | * [http://www.serverwatch.com/sreviews/article.php/2232651 Does AOLserver Have What It Takes to Stand Out?] by Michael Hall (ServerWatch, July 2003) | ||
* [http://www.internetnews.com/dev-news/article.php/3462701 AOL Updates Its Open Source Web Server] by Sean Michael Kerner (InternetNews.com, January 2005) | * [http://www.internetnews.com/dev-news/article.php/3462701 AOL Updates Its Open Source Web Server] by Sean Michael Kerner (InternetNews.com, January 2005) | ||
+ | * [http://www.linux-magazine.es/issue/12/AOLServer.pdf AOLServer: Un servidor web avanzado y abierto] (PDF) by Pietro Zuco (Issue 12, Linux Magazine Spain, November 2005) | ||
+ | * [https://www.linux-magazine.es/issue/15/AOLServer.pdf AOLServer II - Programación TCL, SQL y ADP] (PDF) by Pietro Zuco (Issue 15, Linux Magazine Spain, February 2006) | ||
+ | * [http://www.linuxjournal.com/article/8986 Play Ball: Introducing Fungoes] by Mat Kovach (LinuxJournal.com, April 2006) | ||
---- | ---- | ||
Line 47: | Line 50: | ||
Current idiom: | Current idiom: | ||
− | set lock | + | set lock [ns_mutex create lock] |
ns_mutex lock $lock | ns_mutex lock $lock | ||
catch { | catch { | ||
Line 56: | Line 59: | ||
Proposed change: | Proposed change: | ||
− | set lock | + | set lock [ns_mutex create lock] |
ns_mutex eval $lock $script | ns_mutex eval $lock $script | ||
---- | ---- | ||
− | + | == Dossy's Blog == | |
+ | |||
+ | Here's the three most recent RSS entries from my blog. This is just testing out a MediaWiki 1.5 extension I'm working on: | ||
+ | |||
+ | <feed limit="3">http://dossy.org/index.xml</feed> |
Latest revision as of 23:38, 3 January 2007
- [1]
- Location: US, NJ/NY/VA
I run the AOLserver Wiki at Panoptic. If there are any problems with it, abuse me.
My blog is at http://dossy.org/ aka Dossy's Blog -- I try to post regularly (at least once a day, minimally once a week) and I often try to post about AOLserver-related matters.
My current AOLserver-related projects are to:
- Ensure we meet all our goals and milestones for the AOLserver Project according to the published 2004 Roadmap.
- Start formalizing the testing/QA procedures and pre-release checklist that will go into every release: How are releases tested?
- nssic -- the Server Inter-Connect module
The following items are old and need to be updated:
- Stress-test and release version 0.6 of nsmysql (an internal database driver for MySQL)
- Write a configuration tool which will manage and generate nsd.tcl files
- Work on the AOLserver Packages - Binary distribution of AOLserver in the many popular package mangement formats like RedHat's RPM, Debian's .deb, FreeBSD's ports, Solaris's .pkg
- Write a server-side session management module, nssession
- Clean up version 0.1pre of nsfreetds (an internal database driver that connects to Microsoft SQL Server or Sybase using FreeTDS 0.51)
Articles
I'm starting to collect articles written about AOLserver that are available on the web. Eventually, these will move to their own wiki page:
- Introduction to AOLserver, Part 1 by Philip Greenspun (LinuxWorld.com, July 1999)
- AOLserver - a web development platform by Irving Washington (Issue 58, Linux Gazette, October 2000)
- XML parsing in AOLserver by Irving Washington (Issue 63, Linux Gazette, February 2001)
- AOLserver (1) by Wojciech Kocjan (WEBdeveloper.pl, February 2002)
- AOLserver (2) by Wojciech Kocjan (WEBdeveloper.pl, March 2002)
- Introducing AOLserver by Reuven Lerner (Issue 101, Linux Journal, August/September 2002)
- Does AOLserver Have What It Takes to Stand Out? by Michael Hall (ServerWatch, July 2003)
- AOL Updates Its Open Source Web Server by Sean Michael Kerner (InternetNews.com, January 2005)
- AOLServer: Un servidor web avanzado y abierto (PDF) by Pietro Zuco (Issue 12, Linux Magazine Spain, November 2005)
- AOLServer II - Programación TCL, SQL y ADP (PDF) by Pietro Zuco (Issue 15, Linux Magazine Spain, February 2006)
- Play Ball: Introducing Fungoes by Mat Kovach (LinuxJournal.com, April 2006)
Just saving a funny joke that's really relevant to the work I do: see if it happens again.
My current scratch pad or whiteboard contents:
Current idiom:
set lock [ns_mutex create lock] ns_mutex lock $lock catch { # synchronized code here } ns_mutex unlock $lock
Proposed change:
set lock [ns_mutex create lock] ns_mutex eval $lock $script
Dossy's Blog
Here's the three most recent RSS entries from my blog. This is just testing out a MediaWiki 1.5 extension I'm working on:
<feed limit="3">http://dossy.org/index.xml</feed>