Lokesh
unread,Apr 4, 2009, 10:35:21 PM4/4/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to linuxgurus
Hi,
Hmm.. As per for requirement, basically you need to communicate /
exchange information or data between two modules?
Generally we use this /proc to see the instant behavior of the system
or module. User will use this to find the current status
of his expectations.
So, just think if your data is that so important to show to userspace
then going to /proc will be a good option.
And as /proc is the place where the data will be generated on the fly.
You can make suitable access rights to
protect your data.
So, if you just want to pass this information / data to another
module, well we have another methods to do this
in modules itself. Check out the struct module...
Regards
Lokesh