Skip to content
Adglob Infosystem Pvt Ltd
  • About Us
  • B2B and B2C Database
  • Bulk Email Solution
  • Contact Us
  • Corporate Email Service
  • Database Portfolio
  • Database Process Flow
  • Database Services
  • FAQs
  • Lead Generation
  • Managed Email Campaign Solution
  • Our Clients
  • Privacy Policy
  • Product Blog
  • Request Sample for Free Database
  • Terms & Conditions
  • Web Scrapping
  • Get data the way you want

    Erlang – spawnlink

    • Post author:S K S
    • Post published:October 18, 2021
    • Post category:Erlang
    • Post comments:2 Comments

    In this guide, we will discuss Erlang Spawnlink. This is used to create a new process link on a node. Syntax spawn(Node,Function) Parameters Node − The node on which the function…

    Continue ReadingErlang – spawnlink

    Erlang – is_alive

    • Post author:S K S
    • Post published:October 18, 2021
    • Post category:Erlang
    • Post comments:2 Comments

    In this guide, we will discuss Erlang is_alive. This returns true if the local node is alive and can be part of a distributed system. Otherwise, it returns false. Syntax…

    Continue ReadingErlang – is_alive

    Erlang – spawn on Node

    • Post author:S K S
    • Post published:October 18, 2021
    • Post category:Erlang
    • Post comments:2 Comments

    In this guide, we will discuss Erlang spawn on Node. This is used to create a new process on a node. Syntax spawn(Node,Function) Parameters Node − The node on which the…

    Continue ReadingErlang – spawn on Node

    Erlang – node

    • Post author:S K S
    • Post published:October 18, 2021
    • Post category:Erlang
    • Post comments:2 Comments

    In this guide, we will discuss Erlang node. This is used to determine the value of the node on which the process needs to run. Since distributed programming is used…

    Continue ReadingErlang – node

    Erlang – spawn

    • Post author:S K S
    • Post published:October 18, 2021
    • Post category:Erlang
    • Post comments:1 Comment

    In this guide, we will discuss Erlang spawn. This is used to create a new process and initialize it. Syntax spawn(Function) Parameters Function − The function which needs to be spawned.…

    Continue ReadingErlang – spawn

    Unix Socket – Summary

    • Post author:S J
    • Post published:October 18, 2021
    • Post category:Unix Socket
    • Post comments:1 Comment

    This topic is about Unix Socket - Summary. Here is a list of all the functions related to socket programming. Port and Service Functions Unix provides the following functions to…

    Continue ReadingUnix Socket – Summary

    Unix Socket – Client Examples

    • Post author:S J
    • Post published:October 18, 2021
    • Post category:Unix Socket
    • Post comments:1 Comment

    This topic is about Unix Socket - Client Examples. To make a process a TCP client, you need to follow the steps given below &minus ; Create a socket with…

    Continue ReadingUnix Socket – Client Examples

    Unix Socket – Server Examples

    • Post author:S J
    • Post published:October 18, 2021
    • Post category:Unix Socket
    • Post comments:1 Comment

    This topic is about Unix Socket - Server Examples. To make a process a TCP server, you need to follow the steps given below − Create a socket with the socket() system…

    Continue ReadingUnix Socket – Server Examples

    Unix Socket – Helper Functions

    • Post author:S J
    • Post published:October 18, 2021
    • Post category:Unix Socket
    • Post comments:1 Comment

    This topic is about Unix Socket - Helper Functions. This chapter describes all the helper functions, which are used while doing socket programming. Other helper functions are described in the…

    Continue ReadingUnix Socket – Helper Functions

    Unix Socket – Core Functions

    • Post author:S J
    • Post published:October 18, 2021
    • Post category:Unix Socket
    • Post comments:1 Comment

    This topic is about Unix Socket - Core Functions. This chapter describes the core socket functions required to write a complete TCP client and server. The following diagram shows the…

    Continue ReadingUnix Socket – Core Functions
    • Go to the previous page
    • 1
    • …
    • 238
    • 239
    • 240
    • 241
    • 242
    • 243
    • 244
    • …
    • 739
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP