Re: [IronPython] BeginInvoke from C# to IronPython

2011-04-10 Thread Matthew Green
l.QueueUserWorkItem(cb, "async") > > > Keith Rome > Senior Consultant and Architect > MCPD-EAD, MCSD, MCDBA, MCTS-WPF, MCTS-TFS, MCTS-WSS > Wintellect | 770.617.4016 | kr...@wintellect.com > www.wintellect.com > > -Original Message----- > From: users-boun

[IronPython] BeginInvoke from C# to IronPython

2011-04-09 Thread Matthew Green
Hi everyone, I came across a simple C# httplistener (http://www.paraesthesia.com/archive/2008/07/16/simplest-embedded-web-server-ever-with-httplistener.aspx). I decided to have a quick play with it and leave the listener in C# and make the client calls and callback in IronPython. After multiple at