[CONTACT]

[ABOUT]

[POLICY]

git clone catpoint catpoint Log gph

Found at: gopher.r-36.net:70/scm/catpoint/commit/3900345c80a9b585dfaa7a147ffbf36ad76a05f6.gph

tAdd file with hints about PATH_MAX circumvention. - catpoint - Catpoint simple presenting software.

git clone git://r-36.net/catpoint

Log

Files

Refs

LICENSE

---

commit 3900345c80a9b585dfaa7a147ffbf36ad76a05f6

parent b0efd23c2469cec3f5baea1c71b71bce82456e8f

Author: Christoph Lohmann <20h@r-36.net>

Date:   Sun, 20 Dec 2020 15:36:16 +0100
Add file with hints about PATH_MAX circumvention.
Diffstat:
  PATH-MAX-LIMIT.md                   |      18 ++++++++++++++++++
1 file changed, 18 insertions(+), 0 deletions(-)
---

diff --git a/PATH-MAX-LIMIT.md b/PATH-MAX-LIMIT.md

t@@ -0,0 +1,18 @@
+# PATH_MAX limit.
+
+In  case you  rush into  the  problem, that  you have  more slides  than
+PATH_MAX, which is  more than four thousand slides, there  is a solution
+with catpoint(1):
+
+1. Make a temporary file with the content of your presentation.
+2. Create some application to update the temporary file content.
+2. Either press reload or use SIGHUP to reload the file and slide.
+
+Using this  solution you lose some  commands in catpoint(1) but  will be
+able to scale to infinity.
+
+Another solution  would be  to use some  different kernel  or userspace,
+allowing more arguments to a command.
+
+Have fun!
+
.


AD: