Wer ist "salsa.exe"
Verfasst: Montag 27. Oktober 2008, 18:49
Seit heute Nachmittag taucht in der Taskleiste an verschiedenen Arbeitsstationen ein blaues Ikon auf. Geht man mit der Maus drüber, dann kommt "salsa von apsec".
Weiss jemand was das ist und vor allem macht.
Es gibt auch eine INI-Datei dazu mit folgendem Inhalt:
[RULES]
USE="$(PROG)"
[DATA]
LogLevel="2"
DefaultLog="$(PROG)log"
LogChannelBehavior=Truncate1MB
[Ports]
# port and name for this service
12345=sid-web
[Channel.sid-web]
# unique ip on which the service will be offered
# the port is taken from the [Ports] entry
UniqueAddress="127.0.0.1"
# ip of a client which will be used for in/out-bound detection
SwitchAddress="127.0.0.1"
# optional - default is internal
# location of client which will be used for in/out-bound detection
SwitchIsExternal=0
# the lib('s) to load for the offered service
ProtocollStepper="#Replets"
# the name of the class of the ProtocollStepperFactory
# contained in the load ProtocollStepperToLoad
ProtocollStepperFactory=HTTPStepperFactory
# Timeout intervall (in seconds),
# after which an inactive connection will be aborted
ConnectionTimeout=120
# Number of active connections
NumberTransferConnections=5
# Number of busy connections, which will be used to signal server busy
# when all active connections in use
NumberBusyConnections=5
# Number of working threads i.e. the total amount of threads
# for transfer and processing
NumberWorkingThreads=10
# Minimal number of threads for pure data transfer
MinTransferThreads=3
# Minimal number of threads for (longterm) data processing
MinProcessingThreads=3
# optional
# ip of an external server which may be used in proxy mode
# ExternalServer=
# optional
# ip of an internal server which may be used in proxy mode
# InternalServer=
# settings specific to a particular service
#SSL="3"
#SslPath=
#SslServerUser=
#SslServerPass=
[Settings.sid-web]
RepletLibs="?.1.0.0.0 @Replet_SIDClient"
UseProxy="0"
ProxyAuthUser=""
ProxyAuthMiscellaneous=""
ProxyAuthPassword=""
Etwas irritieren tut mich die IP-Adresse: 127.0.0.1. Angeblich meist der Localhost in einem Netzwerk.
Weiss jemand etwas dazu?
Mfg
Pätzold
Weiss jemand was das ist und vor allem macht.
Es gibt auch eine INI-Datei dazu mit folgendem Inhalt:
[RULES]
USE="$(PROG)"
[DATA]
LogLevel="2"
DefaultLog="$(PROG)log"
LogChannelBehavior=Truncate1MB
[Ports]
# port and name for this service
12345=sid-web
[Channel.sid-web]
# unique ip on which the service will be offered
# the port is taken from the [Ports] entry
UniqueAddress="127.0.0.1"
# ip of a client which will be used for in/out-bound detection
SwitchAddress="127.0.0.1"
# optional - default is internal
# location of client which will be used for in/out-bound detection
SwitchIsExternal=0
# the lib('s) to load for the offered service
ProtocollStepper="#Replets"
# the name of the class of the ProtocollStepperFactory
# contained in the load ProtocollStepperToLoad
ProtocollStepperFactory=HTTPStepperFactory
# Timeout intervall (in seconds),
# after which an inactive connection will be aborted
ConnectionTimeout=120
# Number of active connections
NumberTransferConnections=5
# Number of busy connections, which will be used to signal server busy
# when all active connections in use
NumberBusyConnections=5
# Number of working threads i.e. the total amount of threads
# for transfer and processing
NumberWorkingThreads=10
# Minimal number of threads for pure data transfer
MinTransferThreads=3
# Minimal number of threads for (longterm) data processing
MinProcessingThreads=3
# optional
# ip of an external server which may be used in proxy mode
# ExternalServer=
# optional
# ip of an internal server which may be used in proxy mode
# InternalServer=
# settings specific to a particular service
#SSL="3"
#SslPath=
#SslServerUser=
#SslServerPass=
[Settings.sid-web]
RepletLibs="?.1.0.0.0 @Replet_SIDClient"
UseProxy="0"
ProxyAuthUser=""
ProxyAuthMiscellaneous=""
ProxyAuthPassword=""
Etwas irritieren tut mich die IP-Adresse: 127.0.0.1. Angeblich meist der Localhost in einem Netzwerk.
Weiss jemand etwas dazu?
Mfg
Pätzold