Displaying 2 results from an estimated 2 matches for "braum".
Did you mean:
braun
2004 Jun 15
3
trigger command on successful upload?
Hello,
I am working on implementing rsync to replace a server
distribution mechanism that currently works like this:
1) process new file on backend server
2) upload file to frontend server using scp or rsync over ssh
3) ssh to frontend server to trigger script
#3 is only used in a couple special cases
I have this tested and working:
1) (same as above)
2) upload file to frontend server using
2017 Mar 20
4
[RFC] Attribute overhaul 2
...Node pointers.
- AttributeSetNode: This is an ordered, uniqued set of Attributes that might
apply to a single function, callee, return value, parameter, or
argument. It
uses TrailingObjects to store the attributes, and until Jan 2016, tested
for
attribute presence by a linear scan. Matthias Braum added a bitset to
speed up
tests in r259251.
- AttributeBuilder: A mutable representation of an AttributeSetNode. Used
for
efficiently building a collection of attributes before freezing it into an
AttributeSetNode.
- Attribute: Pointer wrapping an AttributeImpl.
- AttributeImpl: Polymorph...