Axum Incubation Project announcement
-
Link
Thank you to everyone who participated in this forum. It has been retired, but
it will remain available as read-only. -
Link
I’m pleased to announce that today we’ve released an updated version (0.3) of Axum that works with Visual Studio 2010 RTM. To get it, go to our DevLabs site (http://msdn.microsoft.com/en-us/devlabs/dd795202.aspx) and click on "Download Axum for VS 2010"
-
Link
Welcome to the Axum community!
If you’ve stumbled across this forum by accident, please stay and read more about the project on our blog. We guarantee you’ll find it interesting!
We’re very pleased to bring you a new and exciting incubation technology designed with safe, productive, and scalable parallel programming in mind. Please use this forum to ask general questions, report bugs, request features, and freely discuss any of the concepts that Axum explores. As an incubation project, Axum feeds off of your feedback and this is the best place to provide it! Lastly, keep in mind that Axum is an incubation project and Microsoft has not committed to shipping it. If you think Axum would be a valuable tool in your developer toolkit, tell us about it! That’s the best way to turn incubation into a shipping product. ;)
If you’re reporting what you think is a bug, please take the following steps:
1) Make sure you have the latest version of Axum installed. You can check your version by opening the Axum Readme file. There’s a shortcut on your start menu! If you don’t have the latest version, install it; it just might have a fix for the issue. New versions will be announced in this forum and on the blog.
2) If you have the latest version installed and still have the same issue, do a preliminary search of the forums to see if the issue (and solution) has already been posted. If no solution has been posted, see if you can provide any additional information to help us take care of the bug.
3) If the issue hasn’t been posted before, create a new post.
4) Please post the version of Axum you are using (again, this is listed in the readme file), any relevant source code, and, finally, the steps to reproduce the error.
For more general information on Axum check out the Dev Labs site or our blog!
Thanks,
The Axum Team
-
6 Votes
Targeted feedback we're looking for...
Want to start playing around with Axum but not sure where to start? Here's a sample of some targeted feedback we're looking for: - Learning curve: How complex do you ...Discussion | 19 Replies | 16818 Views | Created by Josh Phillips - Monday, May 4, 2009 10:21 PM | Last reply by Antony Woods - Monday, September 13, 2010 10:43 AM -
0 Votes
HostingException: "There is already an agent hosted at this address"
I'm trying to host a read and a writer agent in the same domain: using System; using Microsoft.Axum; using ...Answered | 1 Replies | 10228 Views | Created by Jeff.Ferguson - Monday, September 6, 2010 11:42 PM | Last reply by whetstone - Tuesday, September 7, 2010 5:06 PM -
0 Votes
Error in distributed app?
Hi chaps, I am determined to crack this distributed stuff. Please have a look at my code here: using System; using ...Answered | 3 Replies | 10199 Views | Created by Antony Woods - Wednesday, September 1, 2010 8:13 AM | Last reply by AntonyWoods - Friday, September 3, 2010 5:44 PM -
0 Votes
RequestValue Keyword?
The following code compiles: using System; using Microsoft.Axum; using System.Concurrency.Messaging; namespace ...Answered | 2 Replies | 10113 Views | Created by Jeff.Ferguson - Sunday, August 22, 2010 11:03 PM | Last reply by Niklas Gustafsson - Friday, September 3, 2010 1:38 AM -
5 Votes
Please Tell what is happening with axum
Dear Axum Developers would you please inform as to what is going on with axum project why is this important feature/language of actor based concurreny being taken ...Answered | 4 Replies | 9669 Views | Created by RIGHT_THEN - Sunday, June 27, 2010 6:54 AM | Last reply by Niklas Gustafsson - Tuesday, August 31, 2010 4:29 PM -
0 Votes
Auction sample
VS 2008 SP1 German, Axum latest download, Windows XP SP 3. The Auction sample does work with setting "both". If separated into client and server - both running ...Answered | 3 Replies | 10125 Views | Created by neil.young - Tuesday, March 16, 2010 4:16 PM | Last reply by AntonyWoods - Friday, August 27, 2010 6:16 PM -
0 Votes
Is Axum ready?
Hi all, I am currently in the process of speccing out a new project (an online game which requires some large, parallel servers) and came across Axum. It ...Discussion | 1 Replies | 6590 Views | Created by Antony Woods - Tuesday, August 17, 2010 5:15 PM | Last reply by Jeff.Ferguson - Friday, August 20, 2010 8:17 PM -
0 Votes
Axum Presentation at Twin Cities Languages User Group
http://geekswithblogs.net/JeffFerguson/archive/2010/08/19/axum-presentation-at-the-twin-cities-languages-user-group.aspxDiscussion | 2 Replies | 5914 Views | Created by Jeff.Ferguson - Friday, August 20, 2010 1:49 AM | Last reply by Jeff.Ferguson - Friday, August 20, 2010 8:04 PM -
0 Votes
Reached EOF unexpectedly. Unrecoverable error.
Hi! Sometimes, after I deleted some text form an .ax file (eg. remove a comment) save and re-compile I get the error message "Reached ...Unanswered | 1 Replies | 8817 Views | Created by alexll - Monday, July 19, 2010 6:56 AM | Last reply by Artur Laksberg - Thursday, July 22, 2010 2:28 PM -
0 Votes
Constructor of external type 'XXXX' can cause side effects
Hi! I use a C# DLL in my Axum Project and when I compile the two I get the compiler Message "Constructor of external type 'SimHelper.SimHelp' can cause side ...Answered | 9 Replies | 14458 Views | Created by alexll - Friday, August 7, 2009 3:09 PM | Last reply by Niklas Gustafsson - Saturday, July 3, 2010 4:47 PM -
1 Votes
F# Asynchronous Workflows - Experiences with Axum
Hi, Not sure if this has been asked, but I was just reading a blog spot on F# Asynchronous Workflows and became curious with the state of F# vs Axum for concurrent / parallel ...Discussion | 1 Replies | 6363 Views | Created by Adam Houldsworth - Wednesday, June 30, 2010 9:51 AM | Last reply by Niklas Gustafsson - Friday, July 2, 2010 11:56 PM -
0 Votes
Functions return <schema type>`read????
Ok I tried to make a network of functions. One returns a schema and another gets that same schema, but compiler says there diffrent types (technicly are) because one is "`read". SOoooo How ...Answered | 4 Replies | 9345 Views | Created by Buttink - Saturday, November 7, 2009 7:04 PM | Last reply by lance glatz - Thursday, June 24, 2010 9:40 AM -
1 Votes
Axum for Inter Process Communication
Hi Having tried Axum in version 1.0, i find that the concepts are great. However, I don't think I will ever need to use it in a single process, as there are so many other good ...Answered | 5 Replies | 9983 Views | Created by Banjobeni2 - Tuesday, November 3, 2009 9:57 AM | Last reply by Niklas Gustafsson - Wednesday, June 16, 2010 11:16 PM -
0 Votes
Axum Compiler: "Internal Compiler Error during error emission"
I'm seeing several "Internal Compiler Error during error emission" messages coming from some Axum code that I wrote. I am sure that I am doing something wrong in the code, but I ...Answered | 6 Replies | 8268 Views | Created by Jeff.Ferguson - Monday, June 7, 2010 12:47 AM | Last reply by Niklas Gustafsson - Thursday, June 10, 2010 2:40 PM -
0 Votes
Agent Outputs Feeding Async Into Other Agent?
Is this design doable in Axum? I need an agent (Agent1) that will generate a list of numbers as Agent1 generates ...Answered | 1 Replies | 7582 Views | Created by Jeff.Ferguson - Tuesday, June 1, 2010 5:26 PM | Last reply by Niklas Gustafsson - Friday, June 4, 2010 11:31 PM -
0 Votes
Examination of Large Fibonacci Sequence
I'm fairly new to Axum, with only a single program and blog post (http://geekswithblogs.net/JeffFerguson/archive/2010/05/30/solving-euler-project-problem-number-1-with-microsoft-axum.aspx) ...Answered | 9 Replies | 74738 Views | Created by Jeff.Ferguson - Monday, May 31, 2010 1:01 AM | Last reply by Adam Houldsworth - Tuesday, June 1, 2010 3:55 PM -
0 Votes
Axum and CCR
What is the relationship between Axum and the Microsoft Robotics Developer Studio Concurrency and Coordination Runtime (CCR) ? How are they similar? How are they different? Why ...Answered | 3 Replies | 7555 Views | Created by DonBaechtel - Sunday, May 16, 2010 8:21 PM | Last reply by Niklas Gustafsson - Tuesday, May 18, 2010 7:00 PM -
0 Votes
Is Axum compatible with Silverlight 4?
Is Axum compatible with Silverlight 4? How can I use the priciples of Axum in a Silverlight 4 design? Are there any examples of this?Answered | 3 Replies | 7450 Views | Created by DonBaechtel - Monday, May 3, 2010 3:54 PM | Last reply by Niklas Gustafsson - Monday, May 17, 2010 7:19 PM -
0 Votes
Functionality of Combine Operator &>- in Axum
The Axum documentation says that " the combine operator takes a vector of sources, receives a message from each, then packages them into an array and forwards the result to the right hand ...Answered | 1 Replies | 6774 Views | Created by DonBaechtel - Monday, May 17, 2010 1:54 AM | Last reply by Niklas Gustafsson - Monday, May 17, 2010 7:17 PM -
0 Votes
Using Axum programtically?
Can Axum agents, channels and pipelines be created programatically in a dynamic fashion? Let's say that I have an application where I can draw up and configure the relationships between Axum ...Answered | 1 Replies | 6418 Views | Created by DonBaechtel - Sunday, May 16, 2010 8:31 PM | Last reply by Niklas Gustafsson - Monday, May 17, 2010 7:05 PM
Axum Incubation Project announcement
-
Link
Thank you to everyone who participated in this forum. It has been retired, but
it will remain available as read-only. -
Link
I’m pleased to announce that today we’ve released an updated version (0.3) of Axum that works with Visual Studio 2010 RTM. To get it, go to our DevLabs site (http://msdn.microsoft.com/en-us/devlabs/dd795202.aspx) and click on "Download Axum for VS 2010"
-
Link
Welcome to the Axum community!
If you’ve stumbled across this forum by accident, please stay and read more about the project on our blog. We guarantee you’ll find it interesting!
We’re very pleased to bring you a new and exciting incubation technology designed with safe, productive, and scalable parallel programming in mind. Please use this forum to ask general questions, report bugs, request features, and freely discuss any of the concepts that Axum explores. As an incubation project, Axum feeds off of your feedback and this is the best place to provide it! Lastly, keep in mind that Axum is an incubation project and Microsoft has not committed to shipping it. If you think Axum would be a valuable tool in your developer toolkit, tell us about it! That’s the best way to turn incubation into a shipping product. ;)
If you’re reporting what you think is a bug, please take the following steps:
1) Make sure you have the latest version of Axum installed. You can check your version by opening the Axum Readme file. There’s a shortcut on your start menu! If you don’t have the latest version, install it; it just might have a fix for the issue. New versions will be announced in this forum and on the blog.
2) If you have the latest version installed and still have the same issue, do a preliminary search of the forums to see if the issue (and solution) has already been posted. If no solution has been posted, see if you can provide any additional information to help us take care of the bug.
3) If the issue hasn’t been posted before, create a new post.
4) Please post the version of Axum you are using (again, this is listed in the readme file), any relevant source code, and, finally, the steps to reproduce the error.
For more general information on Axum check out the Dev Labs site or our blog!
Thanks,
The Axum Team