User:JimD: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 8:
* ORM Object Persistence: For OO languages which support ORM (object-relational mapper) modules, classes, libraries, extensions (or whatever term is used for the language in question) implement the simplest program which demonstrates object persistence.
* Co-processing: Implement a program which spawns a separate process and establishes a "co-process" relationship with it (the ability to dispatch work to the co-process and read back results when they are available). (In Python this might be down by creating a pair of pipes, using ''os.fork()'' then having the processes manipulate their ends of these pipes to arrange for some to be closed, and some of the remaining ones to be non-blocking; then perhaps having the parent write arithmetic expressions to its co-process and perform non-blocking polls for the results).
* [[Creating a Secure Temporary File]]
Anonymous user