Slow File I/O with newer compilers (SPARCompiler 5 and gcc 3)

Well it's more like slow File I, as I'm only really testing Input, but anyway, here goes...
I have a simple program that takes a file of about 250mb and simply loops through the file reading it in chunks of 8,192 bytes.
Basically I'm timing the read speed to try and figure out why there is such a large discrepancy between the older SPARCompiler 3.0.1 : C++ 4.0.1 and the newer 5.0 as well as gcc 3.0 in reading a file. I realize that the old compiler doesn't support STL and that SPARCompiler 5's .h headers basically point to the STL headers, so there is a difference there, but the numbers I get are around 35s with SC 3.0.1 : C++ 4.0.1 to about 90s with SC 5.0 and 76s with gcc 3.0. I understand the numbers are going to vary depending on the test input file size and the machine you're running on, but the ratio's should stay relatively similar if you do run your own tests. That slowdown is pretty much unacceptable in my opinion and I really want the benefits of a new compiler, am I doing something wrong, is this a known issue??
Command Lines (I did my best to try with different versions of the OS, but Sun licensing makes it hard!):
With C++ 4.0.1 (tried on Solaris 2.6 and 2.7)
CC -fast -o IOtest.CC io_read_tst.cpp
With C++ 5 (used on Solaris 2.5.1 and 2.8)
CC -O3 -o IOtest.CC5 io_read_tst.cpp
With gcc 3.0 (tried on Solaris 2.5.1, 2.6, 2.7, and 2.8)
gcc -O3 -o IOtest.gcc3 io_read_tst.cpp
I've got the latest patches for the OS and compilers, I've tried compiling on multiple versions of the OS (Solaris 2.5.1, 2.6, 2.7, and 2.8) and always I get similar results, I know I haven't tested every OS possibility, but you have to re-install the OS to test since the compiler is licensed to only one machine, at least for the SUN Compilers anyway! Any help would be greatly, greatly appreciated, code is as follows:
#include <iostream.h>
#include <fstream.h>
#include <time.h>
int main( )
char sBuffer[8192];
time_t startTime, endTime;
ifstream TestFile;
TestFile.open( "/data4/tax101/taxtab" ); // Change this to a large file local to your system (~250mb)
if( TestFile.fail() )
return( EXIT_FAILURE );
time( &startTime );
while( !TestFile.eof() )
TestFile.read( sBuffer, 8192 );
time( &endTime );
cout << endl << "Read Time: " << endTime - startTime << "s\n";
return( EXIT_SUCCESS );
Thanks,
Lance Beddawi
[email protected]

Alright, here is my code reposted:
// Warning.java
// Reads student data from a text file and writes data to another text file.
import java.util.;
import java.io.;
public class Warning
// // Reads student data (name, semester hours, quality points) from a
// text file, computes the GPA, then writes data to another file
// if the student is placed on academic warning.
public static void main (String[] args)
int creditHrs; // number of semester hours earned
double qualityPts; // number of quality points earned
double gpa; // grade point (quality point) average
Scanner scan=null;
PrintWriter outFile=null;
String name, inputName = "students.txt";
String outputName = "warning.txt";
try
// Set up Scanner to input file
scan=new Scanner(new FileInputStream(inputName));
// Set up the output file stream
outFile = new PrintWriter(new FileWriter(outputName));
// Print a header to the output file
outFile.println ();
outFile.println ("Students on Academic Warning");
outFile.println ();
// Process the input file, one token at a time
while (scan.hasNext())
// Get the credit hours and quality points and
// determine if the student is on warning. If so,
// write the student data to the output file.
name=scan.next();
creditHrs=scan.nextInt();
qualityPts=scan.nextDouble();
gpa=qualityPts/creditHrs;
if ((gpa < 1.5 && creditHrs < 30) || (gpa < 1.75 && creditHrs < 60) || (gpa < 2.0 && creditHrs >= 60))
outFile.print(name " ");
outFile.print(creditHrs " ");
outFile.print(qualityPts " ");
outFile.print(gpa);
//Add a catch for each of the specified exceptions, and in each case
//give as specific a message as you can
catch (FileNotFoundException e)
System.out.println("The file " inputName " was not found.");
catch (IOException e)
System.out.println("The I/O operation failed and " outputName + " could not be created.");
catch (InputMismatchException e)
System.out.println("The input information was not of the right type.");

