The parallels tag has no wiki summary.
0
votes
0answers
24 views
What's the easiest way to test and solve ie 7 inconsistencies?
So I've been working on a site for a while, and at the bitter end I find out that 1.6% of customers use IE 7, which accounts for enough to make IE 7 neccessary to be supported by our site.
After ...
1
vote
2answers
98 views
How can I get Fibonacci(n) in an efficient way with Scala Actor?
The algorithm is just like this.
def fib(x: Int): BigInt = {
x match {
case 1 => BigInt(1)
case 2 => BigInt(1)
case x => fib(x-1) + fib(x-2)
...
0
votes
1answer
17 views
How do I run Ubuntu Server headless using Parallels Desktop?
Running VMs "headless" (without windows for each VM being visible on the host) is a great feature of VirtualBox. How do I do it using Parallels Desktop?
0
votes
0answers
18 views
Plesk 11 Log files and rotation configuration
I use Plesk 11.0.9 Update #53.
Until two months ago I have such logs folder:
/statistics/logs/
access_log 2 MB
access_log_processed 2200 MB
access_log_processed.1 30 MB
...
0
votes
2answers
19 views
Spot 5 Syntactic errors in this BPMN Diagram
Please note, this is new for me and I am doing a self study, I need deeper clarification.The only Syntactic error I can find here is Complete Transaction should be closed.I also have not understood ...
0
votes
0answers
76 views
Unable to install Visual Studio Update 2 and Windows Phone 8
I tried three times to install Visual Studio Update 2 but everytime i got this
error at the end of Update 2 installation:
Windows Phone SDK 8.0 Assemblies.
Fatal error during installation.
I have ...
0
votes
0answers
179 views
Using Visual Studio on Mac in Parallels 8 with Shortcut Keys [closed]
Hoping someone can help.
I just started using a Macbook Pro and virtualized my Windows 8 that contains my Visual Studio 2012 development environment. I am using Parallels 8 for virtualization. ...
0
votes
1answer
100 views
Parrallels Plesk Panel 9.5.4 fails to load up after upgrade to 11.0.9
I am facing annoying problem.
My hosting provider sent me an email that my Plesk panels version is too old and it needs to be updated. So I logged to my Parallels Plesk panel, and clicked update, I've ...
1
vote
1answer
46 views
IE Developer Toolbar turning inspected elements black
I am running Internet Explorer 10 under Windows 8 on Parallels on a Retina Mac Book Pro 15" (just thought it might be useful to give all the details).
When I run the F12 Developer Tools and inspect ...
0
votes
3answers
132 views
How did my PHP session path change?
EDIT - HUGE ERROR ON MY PART
I found another site that had the issue that I knew was not on the same server. Then I realized that the original site with the issue was also on a different server and ...
1
vote
1answer
141 views
visual studio 2012 slow UI in Parallels
I am running Windows 8 as a virtual machine in Parallels 8 on MAC Pro 2.4Gz Quad with 16 Gig RAM
I have just upgraded to VS 2012 and I find everything working well except when loading resource files ...
0
votes
1answer
33 views
OpenMP implement switch … case
I'm trying to parallelize switch ... case (c++) using OpenMP directive, but despite my best efforts, the code goes slower than normal sequential execution.
I have used #pragma parallel, #pragma ...
0
votes
1answer
22 views
Does Plesk Limit the amount of subscriptions/domains
I'm wondering what is the maximum amount of sites/subscriptions that a plesk install can allow? Is it dependent on diskspace?
The version we have installed is psa-11.0.9-rhel6.build110120608.16.x86_64
...
0
votes
0answers
48 views
How can I run XWindow on Gentoo in Parallels Desktop 8 under MacOS? [closed]
When it starts, it says No Screens Found.
In my make.conf, I tried both VIDEO_CARD="vesa" and VIDEO_CARD="parallels"
The problems are the same.
How can I startx?
3
votes
0answers
186 views
Running a C# Windows Forms application on Windows 7 in Parallels 8 error
I have written a pretty simple C# Windows Forms application, and a colleague wants to test it out on Windows 7 using Parallels 8, because he only has a Mac.
The problem is, when he starts it up using ...
0
votes
0answers
48 views
Most efficient known implementation for CCL with OpenCV
I'm trying to implement an algorithm for parallel connected component labeling and want to compare its performance against other implementations. Since I don't have NVIDIA card and I have some ...
0
votes
1answer
76 views
After installing RHEL in Parallels on my Mac how do I log in?
I installed RHEL 6.4 server under Parallels 7 on my Mac OS 10.8 just now from an iso file I just downloaded from RedHat. The installation seemed to proceed ok, but at the end I'm left with a screen ...
0
votes
1answer
36 views
Adding shortcut buttons to Plesk admin panel
I use Parallels Plesk Panel 11.0.9. Every time I want to check for some data I need to click the pages manually. For exaple
To check server CPU and memory load I need to do this: Find "Server ...
2
votes
1answer
145 views
Copy cookies from one WebClient to another?
I wonder if it's possible to copy cookies from one web client to another.
Reason
I am using parallel web requests and it creates new instances of web client on every new thread.
Problem
...
0
votes
2answers
75 views
What is the difference between parallel and virtual
As the title says I was under the impression that using something like Virtualbox or VMware was actually parallel but I'm told they are different. When I searched to learn more about this I am lost ...
2
votes
1answer
107 views
Problems accessing Web Service using Parallels (OSX, Win 7)
I am currently running Windows 7 through Parallels on my Mac(mountain lion). I developed a web service using Visual Studios 2010. I am able to access the web service when I "Start program without ...
3
votes
0answers
184 views
IIS Express slow on external requests using Parallels VM on Mac
Running a VM on a Mac for a .NET backend, I have the following setup:
Parallels 8 (Shared Network), Win 8, IIS Express 8 (not run as admin I think), Visual Studio 2012 Epress
ACL via elevated ...
-2
votes
1answer
91 views
Parallels with Ruby on Rails [closed]
I am pretty new to PARALLELS as web server.
http://www.parallels.com/
Could any one tell me what is complexity to configure RUBY ON RAILS application in PARALLELS.
i am using ,rails 3.2.11,ruby ...
-1
votes
1answer
96 views
Forgotten where I left an automatic shutdown script on Mac OSX
I let me Parallels Desktop running Windows XP to start automatically during mac log-in. And to start Windows upon launch to let my dad use his WinXP by just pressing the power button, bypassing the ...
0
votes
1answer
209 views
all steps in a Kettle transformation run in parallel
I'm really new to Kettle. And I read this when I use the "set variables" step in my transformation. "all steps in a Kettle transformation run in parallel". I'm wondering how this can be possible.
...
0
votes
1answer
242 views
Parallels Plesk Panel 11.0.9
How I can create database and create user with grand access from php script?
My server hosting is in Parallels Plesk Panel 11.0.9 linux server
Who can help me about this? I need reply source code of ...
0
votes
1answer
128 views
Disable animation in Visual Studio 2012
When I hit Ctrl-Tab, the "Active Tool Window/Files" pop-up animates into place. Its doing my head in. Unlike VS2005, there is no "Disable Animations" under Tools/Options/Environment, which is the only ...
0
votes
0answers
80 views
installing plesk control panel gives error
I am trying to install plesk control panel on a virtuozo container VPS in parallels power panel environment but i keep getting this error below.
Operation with the Container "vvps-273466" is ...
0
votes
0answers
82 views
Make Mac Parallels IIS website accessible from Internet
I am developing an ecommerce site that is nearly finished, last thing i need to do is debug an issue with a callback from the payment gateway.
I am running windows through Parallels Mac and want to ...
0
votes
0answers
132 views
Cannot map to network drive in windows parallels
I'm having trouble mapping to a network drive in our office using parallels. On the mac side I can see the drives I need. However, on the PC (windows 7) side the drives do not show up when I select ...
0
votes
1answer
154 views
How to make a bat file run two jars in parallel? [duplicate]
Possible Duplicate:
How do I run a bat file in the background from another bat file?
I want to make a bat file that run a local server (Seleneium grid2 *.jar) and then excute command to ...
2
votes
1answer
142 views
How to setup Git on a Mac with Windows 8 running in Parallels
I'm wondering what is the best way to setup Git on a Macbook Pro both OS X Mountain Lion 10.8 with Windows 8 Pro in Parallels?
I'm not too sure what is the best work flow. Should I be installing Git ...
1
vote
2answers
79 views
How Parallel Run Of Calling A Method
Given the following code:
if (!string.IsNullOrEmpty(link1))
{
string[] link1_ar = link1.Split(sep, StringSplitOptions.None);
string page1 = link1_ar[1];
string filter1 = link1_ar[2];
...
0
votes
1answer
114 views
Plesk Panel Dedicated SSL Login Issues
Not entirely sure what I did to cause this but when I try to login to my dedicated server plesk panel it partially loads before throwing out an 501 error and says it can't connect to ...
0
votes
1answer
149 views
How to group cron to plesk 11.0.9
I'm using Plesk 11.0.9 and I try to create a couple of crons for each website but don`t know how to group them by a specified domain or something.. to have a better view of them.
I`m on Website & ...
1
vote
0answers
168 views
Maven assembly plugin: Failed to retrieve numeric file attributes using: '/bin/sh -c ls -1nlaR
I am running parallels with Debian on my OSX 10.7.5 and I have linked a directory with Java sources from OSX to the virtual Debian machine (using Parallels tools, which mount directories to ...
1
vote
1answer
264 views
C# Console Application using Parallels or Async [closed]
There is a lot of examples and talk out there about parallels, concurrency and now asynchronous calls with .NET 4.5. We are looking for the best solution for our application as a lot of this talk is ...
0
votes
2answers
455 views
parallels plesk file permission
I,m trying to install a joomla site in parallels plesk panel via akeeba backup . Where I,m facing file permission issue.
An error occured
Could not open ...
2
votes
1answer
265 views
Is there a way to adjust the icon size in the Eclipse workspace?
I am running an Eclipse IDE via Parallels on a Retina MacBook Pro.
Parallels automatically configures the font sizes in Windows to deal with the Retina display resolution. So all that looks good.
...
1
vote
0answers
63 views
Accesing Windows on Parallels Desktop from external device
I'm using Mac OS X Mountain Lion and Parallels Desktop 7 with Windows 7 on it. On Windows I'm developing a server (IIS) running on localhost. Subnet ip of windows is 10.211.55.3, and server can be ...
1
vote
0answers
140 views
Connect to OSX via IIS7.5 in Parallels with UNC path
I have IIS7.5 with ASPNET 4.0 running in a Parallels virtual machine on Windows 7 on an external harddisk which I connect to my MacBook Air.
My website source files are on my MacBook Air. I want to ...
11
votes
1answer
180 views
About 'pseq' in Haskell
Consider the following two statements:
(a `par` b) `pseq` (a + b)
and
a `par` (b `pseq` (a + b))
Can someone explain how their behavior differ from each other?
For the first one, if the main ...
0
votes
0answers
105 views
Visual Studio Development Server on Mac serves cached content
I'm using Visual Studio 2012/Windows 8 on a MacBook Air with Parallels 8 (same problem with VS2010/Win7 and Fusion.)
Everytime I run my asp.net project, IE displays a cached version. I've tried using ...
0
votes
0answers
384 views
Parallels desktop 8 VDI Convertion boot error
i've installed parallels 8 for mac (trial) without any problem.
Next, i started to convert my .vdi windows 7 64Bits install.
It goes by "converting..." process without a problem.
Then, it starts ...
1
vote
2answers
129 views
TPL-like library for .NET 2.0
After discovering the Parallels library in .NET 4.0, I'd like to have something similar in my .NET 2.0 application.
Are there any parallel programming helper libraries for .NET 2.0, that simplify ...
0
votes
1answer
79 views
Why am i getting this error trying to compile an asp.net-mvc app using Parallels on my MacBook
I posted a question on the apple site but someone suggested that I might get a better response on stackoverflow directly since its a visual studio related issue.
I installed parallels on my macbook ...
0
votes
2answers
545 views
Connecting to SQL Server running on Parallels on Mac
I am running MAC with parallels installed. I have windows 7 Pro installed on Parallels, and SQLServer Express 2012 installed on Windows 7.
I am trying to connect to the SQL Server database from the ...
0
votes
1answer
287 views
PHP java bridge installation error HTTP Status 500 -
I am trying to install php java bridge on a windows server.
The server has pre installed Parallels panel (IIS and php is installed)
I have installed latest version of tomcat and JRE however when i try ...
1
vote
1answer
389 views
Draw 2 parallel lines between any 2 coordinates on the stage in AS3
I am developping a web application, basically its a simple version of Illustrator/Flash.
So soccer trainers can make schemes.
I made different tools like in Photoshop (line tool, rectangle tool, ..).
...
0
votes
2answers
306 views
edit PHP ini file under linux problems
I am getting the follow when trying to create a SOAP connection in PHP
AutoLoader did not find file for 'SoapClient'!
I also checked in my phpinfo() file and i do not see anything mechining SOAP so ...


