Friday, March 20, 2009

smbclient

default samba configuration file located at /etc/samba/smb.conf

smbclient

default samba configuration file located at /etc/samba/smb.conf

Sunday, March 8, 2009

Common Object Request Broker Architecture

This is about the CORBA, which is used to use communicate with feeder and contentdistributor.
So I need to find out what are the reason for it.

  1. enables software components written in multiple computer languages and running on multiple computers to work together.
  2. CORBA uses an interface definition language (IDL) to specify the interfaces that objects will present to the outside world.
  3. CORBA then specifies a “mapping” from IDL to a specific implementation language like C++ or Java. Standard mappings exist for Ada, C, C++, Lisp, Ruby, Smalltalk, Java, COBOL, PL/I and Python.
  4. Benefits :

  • Language Independence
  • OS Independence
  • Freedom from Technologies
  • Freedom From Data Transfer Details
Others:

Corba Location (CorbaLoc)


Corba Location (CorbaLoc) refers to a stringified object reference for a CORBA object that looks similar to a URL.
eg:
corbaloc::160.45.110.41:38693/StandardNS/NameServer-POA/_root

So this is the END.