- Jul 10, 2019
-
-
Cenk Yildiz authored
-
Cenk Yildiz authored
-
Cenk Yildiz authored
Don't directly use the CHILDNAME argument in the KILL command, instead find the child that is a substring of the CHILDNAME argument. This allows to send KILL with both session name or the child name.
-
- Jul 09, 2019
-
-
Cenk Yildiz authored
-
- Jul 03, 2019
-
-
Cenk Yildiz authored
-
- Jul 01, 2019
-
-
Cenk Yildiz authored
-
Cenk Yildiz authored
-
- Jun 28, 2019
-
-
Cenk Yildiz authored
DFDataSource already calls finalizeSession for all sessions to close connections. This makes the notification from DcmEmulator redundant.
-
- Jun 27, 2019
-
-
Cenk Yildiz authored
-
Cenk Yildiz authored
-
Cenk Yildiz authored
-
- Jun 26, 2019
-
-
Cenk Yildiz authored
-
Cenk Yildiz authored
- Remove hltresult and fullevent arrays from the event_info struct - Set shared_vector size of FullEvent read from file usign the actual size of the event - Set shared_vector size of the HLTResult event from configuration - Reject accepted event if HLTResult can't be copied into shared_vector - Improve documentation
-
Cenk Yildiz authored
-
- Jun 20, 2019
-
-
Cenk Yildiz authored
-
- Jun 19, 2019
-
-
Cenk Yildiz authored
-
- Jun 05, 2019
-
-
Cenk Yildiz authored
- DFDcmEmuSession: Implement new mutex to protect access to m_roshits - DFDcmEmuEvent: Rename mutex and use it to protect only sensitive part
-
- May 29, 2019
-
-
Cenk Yildiz authored
Collect calls can run concurrently, but event insertion/deletion are protected
-
- May 28, 2019
-
-
Cenk Yildiz authored
-
Cenk Yildiz authored
-
Cenk Yildiz authored
- m_threadsExist=1 if there are any threads other then the main - Print information of threads if m_threadsExist=1 - Don't exit with EXIT_FAILURE if threads existed before forking
-
- May 27, 2019
-
-
Cenk Yildiz authored
-
Cenk Yildiz authored
Both are now 20000000 words, which corresponds to 76MB
-
- May 03, 2019
-
-
Cenk Yildiz authored
-
Cenk Yildiz authored
-
- May 02, 2019
-
-
Cenk Yildiz authored
-
Cenk Yildiz authored
Old command FORK will be used to fork additional children, while FORK_IF_CRASHED will be called to re-fork the children that died
-
- Apr 29, 2019
-
-
Cenk Yildiz authored
-
Cenk Yildiz authored
-
Cenk Yildiz authored
-
- Apr 25, 2019
-
-
Cenk Yildiz authored
Call getNext on all sessions in the DFDataSource::finalize()
-
- Apr 09, 2019
-
-
Cenk Yildiz authored
-
- Apr 05, 2019
-
-
Cenk Yildiz authored
-
- Apr 03, 2019
-
-
Cenk Yildiz authored
extraL1robs option is fixed in DFFileBackend and added to DFDcmEmuBackend. A test with extra L1 robs is added.
-
- Apr 02, 2019
-
-
Cenk Yildiz authored
- waitUntilAllChildExited uses numberOfActiveChildren method, from new python bindings of HLTMPPU - waitpid() calls on python side is removed, so exit codes are always printed by HLTMPPU nanny thread.
-
Cenk Yildiz authored
- Regardless of child exiting or receiving signal, containers m_myChildren and m_availableSlots are updated - Add new function getAppName - numberOfActiveChildren() returns relevant IS info
-
- Apr 01, 2019
-
-
Cenk Yildiz authored
-
Cenk Yildiz authored
-
Cenk Yildiz authored
-
Cenk Yildiz authored
- Wrapper classes are renamed in HLTMPPy_boost.cxx - HLTMPPUWrapper m_state is initialized as LOADED - New method numberOfActiveChildren() added
-