Home
Forums
New posts
What's new
New posts
Latest activity
Advertise
Resources
Log in
Register
What's new
New posts
Menu
Log in
Register
Install the app
Install
Home
Forums
JD Edwards® Enterprise One / One World Discussions
JD Edwards® EnterpriseOne Developers
Polling from within ER
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Bill Dotson" data-source="post: 122004" data-attributes="member: 5659"><p>If the target of this is a Windows machine, you can accomplish this at the OS level. Somewhere in the Windows APIs is a procedure that will notify a callback procedure of a change in a folder (file added, deleted, modified, etc.). It's been a while since I've done any straight Windows programming, so I don't recall the exact name of the Windows procedure, but it shouldn't be hard to find, or very difficult to write the callback procedure in C. The beauty of this is that it avoids constantly polling a folder, which can be both network and disk intensive, unless you're very careful about the frequency and duration of your polling. </p><p></p><p>You should consider adding the specifics of your environment to your signature, as that will help get you help better suited to your environment. For example, if you're in a Unix or iSeries shop, this suggestion may not even be an option.</p></blockquote><p></p>
[QUOTE="Bill Dotson, post: 122004, member: 5659"] If the target of this is a Windows machine, you can accomplish this at the OS level. Somewhere in the Windows APIs is a procedure that will notify a callback procedure of a change in a folder (file added, deleted, modified, etc.). It's been a while since I've done any straight Windows programming, so I don't recall the exact name of the Windows procedure, but it shouldn't be hard to find, or very difficult to write the callback procedure in C. The beauty of this is that it avoids constantly polling a folder, which can be both network and disk intensive, unless you're very careful about the frequency and duration of your polling. You should consider adding the specifics of your environment to your signature, as that will help get you help better suited to your environment. For example, if you're in a Unix or iSeries shop, this suggestion may not even be an option. [/QUOTE]
Verification
Post reply
Home
Forums
JD Edwards® Enterprise One / One World Discussions
JD Edwards® EnterpriseOne Developers
Polling from within ER
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top