Author |
Message
|
grasher134 |
Posted: Wed Mar 11, 2015 9:42 am Post subject: Stupid question (IIB + mono on AIX) |
|
|
Acolyte
Joined: 22 Oct 2014 Posts: 62
|
I currently have developer's machine on Win and we have a production server running on AIX. Can I use .net Compute node if I build it on Windows and then deploy it on AIX with mono CLR libraries installed?
As far as I know, mono doesn't fully support AIX, but I've read that it works on it.
Is that thing possible?
Or I must give up this heresy and return to Java? |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Mar 11, 2015 9:46 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
It might work.
It won't be supported.
You'd have to run a Windows broker inside Mono in order to use the .NET compute node. |
|
Back to top |
|
 |
grasher134 |
Posted: Wed Mar 11, 2015 9:59 am Post subject: |
|
|
Acolyte
Joined: 22 Oct 2014 Posts: 62
|
Of course it won't not be supported. I don't even think, that my superiors would allow me to do things like that, even if i had some guarantee that it'll work. Just some empiric research.
As I understand, a deployed project contains compiled version of c# code. So I just need a runtime, to run this code on AIX. I'll try to check this tommorow with some simple apps.
Hope I'm not the only one who tried to implement something like that.
Sorry for my English. |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Mar 11, 2015 10:02 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
No. You won't be able to deploy the .NET compute node to a broker running on native AIX.
You will have to run the broker inside of mono.
So, more like running a virtual machine on AIX than running Broker on AIX. |
|
Back to top |
|
 |
grasher134 |
Posted: Wed Mar 11, 2015 10:04 am Post subject: |
|
|
Acolyte
Joined: 22 Oct 2014 Posts: 62
|
Quote: |
No. You won't be able to deploy the .NET compute node to a broker running on native AIX. |
Ookay... End of research  |
|
Back to top |
|
 |
|