Skip to content

Instantly share code, notes, and snippets.

@happyrobots
Created December 22, 2010 08:52
Show Gist options
  • Save happyrobots/751286 to your computer and use it in GitHub Desktop.
Save happyrobots/751286 to your computer and use it in GitHub Desktop.
From the protocol reference:
% Names, in this protocol, are ASCII strings. They may contain letters (A-Z and
% a-z), numerals (0-9), hyphen ("-"), plus ("+"), slash ("/"), semicolon (";"),
% dot ("."), dollar-sign ("$"), and parentheses ("(" and ")"), but they may not
% begin with a hyphen. They are terminated by white space (either a
space char or
% end of line). Each name must be at least one character long.
I tried tube name "a-b+1/;.c.$()/()", and it worked for me :
http://groups.google.com/group/beanstalk-talk/browse_thread/thread/8b3db1ab9adcf5a4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment