You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@celix.apache.org by GitBox <gi...@apache.org> on 2020/04/14 20:42:11 UTC

[GitHub] [celix] rbulter opened a new pull request #198: Feature/add kqueue to tcp admin

rbulter opened a new pull request #198: Feature/add kqueue to tcp admin
URL: https://github.com/apache/celix/pull/198
 
 
   I Alexander,
   
   I have added kqueue to tcpadmin.
   Unit test under OSX is running.
   I had issues with pubsub examples.
   Because I had no runtime directories
   
   Greetings,
   Roy

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [celix] rbulter merged pull request #198: Feature/add kqueue to tcp admin

Posted by GitBox <gi...@apache.org>.
rbulter merged pull request #198: Feature/add kqueue to tcp admin
URL: https://github.com/apache/celix/pull/198
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [celix] rbulter commented on issue #198: Feature/add kqueue to tcp admin

Posted by GitBox <gi...@apache.org>.
rbulter commented on issue #198: Feature/add kqueue to tcp admin
URL: https://github.com/apache/celix/pull/198#issuecomment-613846747
 
 
   > Just curious, what do you mean with runtime directories? Is something going wrong somewhere?
   > 
   > For me the TCP PSA now also works, great job :D. Are those kqueue changes easily portable to the UDP PSA?
   > 
   > I've also updated the CMake config and enabled TCP by default now.
   
   On OSX the Celix runtime directories are not created in my build directory.
   I have checked the CMAKE flags but i did not see anything weird.
   I will look into this later, maybe it's my configuration.
   There are no Celix flag to enable/disable runtimes ?
   
   >>Are those kqueue changes easily portable to the UDP PSA?
   For UDP PSA it's easier, you only need to replace 4 functions. (in the UDP receiver).
   TCP was more complicated.
   
    >>I've also updated the CMake config and enabled TCP by default now.
   Great
   
   
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services