Whether installing 64bit OS is better than 32bit in a 64 bit PC?

Hallo friends,
Now a days 64bit PCs are more common. But I think Operating systems and programs have not attained  capacity to fully exploit the power of 64bit machines. (Of course Linux is better than MS counterparts in 64bit zone). If it is sensible to stick with 32bit for better experience in terms of stability and performance? What are the pros and cons of both methods? How we can attain maximum from 64bit PC?   Since every one with a 64bit PC have tried both architectures, feed back opinions and suggestions in the above thread is anticipated from everyone.
Thanks to all
mvdvarrier

I've made some tests with current Arch i686 and x86_64 on a old AMD Turion 64ML-30
MD5 Bruteforce attack:
i686: 43,5s
x86_64: 31,2s
import md5
import sys
haslo = 'kogut'
hasz_hasla = md5.new(haslo).hexdigest()
def make_word(m, base_string=False):
znaki = 'qwertyuiopasdfghjklzxcvbnm'
for i in znaki:
if base_string:
string = base_string + i
else:
string = i
if md5.new(string).hexdigest() == m:
print 'Podane Haslo to: ' + string
sys.exit()
elif len(string) < 5:
make_word(m=m, base_string=string)
make_word(hasz_hasla)
Untar Gentoo stage3 to /dev/null:
i686: 48,3s
x86_64: 42,3s
Make a thumb out of 3,1MB jpeg file with convert:
i686: 1,62s
x86_64: 1,28s
Make avi from Big Buck Bunny with ffmpeg:
(ffmpeg -i big_buck_bunny_480p_stereo.ogg a.avi) making mpeg didn't work on i686 - segmentation fault
i686: 276s
x86_64: 295s
Make mpeg from Big Buck Bunny with mencoder:
(mencoder big_buck_bunny_480p_stereo.ogg -oac lavc -ovc lavc -o a.mpeg)
i686: 263s
x86_64: 251s
Last edited by Riklaunim (2008-10-18 21:04:28)

