[JIRA] [durable-task-plugin] (JENKINS-27617) Isolate durable task in a dedicated process group

2016-06-01 Thread yoann.dubre...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Yoann Dubreuil commented on  JENKINS-27617 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Isolate durable task in a dedicated process group  
 
 
 
 
 
 
 
 
 
 
This stackoverflow http://stackoverflow.com/questions/5177140/creating-independent-process suggests that it should help. But it says that an intermediate process needs to be created to properly escape the supervision of the root process. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [durable-task-plugin] (JENKINS-27617) Isolate durable task in a dedicated process group

2016-05-31 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jesse Glick commented on  JENKINS-27617 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Isolate durable task in a dedicated process group  
 
 
 
 
 
 
 
 
 
 
By depending on net.java.dev.jna:jna-platform:4.1.0 we could call Kernel32.INSTANCE.CreateProcess with WinBase.CREATE_NEW_PROCESS_GROUP. Would it help? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [durable-task-plugin] (JENKINS-27617) Isolate durable task in a dedicated process group

2016-05-27 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jesse Glick commented on  JENKINS-27617 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Isolate durable task in a dedicated process group  
 
 
 
 
 
 
 
 
 
 
Also considering using Golang, or using jna-platform. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [durable-task-plugin] (JENKINS-27617) Isolate durable task in a dedicated process group

2016-05-27 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jesse Glick commented on  JENKINS-27617 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Isolate durable task in a dedicated process group  
 
 
 
 
 
 
 
 
 
 
wmic process call create looks promising, if it can be made to pass Create_New_Process_Group. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [durable-task-plugin] (JENKINS-27617) Isolate durable task in a dedicated process group

2015-03-26 Thread yoann.dubre...@gmail.com (JIRA)














































Yoann Dubreuil
 updated  JENKINS-27617


Isolate durable task in a dedicated process group
















Change By:


Yoann Dubreuil
(26/Mar/15 9:14 AM)




Summary:


Isolate
longrunning
durable
taskinadedicatedprocessgroup



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [durable-task-plugin] (JENKINS-27617) Isolate durable task in a dedicated process group

2015-03-26 Thread jgl...@cloudbees.com (JIRA)















































Jesse Glick
 assigned  JENKINS-27617 to Unassigned



Isolate durable task in a dedicated process group
















Change By:


Jesse Glick
(26/Mar/15 2:06 PM)




Assignee:


JesseGlick



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.