Is ICS safe for using in non-thread safe programs?

i.e. is this scenario safe:

- single thread program writes to a disk file
- ICS is used to fetch something and written as buffer to the same disk file
and not corrupting previous wrte
- main thread is never interrupted by ICS events. i.e. ICS event does not
occur until some other event has finished.

in other words, my question is - is ICS async operation only async for
fetching data and not for events?
to expand the question - is any event, not just ICS something that can
interrupt program flow in a way to create additional thread to a single
threaded application?
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to