Running multiple Photoshops on the same version?

Is there a way to run more than one version of photoshop on the same computer?
You could do it with a virtual machine but I'd like to know if there are other options.
My system has a 6-core CPU (12 threads) and most of my cores are idle all the time.
I work a lot with very heavy files for large format printing that need to be flattened, rasterized, and so on.
Any ideas?

function(){return A.apply(null,[this].concat($A(arguments)))}
Behelitho wrote:
I've benchmarked my system with Cinebench CPU test.
I'm sure the test is comparable to my application.
That's kind of a stretch.
I have a decently large PDF file (one of my books).  It is 348MB, 165 pages and contains about 70 full page high resolution images.
I copied the file (to better simulate two different documents), and set Photoshop CS4 x64 and Photoshop Elements 7 (two versions I have installed on a multiprocessor computer otherwise doing very little right now) to open the first set of 10 pages and the second set of 10 pages at 600 ppi respectively.  Each rasterized image came out to about 100 MB.
Photoshop alone rasterized the 10 pages in 6 minutes 35 seconds at a rate of about 40 seconds per page.  It mostly used just 1 thread, as you have described.
With Photoshop and Photoshop Elements working simultaneously on the task, the page rate in Photoshop went down to almost 60 seconds per page (and it finished first). Elements took 90 seconds per page on the first 6 pages (while Photoshop was rasterizing).  It was slower likely because it is a 32 bit app.
Surprisingly, the apps didn't demand too big a memory footprint and didn't even come close to chewing up the entire 8 GB.  I assume they hit the scratch disk reasonably hard, and in my case that would be the same drive for both.  You might be able to do better if you have multiple candidate partitions for use as scratch.
This workstation (a Dell Precision 470 with 8 GB RAM), while older and not nearly as powerful as yours, is good at multitasking as it has two separate Xeon processors, each with one core and Hyperthreading (Task Manager shows 4 threads available).
Tentative Conclusion:  You'll see an incremental throughput gain by running two rasterizations, but not nearly 7 to 1 as your benchmark shows.  Probably more like 1.5 to 1.
-Noel