Similar Messages

  • NO CRACKING AFTER INSTALL SERIVE PACK 1 BETA IN WINDOWS 7 ULIMATE 64 BIT

    HNO CRACKING AFTER INSTALL SERIVE PACK BETA IN WINDOWS 7 ULIMATE 64 BIT?HELLO,FROM YEAR WHEN I BOUGHT MY X-FI XTREAM AUDIO PCI VERSION IN MY WINDOWS 7 ULTIMATE,I HAVE ALL TIME TO MUCH CRACKING AND POPING IN SOUND WHEN I PLAY MUSIC O WATCH VIDEO ON MY PC. IT GOT WORST WHEN I USE INTERNET WITH UTORRENT AND SURF ON THE WEB. I TRIED EVERYTHING ON THAT I FOUND ON NET.BUT FEW DAY AGO I INSTALED SERVICE PACK BETA ON MY SYSTEM AND I NOTICED THAT CRACKING AND POOING IS COMPLETELY GONE.NOW I HEAR CLEN AUDIO NO CRACKING WHEN I USE INTERNET OR ANYTHING.
    MY SYSTEM PREFRECE ARE BELOW
    MOTHERBORD :ASUS P5QL-VM EPU
    OS????? :WINDOWS 7 ULTIMATE 64 BIT
    RAM???? :6 GB DDR2 800 MHZ
    CPU???? :Intel Core 2 Quad Q8200, 2333 MHz
    VIDEOCARD?? .NVIDIA GeForce GTS 250
    AUDIO??? .XFI XTREAM AUDIO PCI VERSION

    Costarr628 wrote:
    When I try to open a file, Windows tells me the player is not installed.
    Flash Player is a browser add-on, not an executable program.
    Are you trying to open local SWF files?  If so, you need the standalone player (Projector) from http://www.adobe.com/support/flashplayer/downloads.html

  • Is a clean install with target mode better than upgrade?

    Hi, is it better to do a clean install of Leopard and then transfer my files through an external fw drive or do just doing a plain upgrade? I ask because I know how much smoother and snappier a system is with a clean install but I do need to transfer all my files somehow. Thanks
    Message was edited by: bustardvan

    bustardvan wrote:
    Hi, is it better to do a clean install of Leopard and then transfer my files through an external fw drive or do just doing a plain upgrade? I ask because I know how much smoother and snappier a system is with a clean install but I do need to transfer all my files somehow. Thanks
    I haven't gone to Leopard yet (my copy is allegedly due here sometime today or tomorrow) but I did an upgrade install on my home Macs for every new version of the OS since, well, forever. In the past there have been times when there was a problem, but few of them, and all cured by an archive install. I have never done an erase install.
    YMMV.

  • Should I re-install Photoshop Elements 10 installed using wrong disk (Disk 1 32bit on a 64 bit CPU)?

    I installed Adobe Photoshop Elements 10 using Disc 1 for Windows 32 bit on a Windows 7 64 bit computer instead of using the correct Disk 2. Should I uninstall and re-install using Disc 2 in order to get the full benefits of the program, or does the Disk 1 software detect the correct operating system and install the correct version any way?

    Unless you're also installing PRE (bundle) or the PRE trial (PSE only version), you're fine, since PSE is always 32 bits.

  • Safely installing 64bit kernel with 32bit userland

    I'm happily running a 64bit kernel with 32bit userland, but I was wondering whether there is any way to let pacman allow me to install the 64bit kernel (manually downloaded) without me needing to edit pacman.conf. I sometimes forget to set the arch to i686 again causing me to install 64bit packages.
    If there is no such option, I'll script something for myself, but I wanted to be sure I didn't miss something (maybe an undocumented option?).

    I have the Architecture line commented out of my pacman.conf, but that is because I am too lazy to upgrade the kernel using --arch.  That and I use "i686" in my mirror url and am fairly sure I will never change it to x86_64 by accident...
    Anyway, these are the changes I made to /etc/inittab.  Just added linux32 in lots of places.
    # -8 options fixes umlauts problem on login
    c1:2345:respawn:linux32 /sbin/agetty -8 38400 tty1 linux
    c2:2345:respawn:linux32 /sbin/agetty -8 38400 tty2 linux
    c3:2345:respawn:linux32 /sbin/agetty -8 38400 tty3 linux
    c4:2345:respawn:linux32 /sbin/agetty -8 38400 tty4 linux
    c5:2345:respawn:linux32 /sbin/agetty -8 38400 tty5 linux
    c6:2345:respawn:linux32 /sbin/agetty -8 38400 tty6 linux
    # Hypervisor Virtual Console for Xen and KVM
    #h0:2345:respawn:/sbin/agetty -8 38400 hvc0 linux
    ca::ctrlaltdel:/sbin/shutdown -t3 -r now
    # Example lines for starting a login manager
    #x:5:respawn:/usr/bin/xdm -nodaemon
    #x:5:respawn:/usr/sbin/gdm -nodaemon
    #x:5:respawn:/usr/bin/kdm -nodaemon
    #x:5:respawn:linux32 /usr/bin/slim >& /dev/null
    x:5:respawn:linux32 /usr/sbin/lxdm >& /dev/null
    Do that, and you will never know that you are running an x86_64 kernel and can keep Architecture=auto if you wish.

  • I already install win 8.1 32bit but now i want to install 64bit...how can i..?

    i have hp7800 convertible system...having
    ram : 2gb
    processor: intel DUAL CORE E2200 2.20 GHz
    System type: now 32bit operating system..x64 based processor
    i already used WINDOW 8.1 PRo 32bits
    but want to install 64bits..when i click on 64bits setup one message displayed...
    THIS APP CAN'T RUN ON YOUR PC
    TO FIND a VERSION FOR YOUR PC,CHECK WITH THE SOFTWARE PUBLIsHER..
    i think i meet all the requirements but can't be able to install 64bits..
    Please HELP how to INSTALL windows 8.1 64bits. on this SYSTEM
    THANKS

    Hi,
    It seems we cannot run 64bit setup in 32bit system.
    Please boot from your installation media to install Windows 8 64bit.
    Alex Zhao
    TechNet Community Support

  • How to identify the installed Weblogic Server and JDK are 32bit or 64bit?

    Hi everyone,
    I have a question ~
    Both Weblogic Server and JAVA JDK are installed on the server already, but I only know the Weblogic Server is 10.3.4.0 and JAVA JDK version is 1.6.0_25.
    I know the 64bit Weblogic Server installation file is a wlsXXXX_generic.jar package and 64bit JAVA JDK needed also.
    But, since the Weblogic installed already, there are no such installation files on the Linux Server now.
    I have tried the "java -version" for java version and check the Weblogic version from Weblogic console.
    How to identify the installed Weblogic Server and JDK are 32bit or 64bit with Linux command? Or is there any way to check it?

    What you can try to do is use WLST (or an MBean browser, such as JConsole or JRockit Mission Control) and connect to the adminserver.
    For example when using WLST:
    # set the environment by using setWLSEnv.sh (located in the ${WL_HOME}/server/bin directory).
    # start WLST by using: java weblogic.WLST
    # connect to the adminserver
    connect('adminusername','adminpassword');
    # change to the serverruntime environment
    serverRuntime();
    # show the attributes
    ls();
    # Here an attribute is shown called WebLogicVersion that shows the version of WebLogic
    -r--   WeblogicVersion                              WebLogic Server 10.3.5.0  Fri Apr 1 20:20:06 PDT 2011 1398638
    # Note that this does not show if is 32 bits or 64 bits to retrieve this information you have obtain the JVM version
    # change the directory
    cd('JVMRuntime/AdminServer');
    # show the attributes
    ls();
    -r--   Version                                      R28.0.1-21-133393-1.6.0_20-20100512-2126-linux-x86_64
    # when you have something like x86 at the you are running a 32 bit version, if you have something like x86_64 you are running a 64 bits versionAs mentioned above you can also retrieve this information by using a MBean browser.

  • My iPad is hacked. Since a few weeks, every time i try to install a new app there is an phishing attempt. Forcing me to put in some "security questions". Is there any way to clean my iPad and to protect it better than vanilla ios?

    My iPad is hacked. Since a few weeks, every time i try to install a new app there is an phishing attempt. Forcing me to put in some "security questions". Is there any way to clean my iPad and to protect it better than vanilla ios?

    Thanks fore the hint. Are you shure it´s from apple?
    This popup is not a normal behavior and I can´t see if it comes from apple.
    The is no  hint on apple.com that its save and a wanted behavior.
    Is it true that I have to put in 8 strings everytime I update an app?
    my ID + PW
    and question 1 - 3 + PW?

  • How to install 64bit java version

    Dear All,
    I need config jvm memory greater than 2G because "Account Analyst Report" issue.
    If I must need to install JAVA version 64bit, how can I do it?
    Platform is: Oracle Solaris on SPARC (64-bit)
    Current Java version is:
    java -version
    java version "1.6.0_21"
    Java(TM) SE Runtime Environment (build 1.6.0_21-b06)
    Java HotSpot(TM) Server VM (build 17.0-b16, mixed mode)
    Please Help!!
    Thanks,
    Jackie

    Hey, Guys,
    Thanks for your information.
    Customer's information:
    EBS version: 12.1.3
    Platform: Oracle Solaris on SPARC (64-bit)
    The instance was fine, after run pre-clone scripts, then OPP service can not start up.
    I tried these notes and doesn't work.
    At first, customer's error message is:
    "Invalid maximum heap size: -Xmx5120m
    The specified size exceeds the maximum representable size.
    Could not create the Java virtual machine."
    Then, I let customer set to 2G, 3G and 4G. Also doesn't help.
    I checked customer's context file:
    See following information:
    <oafm_jvm_start_options oa_var="s_oafm_jvm_start_options">-server -verbose:gc -Xmx256M -Xms64M -XX:MaxPermSize=128M -XX:NewRatio=2 -XX:+PrintGCTimeStamps -XX:+UseTLAB -XX:+UseParallelGC -XX:ParallelGCThreads=2 -Djava.security.policy=$ORACLE_HOME/j2ee/oacore/config/java2.policy -Djava.awt.headless=true -Dhttp.webdir.enable=false -Doracle.security.jazn.config=/AP/crp2/inst/apps/CRP2_m4000/ora/10.1.3/j2ee/oafm/config/jazn.xml</oafm_jvm_start_options>
    <oafm_jvm_stop_options oa_var="s_oafm_jvm_stop_options">-server -verbose:gc -Xmx256M -Xms64M -XX:MaxPermSize=128M -XX:NewRatio=2 -XX:+PrintGCTimeStamps -XX:+UseTLAB -XX:+UseParallelGC -XX:ParallelGCThreads=2 -Djava.security.policy=$ORACLE_HOME/j2ee/oacore/config/java2.policy -Djava.awt.headless=true -Dhttp.webdir.enable=false</oafm_jvm_stop_options>
    The max is 256M, min is 64M, then I let customer to increase the value, run autoconfig, but also doesn't help.
    Another engineer said customer should install 64bit java version on 64bit platform. His comments is:
    Please check the java version.
    The 32bit Java version can only address 2GB memory which in reality is 1500M for VM Heap Space.
    If customer needs more than 1500M VM Heap space, then they need to install the 64bit Java version.
    And customer run command:
    java -versionoutput is:
    java version "1.6.0_21"
    Java(TM) SE Runtime Environment (build 1.6.0_21-b06)
    Java HotSpot(TM) Server VM (build 17.0-b16, mixed mode)
    Then engineer provide solution:
    update FND_CP_SERVICES
    set DEVELOPER_PARAMETERS = 'J:oracle.apps.fnd.cp.gsf.GSMServiceController:-mx1024m'
    where SERVICE_ID = (select MANAGER_TYPE from FND_CONCURRENT_QUEUES
    where CONCURRENT_QUEUE_NAME = 'FNDCPOPP');
    and commit.
    But customer need config jvm memory greater than 2G because "Account Analyst Report" issue.
    If I must need to install JVM 64bit, how can I do it?
    Our EBS version is 12.1.3
    That's the whole process.
    Please HELP!!!
    Thanks,
    Jackie

  • Is the macbook pro much better than any other laptop?

    I am currently wanting to buy a laptop, I am deciding whether to buy a macbook pro or just a regular laptop. Is it really worth it to spend so much more?
    Thank you! ~ mtumbler

    Don't forget where you're asking that question. 
    Since nearly all people here have Macs, we obviously felt they were worth the price.  "Much better than any other laptop" is a fairly subjective statement.  All the major manufacturers have excellent high-end options.  When comparing prices, you need to compare similar specifications and quality.  You can certainly get cheaper PC computers, but similarly spec'd machines with similar build quality are generally around the same price (and actually sometimes somewhat higher).
    The areas that most of us would agree puts Apple at the top are OS X, quality/design, and customer service.  Only Macs can run OS X.  For those of us that use OS X, we typically prefer it over Windows (by quite a bit).  However, this isn't always a positive for someone moving over from Windows.  There is a little bit of a learning curve.  If you are going to need to be able to do everything you want, you need to understand that it might take a little time to figure everything out.  You can install Windows alongside the Mac OS to help make the transition a little easier, but that requires that you purchase a copy of Windows.  So far as quality and design...  Apple has always been a leader in this area.  However, as I had mentioned earlier, most major manufacturers have caught up in this area... at least with respect to their high-end offerings.  It's really a matter of preference in terms of which you like more.  No one offers the same level of customer service that you'll get from Apple.  No other manufacturer has retail stores like Apple where you can go in with your machine and have someone (who knows about Apple products) check out your machine on the spot.  Their phone support is also excellent and their user support community (where you're at now) is second to none.
    So... most of us would agree that we feel Apple products are "better".  But if you were to go to a typica PC forum and ask the same question, you'll find people who would argue fanatically that they're not.  The reality is that there isn't that much of a difference in the hardware.  You need to decide if something like the OS (which you probably don't have much experience using), design, and support are important to you.

  • Yet Another Slow DSL Issue - Speed No Better Than Dialup?

    I consider myself fairly computer savvy (as I work with them as a profession), but must admit that Internet Connectivity is not my forte...
    I currently subscribe to the Hi Speed DSL Enhanced - lately, the speed has degraded to not much better than dialup. I have had this service for several years - nothing has changed on my end hardware-wise, so this event is not assumed to be from my end.
    I am running:
    Westell 6100 Modem (Transcever Rev 7.2.3.0/Software Version 4.04.03.00)
    NetGear RangeMax Duo Wireless N-Router #WNDR3300
    (2) computers are hooked up:
    (1) XP - hardwired directly to the Westell modem
    (1) Win7 - hooked up via wireless
    Both computers are running latest version of OS, IE and all software is up to date.
    Both computers use Kaspersky Internet Security (internet speed the same whether it is ON or OFF)
    Absolutely NO Maleware/Spyware or Viruses on either computer
    I reboot the modem several times/day - with no result in increased speed
    (2) phones installed in home - both with appropriate filters installed
    My 1st resort was to call support - I can tell you that will be the LAST time I utilize that 'service'  I have come to the end of my rope with waiting extended periods of time, only to be connected with a foreign country, with a poor connection, with an operator that barely speaks english, only to have them read thru a script telling me to do ridicuously stupid things like 'reboot the modem' (no kidding) or swap my hardwire CAT cable from my computer to modem end-for-end?
    Next resort was this forum - infinitely more helpful!
    Ran a Transceiver Stats Check as a baseline - Speed (Down-Up) was a crappy 96 Kbits/sec by 448 Kbits/sec
    Then I tried a couple suggestions from this forum - my new Transceiver Stats:
    Transceiver Statistics
    Transceiver Revision:
    7.2.3.0
    Vendor ID Code:
    4
    Line Mode:
    G.DMT Mode
    Data Path:
    Interleaved
    Transceiver Information
    Downstream Path
    Upstream Path
    DSL Speed (Kbits/Sec)
    608
    448
    Margin (dB)
    8.0
    13.0
    Line Attenuation (dB)
    63.5
    31.5
    Transmit Power (dBm)
    14.7
    11.9
    HUGE improvement eh?
    One thing I did notice when attempting to check for newer version of modem firmware - when trying to update from web it gave me a 'Cannot Connect to Server Error'?
    Speed is noticeably increased - but is it still where it should be?
    If not, what other fixes should I attempt?
    And finally, why is it that every time the weather gets even slightly inclement (sky clouds over, rain, thunderstorm, etc) our DSL goes off entirely?
    Thanx for all your help in advance!

    Can you fill us in a bit on what you did to improve the synch speed on the modem? Did you find some advice around here to connect the modem to your NID or did you investigate for damage to the home wiring? Your line should be running at a higher speed, which for what you seem to have is 1184kbps down, 448kbps up.
    Do you also have voice service with Verizon? If so, how is that, especially during storms? Getting any noise on it? It could be possible if the line is not having issues due to corrosion, somewhere along the line shielding could be missing, and in comes a storm CRC'ing the line out of service.
    ========
    The first to bring me 1Gbps Fiber for $30/m wins!

  • [SOLVED] Jdk 64bit along side of Jdk 32bit...

    What is the best way to install jdk 64bit along side of a 32bit version.  The wiki doesn't say anything about it.  I have both the oracle jdk and jre from the aur installed as of now.
    Last edited by fowler (2012-04-04 16:04:43)

    I've struggled with a similar problem in the past and this is what I've been doing for a while now: In my case, I don't need 32/64 bit different jdks, but I need jdk4/5/6/7 all on one machine. First, decide what your "default" JDK should be. In my case, it's the one that I want to keep updating via pacman: "jdk7-openjdk". All others, I simply go to oracle.com and download the .bin file (not the RPM, you don't want that complication). Then, as root, copy the file to /opt and run the .bin file. This will extract that jdk into /opt. I rename the folder to simply javaX, where X is 4, 5, 6, etc. In your case - call it javaX-32 or javaX-64, whatever.
    To use the specific JDK, almost all apps that use the JDK can be configured to use a specific JDK via configuration files, so simply edit those config files and point them to /opt/javaX. Worst case, set the JAVA_PATH or the PATH environment variable.
    To use a specific JRE for browser plugins, go to the /usr/lib/mozilla/plugins folder and delete the symlink you see there for IcedTeaPlugin.so (open source) or libnpjp2.so (Oracle/Sun) and symlink your wanted plugin from the /opt/javaX/jre/lib or /opt/javaX/jre/lib/amd64 folder.
    Of course, you'll have to update all the JDKs you installed in /opt yourself, but I find this much less headaches than trying to install various Java's through pacman / AUR...

  • Firefox browser is very slow, I delete history and Cache often, I like Firefox better than IE but need it faster as I am stuck with Dialup.

    I empty Cache and all recent history except passwords to get about 4kbs and at most I can get about 6.7kbs. Firefox is a lot better than IE but I am stuck with Dialup or a high price for DSL from our Local Telephone company. I have Windows Vista and IE9 and 7 as this is a 64 system so I have to download both 32 and 64 to run. Firefox is bright and clear. I see that instead of Java which is disabled for Firefox it uses Jagermonkey, I tried to find some info on this but couldn't. I downloaded Firefox7 just 2 weeks ago.

    Your Shockwave Flash is not current, do not install additional "crapware" which will likely be offered when installing an Adobe product
    :http://www.adobe.com/software/flash/about/
    :also check all plugins through the '''about:plugins''' link
    :to http://www.mozilla.com/plugincheck/
    There is little point is running the 64bit version of Firefox, it is really for testing.
    You can clear cache automatically when you shutdown Firefox (see image)
    * http://img232.imageshack.us/img232/4928/clearcachew.png
    :REM Clear your temporary internet files when Firefox is down with a .bat file
    :rem S Delete specified files from all subdirectories
    :rem Q Quiet mode, do not ask if ok to delete on global wildcard
    :rem F Force deletion of read only files
    :del C:\Users\'''''myuserid'''''\AppData\Local\Temp\*.* /s /q /f
    :del c:\"Documents and Settings\'''''myuserid'''''\Local Settings\Temp"\*.* /s /q
    Stop ghostly indexing, autoplay
    * http://dmcritchie.mvps.org/windows-7/win7.htm#ghosts
    Use "Adblock Plus" to block advertisements, etc consumes a lot of time/transmissions
    * Adblock Plus :: Add-ons for Firefox<br>https://addons.mozilla.org/firefox/addon/adblock-plus/
    * Adblock - MozillaZine Knowledge Base<br>http://kb.mozillazine.org/Adblock
    Install a "hosts" file as well, see link in the MozillaZine article above
    This seems to have helped, to early to tell, I ran all options individually of the add-on then uninstalled it, see
    : http://blog.bonardo.net/2011/09/30/is-your-firefor-freezing-at-regular-intervals
    I would install the second one will show if you got disconnected
    * Restartless Restart :: Add-ons for Firefox<br>https://addons.mozilla.org/firefox/addon/restartless-restart/
    * Work Offline :: Add-ons for Firefox<br>https://addons.mozilla.org/firefox/addon/work-offline/

  • Why Annyconecct is better than vpn client ?

    why anyconnect is better than cisco vpn client ?
    what is its advangatges ?
    i think that both are remoteaccess vpn .
    why its better ?

    The other thing is that, Cisco does not support traditional VPN on Windows 8.X.  I have run in to lots of issues trying to install  Cisco VPN client on Windows 8.x clients..  it sometimes work and sometimes it needs registry hacks etc.. really painful setup for the network engineer.  So Anyconnect is preffered.
    Also, since SSL uses port 443/SSL by default,  it does not need any ALG (Application Layer Gateway) functionality in remote end user's routers to operate, and will simply work with normal PAT which is always on..  with traditional IPSec VPN, since it uses ESP, you need to have AGL turned on on the user's GW router (this is normally called IPSec VPN pass through mode) and this sometimes doesn't work the way you want specially on the older residential routers. When this happens you really don't have any other option for those users.. and your only response would be "Sorry your router does not support this kind of VPN  or  your router does something strange with the VPN  so Please upgrade your router" which is something the normal residential user don't want to hear.. and something you want to tell them..
    So SSL VPN is the way to go..
    please rate helpful posts :) 

  • What's better than Illustrator?

    I've been using Illustrator for many years and several versions.  My usage is nominal and occasional/once a week, and I don't get very sophisticated for my needs, so it has been OK so far. I do not do commercial work but know Ai is the "de-facto std".
    But I read this forum often and see many criticisms of Ai and I do have occasional issues with Illy with tools and UI....just not as easy or robust as it could/should be...cumbersome at times.
    I see JET and others here make great use of Illy but also criticize (justifiably) it for not being as good as other vector tools.
    I know there are competitors, Inkscape is free, others less costly than Illy; and seemingly better/easier/faster to use...at least for some things.
    So my question: What is better than Illustrator (I'm using CS5) and why? What can they do better than Ai?  Is it worth having a second program and learning (tho I suspect the learning curve should be easy as they do similar things but have different GUI).  Or replacing Illy with something?
    Pro's/Con's that would make one make the effort to try/use something else?  I don't even know what out there is better than Illy.  I've searched www and got a few hints but nothing very significant.
    Am I wasting my time looking?
    Your feedback welcomed to help me decide whether to explore/trial other programs.

    I see JET and others here...criticize (justifiably) it for not being as good as other vector tools.
    I can't speak for "and others", but since I'm the only one you mention by name:
    If you've already deemed the criticism justifiable, then you must already know what that criticism says. When I criticize Illustrator, I don't just say "Illustrator is crap" and leave it at that, unsupported. I'm careful to explain myself with facts pertinent to the context of the discussion. I actually own and know how to use the other programs to which I compare. I've often posted lists of comparitive features.
    I've always used my real name here and sign all my posts with my initials. So finding my comments is not difficult.
    I know there are competitors, Inkscape is free, others less costly than Illy; and seemingly better/easier/faster to use...at least for some things. So my question: What is better than Illustrator (I'm using CS5) and why? What can they do better than Ai?
    Didn't you just answer your own question? Other than the broadly general things you just mentioned, what program do you want to compare, and for doing what? Surely you're not asking someone to do an exhaustive feature-by-feature comparison between Illustrator and all similar programs in this one thread?
    All you've said about what you use Illustrator for is that your use is nominal, occasional, unsophisticated, and non-commerical. Mine isn't. Commerical graphics has been my livelihood for over 40 years. Vector-based illustration is both a speciality and a passion.
    I...knowAi is the "de-facto std"
    "Defacto standard" is self-fulfilling. It's effectively equivalent to saying "More people use Illustrator because more people use Illustrator."
    So what? More people ride Vespa scooters than KTM motorcycles. But which one would you call "professional quality"? You can use either one to pick up a gallon of orange juice at the corner store. But if you enter an enduro, the KTM will get the job done with alot less stress.
    The myth is that most software buyers choose the best. That's as naive as the faith that most voters do.
    Illustrator has been slothfully resting on its "defacto standard" haunches since the dark ages (AKA the 80s). "Defacto standard" be hanged.
    I do have occasional issues with Illy with tools and UI....just not as easy or robust as it could/should be...cumbersome at times.
    Okay. What issues? State something specific and users actually familiar with other programs can compare.
    This is the 21st century. There's really little new under the sun here. A 2D drawing program is just an interface pasted on top of mostly the same old geometric functionality. The competitive advantage goes to the offering that best (easy) and most fully (robust) empowers the user. The multiplication of easy and robust yields elegance. That's a term I've never applied to Illustrator. Illustrator is one of the oldest of the bunch, lounging under the sun for so long it's at risk of skin cancer. Yet it still fails to provide basic functionality users of other drawing programs have taken for granted for decades.
    Examples that may be germane to your casual, non-commerical use? Try these things in Illustrator:
    Star Tool: Draw a star. Now change the number of points it has.
    Arc Tool: Draw 36 degrees of a circular arc.
    Label that star with a dimension.
    Distribute a group of different objects along a curve.
    Uniformly space Blend steps along a non-uniform curve.
    Attach a Blend to a closed path and have the first/last instances properly positioned.
    Knife Tool: Cut across an open unfilled path.
    Connect a text label to an object that stays connected when you move it.
    Paste a simple graphic into a text string so that it flows with the text.
    Perform a Find/Replace on carriage returns.
    Round Corners: Apply it to an accute or obtuse angle and have it actually yield the radius you specify.
    Crop a raster image.
    Rotate something. Go back later and find out what its rotation angle is.
    Pathfinders: Use them without wrecking existing fills/strokes.
    I could go on (and have). How long a list do you want? All the features/functions associated with the above basic operations (and many more) are substandard, half-baked, or even non-existent in Illustrator. This is "professional"-grade software? No, it's largely consumerish rubbish sold at exhorbitant prices just because it's the "defacto standard."
    Is it worth having a second program and learning...
    Obviously, it is to me (and a third, and a fourth, and...). As I've said many times in this forum, I don't know how anyone can legitimately claim to compare two programs if they've only got workaday familiarity with one.
    As with any other endeavor, the more drawing programs you're comfortable with, the less arduous it is to pick up another, because you tend to pick up on the underlying principles involved, as opposed to just becomming habituated to a particular program's command locations and procedures by rote.
    But you've been using AI for "many years" and find it to be "OK". So if you're happy with it, use it.
    I have a cheap, consumerish Ryobi table saw and it's "OK." But I didn't pay a professional-grade price for it, either. And I'm sure not going to write glorious reviews on it, call it "professional," and get all fearfully brand-loyal defensive about it if someone dares suggest I might ought to learn to use a different one. My use of it, like yours, is merely occasional. But I also presently need to build a TV cabinet, and I'm dreading it. If I were to open a cabinet shop, I'd be much more discriminating, and would do my own homework to make an informed decision.
    Or replacing Illy with something?
    One doesn't have to "replace." There's nothing any more wrong with using more than one 2D drawing program than there is with using more than one 3D modeling program, or raster imaging program, or page layout program, or word processor, or video edting program, or....
    Pro's/Con's that would make one make the effort to try/use something else?
    That depends on what one is doing with it. Not knowing that, I can again only offer generalities that matter to me: If you've only ever used one program of a particulat kind, you're rather in the dark regarding functionality that you may be missing that may be important to you. (Second-degree ignorance: You don't know what you don't know.) If you're mission-dependent upon that one program, you're also kind of captive to the whims and agenda of its vendor.
    That very well may not matter to you, given your nominal, occasional, unsophisticated, and non-commerical use. And if so, that's fine.
    I don't even know what out there is better than Illy. I've searched www and got a few hints but nothing very significant.
    But you just said you've been reading a bunch of posts here which mention other programs.
    Am I wasting my time looking?
    Only you can answer that about your time. Time is all any of us have.
    Your feedback welcomed to help me decide whether to explore/trial other programs.
    No offense, but frankly it sounds like you're just not motivated enough to do your own homework. If you are  sufficiently motivated, visit the websites of other drawing program vendors. Read the features lists. Dowload the demos, read the documentation, and try them out. Visit the programs' user forums. Or, if it's really not that important to you, don't.
    If you've got questions about specific functionality and/or specific programs, be more specific about what you do (or want to do).
    JET

Maybe you are looking for

  • How to link text box in the new page?

    Example I'm writting a newsletter. I want the text in a box in first page to follow on the third page. I want to be able to clic on a word to read what is at the third page.

  • Report to XML HELP!

    I wrote a previous question about this, but perhaps I can clarify my problem. I need to run a report and output the results to an XML file. There is a template for the file that looks like the following: <forms> <form_551> <state> <value>Ohio</value>

  • Is there a way to selectively edit Autofill items?

    On some of my frequently visited websites I've built up quite a long list of Autofill items (e.g., from eBay searches). I'd like to clean this up somewhat, so I can get rid of typos that I made when visiting these websites. I've found the Safari pref

  • How to get full resolution on Samsung E2420L monitor?

    I bought a Samsung E2420L external monitor for my MacBook Pro.  The box says 1920 x 1080, however I can't seem to get the Mac to push more than 1600 x 900.  Samsung doesn't list any Mac drivers, how can I get the full resolution? Thanks!

  • About formula column

    Hi all i have create one formula column it work properly my problem is it display the result in rectangle box i don't wont that box. how can i do this please help me. thanks.