gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/rtmp r9686: add new options for threading


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/rtmp r9686: add new options for threading
Date: Sun, 02 Nov 2008 18:01:59 -0700
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9686
committer: address@hidden
branch nick: rtmp
timestamp: Sun 2008-11-02 18:01:59 -0700
message:
  add new options for threading
modified:
  cygnal/testsuite/cygnal.all/cygnalrc.in
=== modified file 'cygnal/testsuite/cygnal.all/cygnalrc.in'
--- a/cygnal/testsuite/cygnal.all/cygnalrc.in   2007-12-12 23:56:28 +0000
+++ b/cygnal/testsuite/cygnal.all/cygnalrc.in   2008-11-03 01:01:59 +0000
@@ -12,3 +12,19 @@
 
 # The Port offset to use when we're not root
 set portOffset 4000
+
+# The Document root where multimedia files live
+set documentroot /var/www/html
+
+# Don't start an admin thread
+set admin no
+
+# Do use a fully threaded server
+set threading yes
+
+# When running in threaded mode, this is the number of file descritors
+# watched by each thread
+set fdThread 10
+
+# Turn on debugging for network layer
+set netdebug no


reply via email to

[Prev in Thread] Current Thread [Next in Thread]