Re: [Ironpython-users] Issues with multithreading, ironpython and numpy

2013-10-18 Thread Keith Rome
Your threading code isn't as correct or robust as you think it is, if you are getting service startup timeout errors. Windows assumes that the service control callbacks will be executed quickly without being blocked. Typically, the Start callback would be creating the service's main work thread,

[Ironpython-users] Issues with multithreading, ironpython and numpy

2013-10-18 Thread Eirik Ă…rdal
Hi First, let me start by saying that I don't have a lot of experience with Iron Python, or Python for that matter, but I know a person involved with the current project who is an experienced Python developer, but is unable to help with this issue since we believe it has to do with our integrat

[Ironpython-users] IronPython, Daily Digest 10/17/2013

2013-10-18 Thread CodePlex
Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [New issue] Import modules from a zip archive containing non-ASCII characters does not work -- ISSUES 1. [New issue] Import modules from a z