I have an new Window 7 PC with Intel I7 processor and I would like to multitask.



-----Original Message----- 
From: Leo Butler
Sent: Saturday, October 23, 2010 9:31 AM
To: Richard Hennessy
Cc: Maxima List
Subject: Re: [Maxima] I have an new Window 7 PC with Intel I7 processor and 
I would like to multitask.



On Sat, 23 Oct 2010, Richard Hennessy wrote:

< From: Richard Hennessy
< Sent: Thursday, October 21, 2010 12:11 AM
< To: Maxima List
< Subject: I have an new Window 7 PC with Intel I7 processor and I 
would like to multitask.
< Hi all,
<
< I would like to multitask and I think the only way to do this is with 
multiple instances of Maxima opened at the same time running side by side as 
separate
< processes.  Does anyone have information on how to do this with C# using 
Visual Studio Express Edition 2010?  I had this problem solved on my older 
machine which
< was a Windows XP machine running on a older processor.  Since I got this 
new machine I have tried to get my C# program to work on it but nothing 
seems to work
< anymore.  The message I get is failed to connect to server from C# 
debugger. Does anyone have any code that works by launching multiple 
instances of Maxima in a
< separate process and communication managed by sockets (or is there another 
newer way.)
<
< Help,
<
< Rich

Hi Rich,
I am guessing that your code uses sockets. If that's case, then
I would guess that it is your firewall settings on W7 that are
causing the headache. Try disabling all firewalls and running
your old code.

Also, since Xmaxima communicates to Maxima over a socket, you
can try running it to help isolate the problem.

Leo
-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


I think the problem is that Winsock.dll is not compatible with Windows 7.