Pipe 2SX Pipedot Status Week 1

Pipedot Status Week 1

by
in pipedot on (#2SX)
Just a quick update on the progress after its first week of life:
  • Thursday : registered the pipedot.org domain!
  • Friday : setup the DNS and mail servers.
  • Saturday : Web, database, and memcache servers built up.
  • Sunday : Load balancer added to balance between the two webservers. Also finished setting up the HTTPS certificate and IPv6 support.
  • Monday : Initial look, logos, icons and CSS design.
  • Tuesday : Database-backed stories (no more static placeholders).
  • Wednesday : Login system was enabled.
  • Thursday : The first poll was posted late Thursday in time for Valentines Day on Friday.
  • Saturday : Topics and the Pipe activated.
  • Sunday : Threaded comments and user-submitted stories enabled.
At this point, every page, except for search, is now a completely real page that renders from the database.

The code base is all new (not based on Slashcode) and using modern web technologies (nginx instead of Apache, no Perl CGI, etc...). There are currently six servers plus a load balancer with more webservers available to spin up as needed. Sections of code that are either CPU heavy or database intensive (threaded comments) are able to be memcached to maintain performance.

Stay tuned for the next week of updates!

History


Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /var/pipedot/include/diff.php on line 25

Deprecated: Creation of dynamic property FineDiff::$granularityStack is deprecated in /var/pipedot/lib/finediff/finediff.php on line 217

Deprecated: Creation of dynamic property FineDiff::$edits is deprecated in /var/pipedot/lib/finediff/finediff.php on line 218

Deprecated: Creation of dynamic property FineDiff::$from_text is deprecated in /var/pipedot/lib/finediff/finediff.php on line 219

Deprecated: Creation of dynamic property FineDiff::$last_edit is deprecated in /var/pipedot/lib/finediff/finediff.php on line 372

Deprecated: Creation of dynamic property FineDiff::$stackpointer is deprecated in /var/pipedot/lib/finediff/finediff.php on line 373

Deprecated: Creation of dynamic property FineDiff::$from_offset is deprecated in /var/pipedot/lib/finediff/finediff.php on line 375

Deprecated: Creation of dynamic property FineDiffCopyOp::$len is deprecated in /var/pipedot/lib/finediff/finediff.php on line 155
2014-02-17 08:10
Pipedot Status Week 1
bryan@pipedot.org
Just a quick update on the progress after its first week of life:At this point, every page, except for search, is now a completely real page that renders from the database.

The code base is all new (not based on Slashcode) and using modern web technologies (nginx instead of Apache, no Perl CGI, etc...). There are currently six servers plus a load balancer with more webservers available to spin up as needed. Sections of code that are either CPU heavy or database intensive (threaded comments) are able to be memcached to maintain performance.

Stay tuned for the next week of updates!
Reply 0 comments