--- Dave Shield <[EMAIL PROTECTED]> 写道:

> Does this other process change the number of rows
> (or their indexes)?  Or are the rows fixed, and it's
> just the data for each one that's updated?

yes,the other process changes the number of rows.
 
> What's the interface to this other process like?
> Can you request the information for one particular
> row, or can you only walk through the whole table?

we use UNIXsocket as our interface.
each time i read the interface i will get a structure.
and in the whole i will get a single list whose node
is just the structure.
the structure corresponds to two or more rows in my
table.
i have to parse the structure and fix it myself.  

> If you ran a full walk twice
> within
> three or four seconds, would you expect the results
> to
> be the same, or to have changed?

i want the exact realtime information.
so 
if the data in the structure changed,i will have to
change my table.
 
> Roughly how many rows will there typically be in the
> whole table?  How many columns in each row?

not many.
usually i will have 5 rows or something in my
table,with
6 columns for each row. 

sorry ,all the functions in my template are

init_mplsTunnelARHopTable (void)
initialize_table_mplsTunnelARHopTable (void)
mplsTunnelARHopTable_createEntry(index1,index2)
mplsTunnelARHopTable_removeEntry(... )
mplsTunnelARHopTable_get_first_data_point(... )
mplsTunnelARHopTable_get_next_data_point(... )
mplsTunnelARHopTable_handler(... )

_________________________________________________________
Do You Yahoo!?
150万曲MP3疯狂搜,带您闯入音乐殿堂
http://music.yisou.com/
美女明星应有尽有,搜遍美图、艳图和酷图
http://image.yisou.com
1G就是1000兆,雅虎电邮自助扩容!
http://cn.rd.yahoo.com/mail_cn/tag/1g/*http://cn.mail.yahoo.com/event/mail_1g/


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to