catpoint

Catpoint simple presenting software.
git clone git://r-36.net/catpoint
Log | Files | Refs | README | LICENSE

PATH-MAX-LIMIT.md (605B)


      1 # PATH_MAX limit.
      2 
      3 In  case you  rush into  the  problem, that  you have  more slides  than
      4 PATH_MAX, which is  more than four thousand slides, there  is a solution
      5 with catpoint(1):
      6 
      7 1. Make a temporary file with the content of your presentation.
      8 2. Create some application to update the temporary file content.
      9 2. Either press reload or use SIGHUP to reload the file and slide.
     10 
     11 Using this  solution you lose some  commands in catpoint(1) but  will be
     12 able to scale to infinity.
     13 
     14 Another solution  would be  to use some  different kernel  or userspace,
     15 allowing more arguments to a command.
     16 
     17 Have fun!
     18