Search found 5 matches

by dflee30
Thu, 2011-03-03, 16:50
Forum: DCMTK - General
Topic: Storescp.exe - ExecOnReception command executes intermittently
Replies: 5
Views: 9745

Storescp.exe - ExecOnReception command executes intermittently

I have written a vb.net wrapper around the storescp.exe executable and it uses the --execonreception command line argument. The command I am executing is: storescp.exe -v 105 -od "C:\Data\Images\Source" -fe .dcm -xf "C:\OFFISDICOM\storescp.cfg" DEFAULT --fork --exec-on-reception ...
by dflee30
Fri, 2008-11-28, 16:39
Forum: DCMTK - General
Topic: Storescp - forked processes not being closed
Replies: 3
Views: 4465

One more question... is there a limit to the number of "forked" processes that can be active at a given time?

Thanks again.
by dflee30
Fri, 2008-11-28, 16:32
Forum: DCMTK - General
Topic: Storescp - forked processes not being closed
Replies: 3
Views: 4465

3.5.4
by dflee30
Fri, 2008-11-28, 16:09
Forum: DCMTK - General
Topic: Storescp - forked processes not being closed
Replies: 3
Views: 4465

Storescp - forked processes not being closed

I am using storescp.exe to receive images from multiple sources using fork. Most of the time a new process is started for each send and it automatically terminates once the send is complete. However, sometimes the "forked" process is not terminated. After a while, usually once about 10-12 ...
by dflee30
Fri, 2008-11-28, 15:55
Forum: DCMTK - General
Topic: StoreSCP and more then one conections
Replies: 14
Views: 19055

error: Too many paramaters

I was able to workaround the "error: Too many parameters" issue when using the fork command by eliminating all spaces from my filepaths (i.e. instead of c:\OFFIS DICOM\storescp.exe, I run the exe in c:\OFFIS_DICOM\storescp.exe). I did this for any filepaths that would be included in callin...