You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by "scholarsmate (via GitHub)" <gi...@apache.org> on 2023/05/23 21:47:42 UTC

[GitHub] [daffodil-vscode] scholarsmate opened a new issue, #639: Daffodil debugger server to use domain sockets and named FIFOs

scholarsmate opened a new issue, #639:
URL: https://github.com/apache/daffodil-vscode/issues/639

   Firewalls and other TCP services on the same ports have been and will continue to cause problems for users.  If possible, add support for domain sockets and named FIFOs in a way that will be cross-platform.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@daffodil.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Daffodil debugger server to use domain sockets and named FIFOs [daffodil-vscode]

Posted by "arosien (via GitHub)" <gi...@apache.org>.
arosien commented on issue #639:
URL: https://github.com/apache/daffodil-vscode/issues/639#issuecomment-1799192674

   > Do folks actually have issues now that localhost is used by default (vs. 0.0.0.0)? cc: @scholarsmate @mbeckerle @stevedlawrence
   
   Re-ping @scholarsmate @mbeckerle @stevedlawrence 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [daffodil-vscode] scholarsmate commented on issue #639: Daffodil debugger server to use domain sockets and named FIFOs

Posted by "scholarsmate (via GitHub)" <gi...@apache.org>.
scholarsmate commented on issue #639:
URL: https://github.com/apache/daffodil-vscode/issues/639#issuecomment-1561032739

   It appears that the debugger server already has support for domain sockets and named pipes (see: https://github.com/apache/daffodil-vscode/blob/main/src/adapter/extension.ts#L43).  We need to verify that it works and document it.  Also I think it's worth making it the default way that we connect to the server if it works.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Daffodil debugger server to use domain sockets and named FIFOs [daffodil-vscode]

Posted by "stevedlawrence (via GitHub)" <gi...@apache.org>.
stevedlawrence commented on issue #639:
URL: https://github.com/apache/daffodil-vscode/issues/639#issuecomment-1802376633

   Are you asking if it's okay to not switch to domain sockets/fifos because we use tcp localhost? I personally have no strong preference so seems fine to me. But I do agree with the main comment that it might be useful to avoid issues related to firewalls/unavailable ports, though probably not  problem in most cases.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [daffodil-vscode] arosien commented on issue #639: Daffodil debugger server to use domain sockets and named FIFOs

Posted by "arosien (via GitHub)" <gi...@apache.org>.
arosien commented on issue #639:
URL: https://github.com/apache/daffodil-vscode/issues/639#issuecomment-1563137230

   I wonder if a different interface should be used: I believe 0.0.0.0 is used by default, but 127.0.0.1 might be less restricted by the OS?
   
   In any case, we could allow finer-grained hostname/interface control in the config to test this.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [daffodil-vscode] arosien commented on issue #639: Daffodil debugger server to use domain sockets and named FIFOs

Posted by "arosien (via GitHub)" <gi...@apache.org>.
arosien commented on issue #639:
URL: https://github.com/apache/daffodil-vscode/issues/639#issuecomment-1721629761

   Do folks actually have issues now that localhost is used by default (vs. 0.0.0.0)? cc: @scholarsmate @mbeckerle @stevedlawrence 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org