Similar Messages

  • How can I open multiple instances of the same version of FF?

    I understand that if I have multiple profiles, I can run different versions of FF side-by-side (like 3.6 and 4).
    However, what I'm interested in is how I can launch multiple instances of the same version of FF (4, for instance) using the same profile. In other words, I want to be able to double-click the desktop icon for FF, and open a new instance, and keep doing that as many times as I want. I don't want to have a different icon and profile for each instance (too much overhead to keep a dozen+ profiles in sync).
    I can always launch one FF window instance, and then keep clicking ctrl+N to launch new instances from inside it, which they all share the same profile (as I want). So, basically, I want to be able to do that from my desktop icon, rather than by having to do it with the keyboard ctrl+N sequence.

    But I don't understand why whatever Firefox does when you click ctrl+N can't also be done (with some sort of command-line switch) from a desktop icon?
    In other words, I clearly can create many FF instances (even if they are the same FF.exe process) by doing ctrl+n a bunch of times. Why then can't this behavior be done from a desktop icon with some parameters?
    As far as I know, FF is the only browser that doesn't directly allow multiple browser instances from desktop icons. IE, Chrome, Safari, Opera, etc... all let me launch a new instance (even if they are all single process and the instances are shared within the process).

  • Disallow running multiple instances of the same web start application..

    on the client? I have an application that is launched on the client by clicking on the link to the JNLP file. The problem is that I don't want the application to launch twice if the user clicks the link twice. Is there a way to keep web start from running multiple instances of the same app?
    I don't want to just disable the button after it is clicked because then the user won't be able to get back in if they need to.
    Any help out there?
    Thanks,
    Melanie

    The way I do this is to try connect to an obscure port number on the localhost at startup.
    if this connection succeeds I assume the app is already running. otherwise the program continues and registers as a server at that port number.
    I actually take this a little bit further by registering a web server at this port (I use the Brazil server), That way if the program finds an instance of itself running it can send a message to the web server and ask the program to do something (like start another window if,for instance you wanted to allow this but only within the same VM).

  • Open/run Multiple Windows of the same VI

    Hi!
    In my current project I would like to have the user open multiple windows of the same VI.  I've made a re-entrant VI:
    This is, currently, a very simple VI that just has a numeric control, a loop, and a stop button.  I then have a VI that calls the re-entrant VI.  I'd like it so that each time the user presses the "Call Re-Entrant VI" button, a new window of this VI is spawned and run.
    The first time the button is pressed, the re-entrant VI opens and runs fine. The title of the VI in the title bar is "Re-Entrant.vi:1 (clone)" (as expected).  When I try to launch another instance I get this error:
    I'm running LabVIEW 2009.
    Thanks for your time.
    Solved!
    Go to Solution.

    Here we go.  The Close Reference VI was causing my re-entrant VI to stop execution.  What do you think of this:
    This appears to work.  I'd probably want to get the path of my referenced re-entrant VI outside of my loop (since this will remain constant throughout the programs execution).  My guess is the Auto Dispose Ref feature will mean that as these windows are closed by my user, their garbage will be collected properly....?
    Thanks for your help.
    Edit: how odd that my Error Cluster constant in the VI Snippet wasn't saved to the image properly.
    Message Edited by Nickerbocker on 10-08-2009 10:33 AM

  • Running Multiple JDKs on the Same Machine

    I've been developing with the 1.4.2_07 JDK, but my company is moving to the 1.5.0 JDK as the new standard for our product. Of course, we're going to continue supporting the 1.4.x JRE as a deployment platform for the near term.
    As a developer, I'm going to need to have both JDKs installed, side-by-side so that I can use both of them in my development/testing cycles. So I just downloaded and installed the 1.5.x JDK, and I defined the following environment variables:
    JAVA_HOME_1_4 = C:\j2sdk1.4.2_07
    JAVA_HOME_1_5 = C:\Program Files\Java\jdk1.5.0_02
    JAVA_HOME = %JAVA_HOME_1_4%
    In theory, I should now be able to switch JDKs just by changing my JAVA_HOME variable to %JAVA_HOME_1_5%.
    Easy as pie.
    Unfortunately, that doesn't work, because the 1.5 JDK installs a number of registry keys which hard-code the current java version. So, even when I have JAVA_HOME set up to point to the 1.4.x JDK, running "java -version" at the commandline indicates that the 1.5 java is being called.
    I'd like to suggest to Sun that, in the future, there should be a generic, version-independent launcher that reads in the JAVA_HOME variable at runtime and calls the appropriate binaries and the appropriate runtime libraries.
    Having to futz around with the registry every time I want to switch my development environment is a big hassle.
    --BenjiSmith                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    I've been developing with the 1.4.2_07 JDK, but my
    company is moving to the 1.5.0 JDK as the new
    standard for our product. Of course, we're going to
    continue supporting the 1.4.x JRE as a deployment
    platform for the near term.
    As a developer, I'm going to need to have both JDKs
    installed, side-by-side so that I can use both of
    them in my development/testing cycles. So I just
    downloaded and installed the 1.5.x JDK, and I defined
    the following environment variables:
    JAVA_HOME_1_4 = C:\j2sdk1.4.2_07
    JAVA_HOME_1_5 = C:\Program Files\Java\jdk1.5.0_02
    JAVA_HOME = %JAVA_HOME_1_4%
    In theory, I should now be able to switch JDKs just
    by changing my JAVA_HOME variable to
    %JAVA_HOME_1_5%.
    Easy as pie.
    Unfortunately, that doesn't work, because the 1.5 JDK
    installs a number of registry keys which hard-code
    the current java version. So, even when I have
    JAVA_HOME set up to point to the 1.4.x JDK, running
    "java -version" at the commandline indicates that the
    1.5 java is being called.
    I'd like to suggest to Sun that, in the future, there
    should be a generic, version-independent launcher
    that reads in the JAVA_HOME variable at runtime and
    calls the appropriate binaries and the appropriate
    runtime libraries.
    Having to futz around with the registry every time I
    want to switch my development environment is a big
    hassle.
    --BenjiSmithI've tried the same approach, but abit different
    first - deleted java.exe and javaw.exe from %SystemRoot%\system32
    Then set the following (All vars are system ones)
    JAVA_HOME=D:\sun\jdk1.5.0_04
    JAVA_HOME_1.4=D:\sun\j2sdk1.4.2_08
    JAVA_HOME_1.5=D:\sun\jdk1.5.0_04
    JAVA_HOME_BIN=%JAVA_HOME%\bin
    PATH=%JAVA_HOME_BIN%;...
    Now by switching JAVA_HOME we should get it right
    but,
    it appears that xp recognizes the new values for vars only upon rebooting.
    Also, you can see all current vars by typing set in cmd
    More over, I thought that maybe it'd work if I just simply logout/login back, and it did but strangely the var while JAVA_HOME showed a new value, JAVA_HOME_BIN had the previous one.
    HMM...

  • Running multiple agents on the same server

    Has anyone run multiple instances of essbase on the same server, using the agentport command? If so, how well did it work and what do you think about running it in a production environment?Thanks alot!

    I have tested it, but the documentation does not recommend using this feature in production. You can achieve the same thing with creating test applications/databases.Also, when you run 2 instances of the agent on one box, you must modify the essbase.cfg of the client machine to indicate which instance (port) that client will connect to.Regards,Jade------------------------------Jade ColeSenior Business Intelligence ConsultantClarity [email protected]

  • Can device run multiple encryptions at the same time?

    I have a G5 at home and I'm considering hooking up a new Airport Extreme to enable wirelsss access from my work laptop (WIN PC). I use a Netgear 54MBPS Wireless PC card WG511 v2 which supports 128bit encryption. Should this work with the mac APE and if so can I also run other encryption modes at the same time in future if needed. I will be connecting the APE to my cable modem and using one of the LAN ports to connect to the G5.

    Thanks Don, at this stage I'm only using the Netcomm wireless but maybe in future I might go for the iTV or add another computer.
    Rob

  • WDA Personalization bug when running multiple instances of the same WDA component

    I have found an issue relative to WDA personalization that it seems to be a bug for me.
    Scenario:
    In my scenario, I have a Web Dynpro component A which has two usages of the same Web Dynpro Component B (USAGE1 and USAGE2).There is a WDA application APPL_A defined to fire WDA component A. I have defined a component configuration COMP_CONF1 for WDA component B and an application configuration APP_CONF1 for WDA application APPL_A. This application configuration applies the same component configuration COMP_CONF1 to both usages USAGE1 and USAGE2.
    Runtime behaviour:
    At runtime, I execute application APPL_A using the application configuration APP_CONF1. When I personalize something in the USAGE1 of WDA component B, the effects does not appear in USAGE2 until a page refresh is done. Obviously, as both usages uses the same component configuration at rutime the effects of personalization should be applied to both, but WDA configuration framework fails to apply the changes instantaneously to USAGE2.
    Have you expermiented this behaviour? Is there any workaround for this?

    I have found an issue relative to WDA personalization that it seems to be a bug for me.
    Scenario:
    In my scenario, I have a Web Dynpro component A which has two usages of the same Web Dynpro Component B (USAGE1 and USAGE2).There is a WDA application APPL_A defined to fire WDA component A. I have defined a component configuration COMP_CONF1 for WDA component B and an application configuration APP_CONF1 for WDA application APPL_A. This application configuration applies the same component configuration COMP_CONF1 to both usages USAGE1 and USAGE2.
    Runtime behaviour:
    At runtime, I execute application APPL_A using the application configuration APP_CONF1. When I personalize something in the USAGE1 of WDA component B, the effects does not appear in USAGE2 until a page refresh is done. Obviously, as both usages uses the same component configuration at rutime the effects of personalization should be applied to both, but WDA configuration framework fails to apply the changes instantaneously to USAGE2.
    Have you expermiented this behaviour? Is there any workaround for this?

  • Can I use SubPanels to display and run multiple executables from the same GUI?

    I have two Labview executables that performs some A/D I/O, each using an independent USB-6008.  I would like to run both of these executables from a single UI.  Is this possible usin SubPanels?  Or some other method?
    I found KB regarding exe's and VI Server but can't seem to get the suggested workarounds implemented.
    http://digital.ni.com/public.nsf/allkb/8545726A00272EB0862571DA005B896C?OpenDocument
    I am using Labview2009
    Thanks
    Dan
    Solved!
    Go to Solution.

    DBerry wrote:
    No, of course I am not sure yet.  I have only begun testing this method. 
    Not sharing common hardware (separate USM-6008s).
    Here is the whole picture:
    I have developed a top-level VI that performs Daqmx IO using a single USB-6008.  The top-level VI references a Project Daqmx Task that points to the desired 6008.  I would like to create a single UI that uses this top-level VI to control twoUSB-6008s simultaneously.  I thought I could build the top-level VI into 2 separate exes, where the only difference between the exes is the hardware it points to (one exe to each of the 6008s).  But I have been unsuccessful at running these two exes within a single UI.  I attempted use subpanels on a tab control to do this but I am unable to obtain a reference to the top-level vis once they have been built into an exe.  I have also tried building a dll and exporting the top-level vi from the dll build but i can't seem to get that to work either.  In both of these cases my Open VI reference function returns errors (Error 1445).  I am aware of the changes in referencing VIs from within an exe/dll since LV8.2 - http://digital.ni.com/public.nsf/allkb/8545726A00272EB0862571DA005B896C
    The link seems to suggest that I should be able to obtain a reference to the top-level vi within the dll but I can't get it to work.
    So I then moved on to the above method (making all the subvis reentrant).  I just haven't figured this all out yet.
    If you have suggestions on other problems I may run into please share.  I think I can eliminate my FGs but haven't gotten back to this yet.
    Thanks
    Dan
    When I am designing apps of the type you described I have kept the ned goal in mind from the begining since of the issue you are mentioning. I also don't want to tell you to throw it all away and start over. So with that in mind I have been looking at your posts and only offering the least destrutive ideas first. With that in mind I would like to invite yo uto look at the code i posted in this thread (reply #18 has a zip).
    That code shows how to realize un-dockable GUI regions but it passes the ref of the top level VI to a reentrant VI it instanciate for each undockable region. It may have enough hints and technique to give you some ideas that will work for you.
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • How do I run multiple channels in the same VI?

    I am trying to analyze two signals, one temp, the other strain.  I have configured my two tasks using MAX, and written separate VIs which work fine when run independently.  Now I want to measure the two signals and output the data on two separate graphs within one VI, but when I run the VI I keep getting an error stating that the "resource is already reserved" (or something to that effect).  I tried adding a channel to an existing task, and building the VI but that didn't work (both signals showed up on both graphs).  I also tried using two separate tasks but that when I get the aforementioned error.  How do I get each channel to show up on different graphs?
    I am using: M-Series DAQ card 6259, SC-2345 and SCC modules, with Labview 8.0

    Does the following VI come close to what you wanted to do ?
    Attachments:
    demo-signal-split.vi ‏108 KB

  • Run Multiple Methods at the same time

    Hey Everyone,
    So here is my dilemia. I have these three classes and two of them are subscribers to a middleware so when I call one of these classes to subscribe the code stops while the subscriber listens for the message. The problem is that the other class I have is the publisher and unless I want to run the publisher as a separate script I need to find a way to run it once the subscriber is listening. Some have suggested I use a callback but I am unfamiliar with how a callback would work. In Matlab when I use callbacks I still end up waiting for the subscriber to come back with a response so I am not sure this is the solution to my problem in Java.
    I have a main method in a main class which calls methods in each of three classes however once it subscribes to the first one on the list it stops and waits for the subscriber to finish working. Does anyone have any suggestions of how to allow the subscriber to continue to listen but still return back to the main method and allow me to run the next subscriber and so on? Thanks for your help!!

    You'll need some sort of multithreading. Whether you roll your own or there's some prepackaged tools out there you can use, I don't know, as I didn't understand your requriements very well.
    http://java.sun.com/docs/books/tutorial/essential/threads/

  • Multiple instances of the same BSP app for the same user

    Hi,
    I currently have a BSP application which has a main page which consists of three frames.  Each of the frames within the page is linked to its own controller, with one other controller controlling the whole page.
    due to the nature of the program i need to access information from one controller in another.  To do this I create a reference to the controller whose data I want within the controller that needs access to it.  This works fine under normal processing, however when the application is executed / called up twice by the same user, the controllers for the initial instance of the application are de-referenced...
    Does anybody know why this may be occurring...and how to get around it?
    Thanks
    Mike Law.

    Whenever you open a browser anew, then there is no session data that the browser can send in any way whatsoever, therefor a new session on the server is started.
    If you open a new window from within the first session this might not be the case, you can run multiple windows in the same session.
    Either way, I would recommend to search the forum, there have been discussion about this (or a similar) topic, e.g. accessing the same model instance - it would be best if you look for them, read them, and if you have any questions left come back for more
    Cheers,
    Max

  • A few days ago my TV show and movie displays went whacky-the shows are no longer in alpha order, there are multiple listings of the same show, the pictures are random-including album covers.  I downloaded latest version.  Any ideas??

    A few days ago my TV show and movie displays went whacky-the shows are no longer in alpha order, there are multiple listings of the same show, the pictures are random-including album covers.  I downloaded latest version & no change.  Any ideas??

    ME TOO.
    I think mine are all still in alphabetical order, but :
    * movies I deleted from my library and told "hide this purchase in the cloud" are showing up again. If I try to play them, I get the "cannot find the file in its proper location, would you like to locate it" error message.
    * for movies that have "iTunes Extras," the extras show up as a separate item, with another copy of the movie artwork. Most of these I believe I had DELETED the "iTunes Extras" anyway.
    * Items are showing up multiple times.
    * A few MUSIC ALBUMS are listed in my Movies section.
    * Some movies (I believe ones that I deleted off my HD but are still in the cloud) are showing random album covers instead of their proper artwork.
    * Just rented a movie, and it didn't show up anywhere in my library. It downloaded properly and completely, was in a suitably labeled folder in my iTunes/Media/Movies section, but didn't show up in any section of the library (or via a library search). Had to manually find it and tell it to open the file using iTunes.
    Running the latest version, even checked for updates. No other changes made lately since the last round of apple software updates. This was wonky before the latest small update to iTunes - now it's even wonkier. And it is very, VERY effing annoying.

  • Is there any version of Indesign that allows to open multiple instance at the same time

    I am using Indesign CS3 to generate the bulk reports automatically(programmatically) using Adobe indesign library . One of the key limitation to this tool is it allows to open only one instance at a time unlike word where multiple instances can be opened at the same time. Is there any adobe indesign too version desktop/server which allows to open multiple instances at the same time. Any help on is appreciated. Thanks.

    @PeterG
    You said "You might want to examine the End User Licensing Agreement (EULA) for  any prohibition against using these two instances at the same time with  the same license; the license does permit two installs for the same user  that are not used simultaneously." I thought that meant you had read the EULA. It's pretty unambiguous on that point.
    For everyone's edification about multiple installations and server use with a standard license here's the relevant text:
    2. Software License.
    If you obtained the Software and any required serial number(s) from Adobe or one of its authorized
    licensees and as long as you comply with the terms of this agreement, Adobe grants you a non-exclusive
    license to install and use the Software in a manner consistent with its design and Documentation and as
    further set forth below. See Section 16 for specific provisions related to the use of certain products and
    components, for example font software, Acrobat, After Effects, Adobe Presenter, Contribute, Adobe
    Device Central, Flash Player, Flash Builder, and Adobe Runtimes.
    2.1 Limited Use. The Software, or portions of the Software, may allow installation and use without a serial
    number. If so, you may install but not use such non-serialized Software on any number of Computers as
    part of an organizational deployment plan. Further, you may install and use such non-serialized Software
    on any number of Computers for demonstration, evaluation and training purposes only and only if any
    Output Files or other materials produced through such use are used only for internal, non-commercial and
    non-production purposes. You may not use such non-serialized Software after any applicable time-out
    period has ended, unless you input a valid serial number under Section 2.2. ACCESS TO AND USE OF
    ANY OUTPUT FILES CREATED WITH SUCH NON-SERIALIZED SOFTWARE IS ENTIRELY AT
    YOUR OWN RISK.
    2.2 General Use. You may install and use one copy of the Software only on the Permitted Number of your
    compatible Computers into which you enter a valid serial number.
    2.3 Distribution from Server. You may copy an image of the Software onto Computer file server(s) within
    your Internal Network for the purpose of downloading and installing the Software onto Computers within
    the same Internal Network for use as permitted by Section 2.1 and 2.2.
    2.4 Server Use. You may install the Software on Computer file server(s) within your Internal Network only
    for use of the Software initiated by an individual from a Computer within the same Internal Network only
    as permitted by Section 2.2. The total number of users (not the concurrent number of users) able to use the
    Software on such Computer file server(s) may not exceed the Permitted Number.
    By way of example, the foregoing does not permit you to install or access (either directly or through
    commands, data or instructions) the Software: (a) from or to a Computer not part of your Internal Network,
    (b) for enabling Web hosted workgroups or services available to the public, (c) by any individual or entity
    to use, download, copy or otherwise benefit from the functionality of the Software unless licensed to do so
    by Adobe, (d) as a component of a system, workflow or service accessible by more than the Permitted
    Number of users, or (e) for operations not initiated by an individual user (e.g., automated server
    processing).
    2.5 Portable or Home Computer Use. Subject to the important restrictions set forth in Section 2.6, the
    primary user of the Computer on which the Software is installed under Section 2.2 (“Primary User”) may
    install a second copy of the Software for his or her exclusive use on either a portable Computer or a
    Computer located at his or her home, provided that the Software on the portable or home Computer is not
    used at the same time as the Software on the primary Computer.
    2.6 Restrictions on Secondary Use by Volume Licensees. If the Software was obtained under an Adobe
    volume license program (currently known as Adobe Open Options) by any licensee other than an
    educational volume licensee, the second copy of the Software made under Section 2.5 must be used solely
    for the benefit and business of that volume licensee. For more information about secondary use by volume
    licensees, please visit our Web Site at http://www.adobe.com/go/open_options.
    There is also language stating that if you have a dual boot or other system capable of running more than one OS you will need a separate license for each platform if you want to run the software on more than one.

  • Run invoke-command on multiple machines at the same time

    Hey all so I read that if I store my New-pssession in a variable then used that in my invoke-command it would run all computers at the same time.
    $a = Get-Content "C:\Users\cody-horton\Desktop\list.txt"
    $session
    for($i=0;$i -lt $a.Length;$i++){
    if(!(Test-Connection -Cn $a[$i] -BufferSize 16 -Count 1 -ea 0 -quiet)){
    Write-Host $a[$i] -foregroundcolor red
    else{
    $session = New-PSSession $a[$i]
    Invoke-Command -Session $session -FilePath "\\My computer\C`$\Users\public\Documents\zip folder.ps1"
    What exactly am I doing wrong I just need to run this script on multiple machines at the same time.
    Thanks.
    Edit: Also what would be the best way to close all the sessions thanks.

    Hi there,
    So what I think you are doing wrong here is that you are overwriting the value in $Session everytime you executed code inside for loop. try the below:
    $a = Get-Content "C:\Users\cody-horton\Desktop\list.txt"
    $session = @() #define this as an array
    for($i=0;$i -lt $a.Length;$i++){
    if(!(Test-Connection -Cn $a[$i] -BufferSize 16 -Count 1 -ea 0 -quiet)){
    Write-Host $a[$i] -foregroundcolor red
    else{
    $session += New-PSSession $a[$i] #add the new session to the array, at the end it will be a collection of sessions
    Invoke-Command -Session $session -FilePath "\\My computer\C`$\Users\public\Documents\zip folder.ps1" #I think the above one won't work..first you need to copy the script locally on the machine and then execute it#Why this won't work because of Second-Hop Authentication
    Have put comments where I edited your code.
    Hope this helps
    Knowledge is Power{Shell}. http://dexterposh.blogspot.com/

Maybe you are looking for

  • How to capture error message in a FM call during exception

    Hi, The FM i'm trying to call is giving an exception and don't have the built in mechanism to pass on the error message that occured during processing. However, if i see the job log in SM37, I'm able to see the corresponding error message. Please let

  • Ipod Touch 4-How to recover deleted data?I have not backed it up in itunes as I am using a new laptop

    Ipod Touch 4-How to recover deleted data? I need valuable information which was deleted. I  have not backed it up in itunes as I am using a new laptop. Plz help

  • Oracle to File, filename and order by question

    Hello I am writing a simple interface, source is an oracle table and destination is a flat file. I have two questions: 1) the file name should be in the form allocation_ddmmyyyy.txt, where ddmmyyyy is the current date. which is the best way to accomp

  • Home Screen Wallpaper

    Is it possible to use the feature for customized home screen wallpaper? My daughter has iPhone 3GS and it works for her, I have 3G and can't seem to use that feature after updating to OS 4.0.2. Am I doing something wrong or is that feature not availa

  • Apps in iTunes window are greyed out

    When I sync my iPhone 4S, and I select my particular phone in iTunes, then open the Apps window, my apps are greyed out and I can't manage them, e.g. adding, deleting, repaging, etc. I used to be able to do it with ease. And then it stopped. Could it