Similar Messages

  • Library files files are replaced with new files

    Almost everyday, when i start iTunes my library files are replaced with new files & then i need to replce the new ones with my backup set

    There are a couple of recommended methods for using more than one iPod on a single computer. Method one is to have two Mac or Windows user accounts which by definition would give you two completely separate libraries. Each account has it's own iTunes folder, Library and iTunes Music folder and you load it with CDs etc just as you did with your original one.
    Method two is to set your preferences so that either one or both iPods get updated with only certain playlists within one library. Have a look at this article and see what you think and go for whichever you feel suits your needs best: How To Use Multiple iPods with One Computer
    Another option when using a single library is to set one or both of the iPods to manual update: Managing content manually on iPod
    Choosing the update option "automatically update selected playlists only" (called Sync Music - Selected playlists in iTunes 7) allows you to create a playlist specifically for each iPod and drag the tracks you want into it. If you tire of the list and want to change it, you just add or remove the songs you don't want. The ones you take out out remain in the library to be used by the other iPod. Make your playlist a Smart playlist and limit the size to just below the advertised capacity of your iPod ( for example, around 3700MB for a 4GB or 1800MB for a 2GB Mini or Nano). You can read more about playlists at these links:
    iTunes: Creating playlists of your favorite songs
    How to create a Smart Playlist with iTunes

  • Where are my books!? Sync-ed iTunes 10.6.3.25 on Win7 with new iPad3 WiFi/3G and iTunes shows (on my PC) that I have 590 "ebooks" (PDF's

    Not to repaet myself, but... where are my ebooks?
    I sync-ed iTunes 10.6.3.25 on Win7 with new iPad3 WiFi/3G and iTunes shows (on my PC) that I have 590 "ebooks" (PDF's & a few epub's) on my iPad, but for the life of me I can't seem to get to them on the iPad3 itself. If I open iTunes on the iPad3 it only shows a bland grey screen with a link to the "iTunes Stores Terms and Conditions…"? And my iBooks is empty, so is Acrobat Reader which I installed?
    What gives? Gulp… help!?

    That is troubling! 
    I downloaded the Kindle app on my iPad1 tonight, logged into my Amazon.com account and was able to download the books I had bought on my Kindle to my iPad!  I am a VERY HAPPY CAMPER!

  • I recently updated my iPhone 5 with new ios 6.1 and i realize that my 3g is gone can u plz help me how to turn it back?

    i recently updated my iPhone 5 with new ios 6.1 and i realize that my 3g is gone can u plz help me how to turn it back?

    im using wifi, but before setting it was like ---> General--->Cellular---->Cellular Data on/off & 3g on/off. but now i cannot find 3g on/off its gone

  • My Iphone updated today with new IOS 6.1 and while doing that it has sync my phone number with my wife number in the same cloud that we have hence we receive each others SMS when we message each other. Anyone have idea how can I fix this issue in settings

    My Iphone5 updated today with new iOS 6.1 and while doing that it has sync my phone number with my wife number in the same icloud due to which we receive each others SMS when we message each other. Anyone have idea how can I fix this issue in settings etc
    Thank you

    My Iphone5 updated today with new iOS 6.1 and while doing that it has sync my phone number with my wife number in the same icloud due to which we receive each others SMS when we message each other. Anyone have idea how can I fix this issue in settings etc
    Thank you

  • Media Encoder, No File Save Dialog with New XDCam Project

    I've started a new project last night and I got it edited toda
    y. It's XDCam 24P timelines, very simple linear
    string of short 45 second clips of interviews with executives.
    The timeline behaves normally in every respect. Except, when I attempt to render it to any format in Media Encoder, I never get the File Save As dialog. I press OK and the Media Encoder settings goes away, then, a second later, reappears. It took me a few moments to realize something was wrong.
    I rebooted the computer, thinking Premiere was just corrupt in memory, as sometimes happens, but after a fresh start, the same behavior with the Media Encoder. Now I'm really worried, because this is a corporate event video with a deadline.
    Just to check, I tried opening a prior project and tried to render anything in that project. This time I get the Save As dialog, which is expected. So I return to the corporate event project and try again to render anything within that project. The encoder settings keeps redrawing when I press OK and I cannot save anything.
    Thinking my project was corrupted, I copied the assets and made a new project and pasted them into the new, blank project. Once again, I cannot render anything. All I get is a redraw out of the Media Encoder settings screen.
    This is a very simple project. There is nothing unusual about it that could cause this freakish behavior, except the lighting used at the event was mostly yellow. Apparently it doesn't like something about my footage, but I cannot re-shoot this one-time corporate event! If a reboot didn't fix it, and other projects still work normally, then it's a real head-scratcher. This is new behavior that I've not encountered in 3 years of using CS3.
    I'm out of ideas. If it's XDCam my footage, then I'm dead in the water here!

    FOUND THE PROBLEM!
    I have several timelines in the project, and most of them are titled things like "window dub w/timecode". I found one that was titled "interviews" and tried to render that. The Save dialog appeared, only when I rendered from THAT timeline. So I started to look for differences between the timelines.. then it dawned on me that all the timelines that don't render have the "/" character in the title. Adobe should warn that this character is not allowed, rather than allow it and then behave weirdly. Could have saved me hours of thrashing about!

  • Why can't I see PDF files in Safari with new Lion OS?

    I installed Lion. Now when I click on bank statements and forms that are attached to web pages, they come out black! Like this one:
    http://www.whitewaterchallengers.com/lehigh/waiver_form.pdf
    JS

    In the Finder, select Go ▹ Go to Folder... from the menu bar, or press the key combination shift-command-G. Copy the line of text below into the box that opens, and press return:
    /Library/Internet Plug-ins
    From the folder that opens, delete any items that have a name beginning with “AdobePDF”. Then quit and relaunch Safari. If you still have the issue, post again.

  • Problems with new /lib, rc.d, and uwsgi

    I'm using uwsgi from AUR and prior to the upgrade of glibc, things were fine when starting the daemon via rc.d, i..e,
    rc.d start uwsgid
    I've configured a new server, upgraded everything, and have found that starting the daemon manually or via /etc/rc.d/uwsgid works, but using /usr/sbin/rc.d results in the following traceback from Python 2.7.3:
    Python version: 2.7.3 (default, Apr 24 2012, 00:00:54) [GCC 4.7.0 20120414 (prerelease)]
    Traceback (most recent call last):
    File "/lib/python2.7/site.py", line 563, in <module>
    main()
    File "/lib/python2.7/site.py", line 545, in main
    known_paths = addusersitepackages(known_paths)
    File "/lib/python2.7/site.py", line 278, in addusersitepackages
    user_site = getusersitepackages()
    File "/lib/python2.7/site.py", line 253, in getusersitepackages
    user_base = getuserbase() # this will also set USER_BASE
    File "/lib/python2.7/site.py", line 243, in getuserbase
    USER_BASE = get_config_var('userbase')
    File "/lib/python2.7/sysconfig.py", line 521, in get_config_var
    return get_config_vars().get(name)
    File "/lib/python2.7/sysconfig.py", line 420, in get_config_vars
    _init_posix(_CONFIG_VARS)
    File "/lib/python2.7/sysconfig.py", line 299, in _init_posix
    raise IOError(msg)
    IOError: invalid Python installation: unable to open //include/python2.7/pyconfig.h (No such file or directory)
    I've taken a quick look around and as best I can reckon (but cannot prove), something funky is happening to Python during its self-discovery phase; in particular (as is probably obvious), the platform include path is getting mangled. I've tried doing what rc.d does manually (env -i "VARS" "/etc/rc.d/uwsgid" "start"), but can't replicate the traceback. The rc script included with uwsgid isn't anything complicated; it does the usual sourcing of rc.conf, functions, and conf.d (which in turn specifies a couple of uwsgi variables) before starting uwsgi.
    If anyone has any tips or pointers, that'd be great.

    Same problem here. I get the "invalid Python installation" error as described above, when running uwsgi from a startup script. Running it manually from a command line works fine.
    IOError: invalid Python installation: unable to open //include/python2.7/pyconfig.h (No such file or directory)
    Notice the double forward-slash here on the path. I get the same thing. I'm thinking this should say /usr/include/python2.7/pyconfig.h, but somewhere the path is getting messed up.
    I did not use the AUR, rather I installed uwsgi using "pip2 install uwsgi".
    Last edited by phoric (2012-07-21 02:45:32)

  • Problem with New Macbook 2.2ghz and 2x2gb Sodimm Ram 800mhz

    Hi..I bought the newest Macbook white 2.2ghz Santa Rosa and I wanted to upgrade default ram up to 4 gb 800mhz.
    I bought 2 Sodimm Adata..I tried to put them toghether inside my macbook and it doesn't boot.I click power button but it only turns on sleep led.
    So I tried to put one new ram with an old 512mb ram and macbook works well with 2.5gb at 667 mhz.
    I thought one new ram was difected and I tried to put the other new 2gb ram instead the other one and macbook works fine againg at 2.5gb 667mhz.
    Why the newest macbook doesn't work with 2x2gb Sodimm 800mhz?Anyone had the same problem?It's not fault of new sodimm rams..i'm sure it's is macbook!
    DO you think with the next Leopard Update 10.5.2 they'll fix this problem?

    Steschwab wrote:
    Thanks..
    Last 2 questions..
    Did you find any speed difference between 2.5gb and 4 gb ram?
    Didn't even try it out besides seeing if the configurations were recognized. Frankly I don't think there's much of a difference between 2GB and 4GB unless there are tons of open applications.
    I'll buy this ram..do you think they'll work fine in my Santa Rosa mb?
    2GB Kingston PC5300 SODIMM-DDR2 667
    This is what they recommend as Apple-specific memory. What you wrote sounds like it should work.
    http://www.ec.kingston.com/ecom/configurator_new/modelsinfo.asp?SysID=40310&mfr= Apple&model=MacBook13&root=&LinkBack=&Sys=40310-Apple-MacBook+13-inch+3rdGeneration&distributor=0&submit1=Search
    Some people have said to stay away from their ValueRAM series because the long term reliability might not be as good. Of course they have a "lifetime warranty" but that means going through the trouble of getting it replaced.

  • Problems with new Motorola SB6120 modem and BEFW11S4

    I upgraded to Charter Communication's high-speed Internet and after a couple of weeks purchased the SB6120 modem to replace my old SB4100 as the speed was progressively dwindling.  I cannot get my BEFW11S4 v2.0 router to work with the new modem.  I have spent hours myself, with Charter and with the IT people through my work trying to get it to work (I am a remote office employee).  The modem only works direct to my laptop.  The second PC in the house uses the wireless service from the router so it's offline. I have reset the router to factory defaults.  It looks like the router just does not see anything from the modem.  The modem is a DOCSIS 3.0 unit.  Is this just too much for my old router?
    Thx.

    The MAC address field was already filled, but i cloned it again following your linked instructions. I used the Phys Addr associated with my "Ethernet adapter Local Area Connection #" ("3", in my case).   This did not solve the problem.
    I also noticed an "Ethernet adapter Network Connect Adapter" listing with a different Phys Addr and with a description of "Juniper Network Connect Virtual Adapter".  I think this is used for logging into my employer's VPN network, so I ignored it for the MAC cloning exercise. 
    So, problem still remains:
    - Modem direct to PC works fine
    - Modem to router & router to PC, does not --- but all the lights on the front of the router look normal.
    I looked more into MAC addresses and in the Linksys Setup page there are TWO places showing this:
    - Next to "WAN IP" --- this is where I entered the MAC address from the first paragraph above.
    - Next to "LAN IP" --- this shows the MAC address of the router.
    Do these appear to be the correct MAC addresses for each "location"?
    Any other assistance is appreciated!
    Thanks.

  • Slow loading pages even with a fresh FF install and fresh Profile

    Hi, I been having this issues with FF for months now, had to switch to Google Chrome
    Pages takes a while to load, transferring data, waiting for website, connecting, while in Google Chrome and other browsers it connect to websites and load pages a lot faster
    for the past few months that I have had this issues I tried Resting or installing a fresh copy of FireFox (with new profile), tried to run it without any add-ons, reinstalled windows several times (win7, 8.1, and Win 10 Technical preview "all 64bit") and I even bought a new internet router during that time
    tried pipelining configuration in "about:config" nothing fixed the issues, and not certain websites but all the websites I visit, and I finally thought about finding help here because I prefer using FireFox, thank you in advance.

    ''ideato [[#answer-714003|said]]''
    <blockquote>
    Hi any change in behavior if you boot the computer in [http://support.microsoft.com/en-us/kb/2809468 Windows Safe Mode with network support] ?
    thank you
    </blockquote>
    Hey, I tried to restart in Safe mod with network but for some reason, the network is not working still, but I tried the Diagnostic Startup through the System Configuration "msconfig" and tested FF but still having the issues.

  • Replacing old TC with new larger capacity TC and using old TC as an external HDD

    I currently have a 500GB 1st gen TC.  I am running out of space for back ups and running out of room on my iMAC HDD.  I would like to purchase a nw 2TB TC to back up both my iMAC, macbook, and expected Macair when the new ones are released.
    Questions:
    1. Can I use the old TC as an external HDD only?  I would like to place my iTunes Library and photos on it so it is visilble accross the network via wi-fi.
    3.  If I move my libraries is there a method to make them available to me when I travel via the internet?  Or is this the upcoming cloud sharing I've heard so much about? 
    2. My understanding from vaious discussions is that I can not connect the old TC (via the TC USB port) directly to the the new TC and have the old one continuously backed up to the new one (iMAC---new TC usb---old TC).  In other words, if I were to move my itunes and photo media to the 500GB old TC then they would not be backed up.  However, what if I conencted the old TC directly to the iMAC? 
    old TC----iMAC---new TC
    Would it back-up to the new TC now?  Can I connect it to the iMAC ethernet port or would i have to use the USB connection?
    3.  Can I daisy chain them together in a way that the new TC will backup both the iMAC and the old TC?
    iMAC---old TC----new TC

    golf and fly wrote:
    I currently have a 500GB 1st gen TC.  I am running out of space for back ups and running out of room on my iMAC HDD.  I would like to purchase a nw 2TB TC to back up both my iMAC, macbook, and expected Macair when the new ones are released.
    You can connect a USB drive to the TC, and back up some or all of your Macs to it instead of the TC's internal HD.  See #Q2 in Using Time Machine with a Time Capsule.
    And you can put other data there, too, such as your iTunes library, but for best results you'll want to partition the disk. Otherwise, Time Machine will, eventually, use up all the empty space.
    Also note that Time Machine cannot back up from any network drive, so you'll need to find an alternative way to back up that "other" data.  The Chronosync app might be viable.

  • Updated with new iOS 7.02 and my screen is now black and the phone is still on!  Can't turn phone off or reset?

    Uploaded new IOS 7.02 and screen has gone black!  Phone is still on and cannot shut it off....now what?

    On the 5S, that is a message that means that you need to restore the device using iTunes. If the device isn't being recognized, you may need recovery mode.
    If you can't update or restore your iOS device - Support - Apple
    I see in your tag line that you are running iTunes 10.7. It night help if you update to the latest version of iTunes.

  • Mdadm boot slow to assemble drives with newer installs

    I had a problem where my raid1 installs from this year would pause about 5 seconds per mdadm entry yet my old installs from March 2014 would go through all 4 mdadm entries in less than a second. After fussing for a long time on the new installs I finally broke (slowed) one of my old installs which immediately revealed what the problem was.
    I didn't forget to pick partition type FD or FD00. I have my install sequence in a text file so I rarely forget things. I install through PuTTY pasting all the way so it's fast and mistakes are rare.
    devices of the form /dev/md/* take about 5 seconds to create.
    devices of the form /dev/md{0..127} create very fast.
    "mdadm -E --scan" always creates devices of the form /dev/md/{0..127}. In the past I was very meticulous about fixing the device names to the more compact form. I never missed so I never found out there was a substantial speed difference. I just like the the more compact look of /dev/md1 in my boot menu. Eventually I progressed to UUID and LABEL but persisted with the compact form. Then I discovered "mdadm --name" so I left mdadm do it's own thing. What could possibly go wrong?
    I also noticed that the mdadm instructions changed from using "mdadm" to "mdadm_udev". mdadm_udev seems to assemble faster than mdadm.
    To fix, boot once to see if you're slow, fix any usage of /dev/md*/* in your boot scripts or fstab, fix the form in /etc/mdadm.conf, and mkinitcpio...
    I still see that the new installs pause at udev more than old installs, but instead of 20s vs >1s, it's now 5s vs >1s, which is much better.
    Looking further I compared mkinitcpio.conf and noticed that autodetect is now installed by default. I took that out and though my list of drivers went way down the pause didn't change. Then I compared "lsinitcpio -a /boot/initramfs-linux.img" and I saw that fsck.zfs was loading so ZFS being a data drive only I uninstalled it and remade mkinitcpio. The pause didn't change.
    Now "lsinitcpio -a /boot/initramfs-linux.img" and "lsinitcpio /boot/initramfs-linux.img | sort" compare the same yet the pause remains. I know something is lying because the slow pause computer has a SAS controller and the fast pause computer doesn't, and I know that I must remake mkinitcpio when the SAS controller brand changes or it won't boot without Fallback. The mptsas driver is hiding in there somewhere. So then I unpack both initrd files and by-content compare all files with Total Commander.
    Only one difference: mdadm.conf
    I can't boot without the SAS controller so I can't check to see if that's the source of the pause. I suspect it is because I can see the NumLock blink halfway through the pause and I know the SAS controller isn't concerned with that.
    To solve this quandary I made a quickie install on a SATA only computer. I used the fast form of /dev/md* in mdadm.conf and left autodetect in mkinitcpio.
    It's fast, but there's still about a half second pause right there at udev. Out goes autodetect. Still about a half second.
    Then, back at the slow pause computer, I swapped the Marvell AOC-SASLP-MV8 for the LSI SAS2008 9211-8i. See Zorinaq for what makes this possible. The pause at udev dropped to about 1s which is only a bit slower than SATA. Not really a win since the LSI BIOS boot takes much longer. The good news is that I didn't need to rebuild mkinitcpio to change controllers. autodetect is toast and I get one more degree of freedom!
    I guess that's as good as it gets. Fortunately the mdadm --name option doesn't create /dev/md/* entries so I don't need to fix that.
    The Internet is strangely silent on this issue. I guess you're all just used to slow boots with mdraid.
    This is a bug and needs to be reported. Either mdadm scan needs to stop producing the slow form or needs to make the slow form fast.

    severach wrote:I didn't forget to pick partition type FD or FD00.
    I wouldn't use this partition type anymore. (raid autodetect is deprecated)
    severach wrote:Then I discovered "mdadm --name" so I left mdadm do it's own thing.
    mdadm --name never worked well for me. I don't see many people using it.
    I prefer a minimal mdadm.conf that only specifies the md number and UUID.
    ARRAY /dev/md0 UUID=627125a5:abce6b82:6c738e49:50adadae
    I don't notice any delays but, in my case the raid is assembled in the background while in the foreground LUKS is waiting for me to type a passphrase.

  • Replacing Time Capsule - can I save my old config file to use with new one?

    I have a Time Capsule backing up 3 of my Macs. A couple of nights ago, I started receiving the following: "sparsebundle” could not be created error 22
    on all 3 Macs.Time Machine application fails due to this error and if I access the Time Machine in Finder, I can see the 3 volumes but cannot go any deeper. I get the same sparsebundle error.
    A few minutes ago, my wife called me stating that her MBP gave her a backup error stating that the backup Volume name changed, continue or don't backup. Something weird is obviously going on. I also noticed that the TM fan was kicked up into high gear. I'm suspecting a hardware failure of some sort.
    Thoughts?
    If I do need to replace my TC, is there a way to save the config file from my old one and import/use it on a new TC if I have to purchase one? Would save me from entering a lot of wireless access devices since I use MAC filtering.

    Yes you can easily import/export settings ( I have 6 base stations so do this quite a lot - in fact I always export the configs as a backup anyway)
    As to your TC can you connect it locally and run Disk Utils to see if it need some repairs?
    Regards,
    Shawn

Maybe you are looking for

  • How to check which privileges user is using

    Hello All, I have a user assigned DBA role in mistake many years back. During our security overview I is flagged and now I need to revoke the DBA role from that user.At the moment it look like as follows and I am on 10204 database Privilege Category

  • JFrame or JPanel

    Hi, I am new to Java. I am reading the Java materials. Sometimes they use JFrame and sometimes they use JPanel. Can anyone tell me in which situation they will be used ? Many thanks in advance. Ivan

  • SAX parser retrieve attribute

    Hi, I am parsing using the SAX Parser. In the XML excerpt below, how do I retrieve the "POL", "SUM" or "EUR" values? If I use a contenthandler and I can extract the SubjectCode, Subject, and SubjectQualifier element names, but not the data contained

  • "Error occurred while packaging the application... Can't load library" in Flash Builder 4.7 (iOS)

    Been struggling to resolve this error since yesterday in Flash Builder 4.7 packaging an app for iOS. Error occurred while packaging the application: Exception in thread "Main Thread" java.lang.UnsatisfiedLinkError: Can't load library: C:\Program File

  • Lose Internet Connection

    I thought that my new $29 Apple keyboard caused my MBP to lose the Internet connection. Not. I have since discovered that I lose the connection every time I shut down (or start up). I have since put Internet Connection icon in my taks bar, so I can r