If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > How does Informix work?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-10-04, 10:16
torrud torrud is offline
Registered User
 
Join Date: Oct 2004
Posts: 8
How does Informix work?

Hi,

I have an Informix SE installed on a server. The OS is SuSE Linux 7.2 .
I looked into the configuration and noticed that no daemon is running. The configuration in the sqlhosts is the following:
Code:
demo_databasename        seipcpip         domainname          sqlexec
The perl DBI-module does work correctly, but I do not understand exactly how it can work efficiently without the daemon.
I think I can not get high-performance without a working daemon or I am wrong? Should I change the access by the perl module to use the daemon for better performance?

I am very thankful for any kind of hints.
Reply With Quote
  #2 (permalink)  
Old 11-10-04, 11:04
universer universer is offline
Registered User
 
Join Date: Nov 2004
Posts: 3
Wink some infos

hi torrud!

your nettype is seipcpip.
splitted into:
database server product -> se
interface type -> ipc
network protocal -> pip

ifx se server manual: "The ipc represents a UNIX-based interprocess communication (IPC)
connection that is used only for local loopback connections."

therefore no daemon is needed to run for the perl modules,
because they´re using the local loopback.

ifx se server manual:"When you use unnamed pipes, the servicename field must contain the name
of the SE executable file, distributed as sqlexec."

but i dont know how efficient such unnamed pipes are working, so
thats just some infos for the beginning

peter
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On