Übersetzung für "Idempotent" in Deutsch
																						In
																											contrast
																											to
																											POST,
																											this
																											behavior
																											is
																											here
																											designated
																											as
																											idempotent.
																		
			
				
																						Im
																											Gegensatz
																											zu
																											POST
																											wird
																											dieses
																											Verhalten
																											hier
																											als
																											idempotent
																											bezeichnet.
															 
				
		 ParaCrawl v7.1
			
																						Are
																											all
																											the
																											scripts
																											idempotent
																											(i.e.
																											can
																											you
																											run
																											them
																											multiple
																											times
																											without
																											consequences)?
																		
			
				
																						Sind
																											alle
																											Skripte
																											idempotent
																											(d.h.
																											können
																											Sie
																											sie
																											mehrmals
																											ohne
																											Konsequenzen
																											ausführen)?
															 
				
		 ParaCrawl v7.1
			
																						The
																											debconf-updatepo
																											program
																											is
																											idempotent,
																											it
																											modifies
																											PO
																											files
																											only
																											if
																											their
																											content
																											has
																											been
																											updated.
																		
			
				
																						Das
																											Programm
																											debconf-updatepo
																											is
																											idempotent,
																											es
																											vera.ndert
																											PO-Dateien
																											nur,
																											wenn
																											sich
																											ihr
																											Inhalt
																											gea.ndert
																											hat.
															 
				
		 ParaCrawl v7.1
			
																						All
																											functions
																											called
																											from
																											a
																											MapForce
																											mapping
																											should
																											be
																											"idempotent"
																											(this
																											means
																											that
																											they
																											should
																											return
																											the
																											same
																											value
																											each
																											time
																											the
																											function
																											is
																											called
																											with
																											the
																											same
																											input
																											parameters).
																		
			
				
																						Alle
																											von
																											einem
																											MapForce
																											Mapping
																											aus
																											aufgerufenen
																											Funktionen
																											sollten
																											"idempotent"
																											sein
																											(d.h.
																											sie
																											sollten
																											jedes
																											Mal,
																											wenn
																											die
																											Funktion
																											mit
																											denselben
																											Input-Parametern
																											aufgerufen
																											wird,
																											denselben
																											Wert
																											zurückgeben).
															 
				
		 ParaCrawl v7.1
			
																						Since
																											exactly-once
																											is
																											often
																											difficult
																											to
																											achieve,
																											at-least-once
																											guarantees
																											with
																											idempotent
																											operations
																											are
																											often
																											sufficient
																											in
																											terms
																											of
																											both
																											speed
																											and
																											error
																											tolerance.
																		
			
				
																						Da
																											Exactly-Once
																											häufig
																											nur
																											schwierig
																											und
																											mit
																											großem
																											Aufwand
																											zu
																											erreichen
																											ist,
																											sind
																											At-Least-Once-Garantien
																											mit
																											idempotenten
																											Operationen
																											häufig
																											ausreichend
																											sowohl
																											in
																											Bezug
																											auf
																											Geschwindigkeit
																											als
																											auch
																											auf
																											Fehlertoleranz.
															 
				
		 ParaCrawl v7.1
			
																						It
																											should
																											do
																											nothing
																											the
																											second
																											time
																											(to
																											ask
																											questions
																											twice
																											in
																											a
																											row
																											is
																											annoying),
																											and
																											it
																											should
																											definitely
																											be
																											idempotent.
																		
			
				
																						Es
																											sollte
																											beim
																											zweiten
																											Mal
																											nichts
																											tun
																											(zweimal
																											hintereinander
																											Fragen
																											zu
																											stellen
																											ist
																											nervig)
																											und
																											es
																											sollte
																											definitiv
																											idempotent
																											sein.
															 
				
		 ParaCrawl v7.1
			
																						This
																											operation
																											is
																											idempotent,
																											i.e.
																											the
																											queue
																											is
																											created
																											only
																											if
																											it
																											doesn't
																											exist.
																		
			
				
																						Diese
																											Operation
																											ist
																											idempotent,
																											d.h.
																											sie
																											legt
																											eine
																											Queue
																											nur
																											dann
																											an,
																											wenn
																											diese
																											noch
																											nicht
																											existiert.
															 
				
		 ParaCrawl v7.1
			
																						He
																											used
																											the,
																											now
																											familiar,
																											tools
																											of
																											idempotent
																											and
																											nilpotent
																											elements
																											(terms
																											invented
																											by
																											Peirce)
																											to
																											establish
																											the
																											foundations
																											of
																											a
																											general
																											theory
																											of
																											linear
																											associative
																											algebra
																											and
																											he
																											presented
																											multiplication
																											tables
																											for
																											over
																											150
																											new
																											algebras
																											in
																											the
																											book.
																		
			
				
																						Er
																											nutzte
																											die
																											jetzt
																											vertraut,
																											Werkzeuge
																											von
																											idempotent
																											und
																											Nilpotente
																											Elemente
																											(Begriffe
																											erfunden
																											von
																											Peirce),
																											um
																											die
																											Grundlagen
																											einer
																											allgemeinen
																											Theorie
																											der
																											linearen
																											Algebra
																											und
																											assoziativen
																											er
																											Multiplikation
																											Tabellen
																											für
																											mehr
																											als
																											150
																											neue
																											Algebren
																											in
																											dem
																											Buch.
															 
				
		 ParaCrawl v7.1
			
																						Maintainer
																											scripts
																											must
																											be
																											idempotent.
																		
			
				
																						Betreuerskripte
																											müssen
																											Idempotent
																											sein.
															 
				
		 ParaCrawl v7.1
			
																						Sinatra
																											assumes
																											resources
																											for
																											safe
																											(like
																											get)
																											and
																											idempotent
																											(like
																											put)
																											requests
																											are
																											already
																											in
																											existence,
																											whereas
																											other
																											resources
																											(for
																											instance
																											post
																											requests)
																											are
																											treated
																											as
																											new
																											resources.
																		
			
				
																						Sinatra
																											geht
																											davon
																											aus,
																											dass
																											Ressourcen
																											bei
																											sicheren
																											Anfragen
																											(z.B.
																											bei
																											get
																											oder
																											Idempotenten
																											Anfragen
																											wie
																											put)
																											bereits
																											existieren,
																											wobei
																											anderen
																											Ressourcen
																											(besipielsweise
																											bei
																											post),
																											als
																											neue
																											Ressourcen
																											behandelt
																											werden.
															 
				
		 ParaCrawl v7.1