2006/12/11, Ernst Mayerhofer <[EMAIL PROTECTED]>: > > Hi, > > i want to check in a kernel module periodically in the database if there is a > new job to do. > > Please don't ask,
You should try to think: why people have to answer you if you do not want tell them much more? Now I am curious! ;-) > but i have to run the job in the kernel module. It doesn't matter for me in > which way I check the SQLite database, but the kernel module has to check it > or at least get the information from another program. A module which create a /proc/sqlite_job_todo virtual file in which a daemon who are cheking or polling database write down the new job to do. The module get the writing call, catch up the data describing job and execute it. Cheers, -- /roberto
