Louis Haußknecht
unread,Jul 28, 2010, 6:15:53 AM7/28/10Sign 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 Rhino Tools Dev
I'm trying to port Rhino-Queues to the compact framework (cf).
At the moment I see some major problems:
- esent and is not available on Windows CE
- rq is tied to esent, there is no abstraction of the storage engine
- CF has no System.Transactions
- Mutex.Pulse and some other stuff around Threading is not available
on CF
At the moment I'm stuck at the decision, how to continue with my
effort. Is see two different ways:
1. Building a RQ - compatible client for the CF and stripping out
esent, system.transactions etc. This would result in a complete rework
with only some similarities in the codebase.
2. Try to introduce abstractions to rq to exchange the storage engine
etc.
What do you think? Any ideas?
Let us keep in mind, that there are other platforms we could target
(mono, silverlight).
Louis