Network FIFO

Network FIFO project is a network object that provides data transfering tunnel across network in first in/first out manner.
Download

Network FIFO Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Free To Use But Rest...
  • Price:
  • FREE
  • Publisher Name:
  • Komtanoo Pinpimai
  • Publisher web site:

Network FIFO Tags


Network FIFO Description

Network FIFO project is a network object that provides data transfering tunnel across network in first in/first out manner. Network FIFO project is a network object that provides data transfering tunnel across network in first in/first out manner.Simply put,fifo server file is: monotech_fifo.plThis script require Net::Server::NonBlocking at least 4.1(you can grab from CPAN)% perl monotech_fifo.pl < address > < port >and it'll show up like this:# perl monotech_fifo.pl 192.168.3.52 12000Listen on 192.168.3.52:20005Listen on 192.168.3.52:12000 12000 is the port in which the fifo resides.20005 is the port in which backoffice management resides.--------------------------------------------------port 20005 in which the management control resides can be accessed by "admin.pl"% perl admin.pl < address >for exampleperl admin.pl 192.168.3.52it'll show something like this:message>where you can type some commands and press enterthe commands are:message>readersmessage>flush(flush is the command that read all socket buffer of the admin client socket)to show all reader in the fifo, it is very useful when some reader is connection disconnected by his ISP or reader's machine hangs, the fifo will hold his connection forever (It is because the monotech_fifo.pl doesn't set SO_KEEPALIVE and TCP_KEEPALIVE which will be fixed in the future)andmessage>kill_reader< fifo name >to kill any connection of < fifo name >This package is heavily used by my company, so it is likely reliable.


Network FIFO Related Software