Skip to content
Nikos Katsanos Blog
  • About
  • Posts

Category: c




Search…

Recent Posts

  • Netty Websocket SSL
  • Building A Logo Turtle App With Antlr And JavaFX
  • Brushing Up My C. Building A Unix Domain Socket Client/Server (PART II)
  • Brushing Up My C. Building A Unix Domain Socket Client/Server (Part I)
  • Migrating Modules/Directories Between GIT Repos

Tags

apache-commons-cli builder cPickle deadlock design pattern developers disruptor enum haskell Hbm2Java hibernate hibernate_tools inheritance IntelliJ Java java9 javap jconsole jdk7vsjdk8 jdk9 jmh jpa jshell jstack jython linux Live Templates lmax log4j log4j2 macos object oriented performance polyglot polyglot_developer ProcessAPI ProcessHandle ProcessHandle.Info python singleton test thread factory threading time vim

Categories

  • c
  • Design Patterns
  • Hibernate
  • Java
  • Java Libraries
  • jmh
  • linux
  • Productivity
  • Programming Languages
  • Uncategorised




c

Brushing Up My C. Building A Unix Domain Socket Client/Server (PART II)


I described in this previous blog post how to build a simplistic Unix Domain Socket client/server application.The disadvantage with that approach is that the server can only handle one connection at a time (i.e. is not concurrent). This blog post explains how this can be improved by using mechanisms like…
Posted on 24th May 202024th May 2020 by nikkatsa
c

Brushing Up My C. Building A Unix Domain Socket Client/Server (Part I)


I haven't really done much C in my professional career. There were a couple of times that I had to look into some C code, but not really create any kind of system in C. Most of my interaction with the C programming language dates back to university times.I always…
Posted on 23rd May 202023rd May 2020 by nikkatsa
Nikos Katsanos Blog | Designed by Smartcat Smartcat Logo