Is it possible to use only SSd's and no HHD's?

Hi. I was reading a little bit about SSD's. Some info said they are advancing quite well, and can outperform RAID arrays.
Is it possible to video edit with only SSD's? I'm talking about mid-level to completely advanced.
I understand the price point. I thinkg  SSD's can be a problem by storing the files sequentially and this causes a bottleneck with accessing the video footage, right? HHD's allow the drive head to read anywhere when needed....
Has anyone tried it?

quoted from the article..
The SSDs are better in almost every benchmark with the exception of throughput, which typically scales nicely with the number of drives used. This is where the hard drives won through sheer force of numbers.
video needs a lot of space. SSD's are to me a carzy idea
if working with AVCHD/XD etc its pointless anyway. 2 sets raid o are all you need
for higher res it becomes even more so due to size restricions on the SSDs.
when i can buy a 500G SSD for $200 then maybe.
Scott
ADK

Similar Messages

  • SPA 9000 - Is it possible to use only the FXS lines (a la SPA2102) ?

    SPA 9000 - Is it possible to use only the FXS lines (a la SPA2102) ?    At this moment I have not received the 9x2 series phones I ordered, but am trying to set up the SPA9000.

    yes, it would work. 

  • Need to use only one sender and receiver communication channel.

    Hello Experts.
    I have a scenario where in I have to use only one sender and receiver communication channel to push files from different source directories to different receiver directories.
    For Eg;
    Sender                              
    D://dir1/file1 --->                  E://dir1/File1
    F://dir2/file2 ---->                 G://dir2/file2
    H://dir3/file3----->                 I://dir3/file3.
    Can this be achieved by using pass through scenario?
    Please let me know if the requirement is not clear.     
    Thanks in advance.
    Advit Ramesh

    Hi Advit,
    I think it is possible. You have to use the Advanced Selection for Source file in the sender channel to define multiple files to be picked up. Also, the Dynamic configuration must also be enabled and used in the mapping so you can manipulate the target directory and target file name based on your source files.
    For Polling from multiple directories:
    http://wiki.scn.sap.com/wiki/display/XI/File+Sender+Adapter+-+Polling+Multiple+Directories
    Dynamic Configuration:
    Dynamic file name and directory in Receiver File Adapter - summary of possibilities - Process Integration - SCN Wiki

  • Is it possible to use both an ILB and an ELB (listening on the same port) in the same Azure cloud service?

    I'm building a test Lync deployment on Azure; yes, I know this is not supported, hence "test".
    Lync Front-End servers expose two set of web services, one for internal users and one for external ones; they listen on different ports (443 and 4443) on the same servers; when external services are published, you need a reverse proxy or a port forwarding
    in order to map port 443 of a public IP address to port 4443 of the Front-End server(s). When you have multiple Front-End servers in a pool, you also need to load-balance them.
    So, a typical Lync deployment looks like this:
           Internal users
                     |
                   443
                      |
              Internal LB
            192.168.0.20
            443         443
              |               |
       Lync FE 1     Lync FE 2
    192.168.0.21 192.168.0.22
              |               |
          4443        4443
              External LB
           Public IP Address
                     |
                  443
                     |
           External Users
    This should be easily replicated in Azure, as it supports both external load balancing and internal load balancing. They are even supported together in the same cloud service, so this configuration should be easy. However, it looks like "should"
    is the keyword here.
    After creating the external load balanced endpoint (which listens on external port 443 and forwards to port 4443 on the servers), I'm trying to create an internal load balancer and add internal endpoints to is; however, while the ILB can be created successfully,
    adding an internal endpoint listening on port 443 and forwarding to port 443 on the servers fails miserably, with an error stating that port 443 is already in use by another endpoint:
    Update-AzureVM : BadRequest : Port 443 is already in use by one of the endpoints in this deployment. Ensure that the port numbers are unique across endpoints within a deployment.
    For reference, my commands are:
    Add-AzureInternalLoadBalancer -InternalLoadBalancerName "LyncILB" -ServiceName "LyncFrontEnd" -SubnetName "LabSubnet" -StaticVNetIPAddress 192.168.0.20
    (This completes successfully)
    Get-AzureVM LYNCFE1 | Add-AzureEndpoint -Name "Https-Int" -Protocol "tcp" -LocalPort 443 -PublicPort 443 -LBSetName "HttpsIntLB" -DefaultProbe -InternalLoadBalancerName "LyncILB"
    (This fails)
    The existing external endpoint is configured as such:
    Get-AzureVM LYNCFE1 | get-azureendpoint
    LBSetName : HttpsExtLB
    LocalPort : 4443
    Name : HTTPS-Ext
    Port : 443
    Protocol : tcp
    Vip :
    ProbePath :
    ProbePort : 4443
    ProbeProtocol : tcp
    ProbeIntervalInSeconds : 15
    ProbeTimeoutInSeconds : 31
    EnableDirectServerReturn : False
    Acl : {}
    InternalLoadBalancerName :
    IdleTimeoutInMinutes :
    LoadBalancerDistribution :
    The error doesn't even make a lot of sense; the external load balancer listens on a public IP address, while the internal load balancer listens on a private IP address in the internal network; there
    shouldn't be any conflict here... however it looks like there is one instead.
    Why doesn't this work? Am I doing something wrong, or is Azure networking just being silly as usual again?

    Hello Massimo Pascucci,
    The issue that you are facing when creating an endpoint with internal loadbalancer is the limitation of not allowing same ports to be listening under a single cloud service. This reason for this is that there is a limitation of only one private IP (Also
    known as the Internal load balanced IP) per cloud service.
    There is also a limitation on the Internal load balancer more than one port to be published per load balancer:
    You can leave your feedback by following the link below:
    https://social.msdn.microsoft.com/Forums/en-US/1805c5a0-3906-4cd6-8561-9802d77e0ae5/is-it-possible-to-use-both-an-ilb-and-an-elb-listening-on-the-same-port-in-the-same-azure-cloud?forum=WAVirtualMachinesVirtualNetwork
    Refer to this article for more information on Internal load balancer:
    http://azure.microsoft.com/blog/2014/05/20/internal-load-balancing/
    Thanks,
    Syed Irfan Hussain

  • Is it possible to use an exact phrase and a wildcard in the same query

    I am building an address finder, and i have an option where the user can enter part or a full uk postcode. There is a ctxcat index on the address field. I am having a problem searching for part of the postcode, if i enter 'ZZ1 2*' it finds all ZZ1 and all house number 2's if i enter ' " ZZ1 2"*' it fails with an error, is this a bug or is it not possibl to use the exact phrasing and wildcard at the same time.
    If its not possible can anyone suggest another way round this query.
    Thank

    hi,
    in my table i have a column called address,
    these would contain something along the lines of these 2 records.
    10 high street anytown ZZ1 3ZZ
    3 bridge street anytown ZZ1 8ZZ
    If searching on the postcode, the user may enter ZZ1 3 at the moment this would bring back both records, the first one from the ZZ1 and the second one from the house number 3. however if ZZ1 3 is entered i am wanting to just search on the postcode, so it would only match on the first record. so i would like to put the double quotes round the "ZZ1 3" to match on the exact phrase, but then no records come back because of the two letters after the 3, this was why i am asking about the wildcards after the exact phrase ,atch, so it can match the exact phrase of 'ZZ1 3' but then allow any characters after that.
    hope this explaings my problem a bit better.

  • Suddenly my mac uses only all caps and I can't restart, please help!

    Suddenly my mac started using only 'all caps', and also 'select all' with 'left click' in both iTunes and Chrome. I tried to restart, but it will only attempt to open in safe mode, and it will not accept my password. I assume this is because it will only type in capitals, so I cannot get in at all, even with my OS disk.
    This is not because of the caps lock button. I tried this many times. My cat may have walked on my keyboard though. When this happened, I was copying unlinked descriptions from Chrome to iTunes podcasts. I have shut down to restart several times, and my new wired aluminum keyboard is 4 weeks old.
    About 3 weeks ago I did a complete erase of my hard drive and installed snow leopard and iWork 9 from disk, updated them, and only added my documents back on from a bootable backup. Then I downloaded Lightroom 4, and imported a few thousand photos from an EHD. My iTunes library is on a seperate EHD. Everything has worked perfectly until now. I do have a recent Time Machine backup. My APS uninterruptable power supply is about 2 weeks old.
    What can I do now?
    Message was edited by: mahtia

    Problem solved, it was my new mac keyboard, only four weeks old.
    My old mac keyboard works fine except for the row of keys on the far right,
    which is why I got a new one.
    Hard to believe a bad keyboard could mess up a mac that badly!

  • HT1918 I want use only free applications, and I have not credit card, how I can install free apps?

    I want use only free applications, and I have not credit card, how I can install free apps?

    Hello Azim5s,
    Indeed, this can be done by setting your account up and choosing 'None' when prompted for billing information.
    Creating an iTunes Store, App Store, iBooks Store, and Mac App Store account without a credit card
    http://support.apple.com/kb/HT2534
    Cheers,
    Allen

  • Is it possible to use *only* voice control - no keyboard or mouse at all?

    Short story, hope you can bear with me.
    I have a client who was using Windows for years. He has some disability that means he really can't use a mouse or keyboard. He has been using Dragon Naturall Speaking for about 5-7 years *on Windows*. He also has a Wacom tablet, but uses it sparingly.
    About 6 months ago, he was having problems and was fed up with the problems he was having on his Windows machine. He called me and said "That's it. I'm going to Mac." He bought an iMac the next day, about two weeks before Lion was released. He had also purchased Dragon Dictate for Mac.
    I set it all up, installed it and he was ready to start training Dragon.
    A few months later, he calls and says, "I need to install Windows on my Mac because the Dragon Dictate for Mac is useless. I've spoken to them and they admit that there are several things you just can't do. Like moving the mouse." I think he means things like dragging an item into another folder, or drawing a box around several items on the desktop in order to trash them or copy them or drag them into an email as an attachment, etc. I keep asking him to be more specific, but all I can really get is that It. Can't. Be. Done. On. A. Mac.
    And that, of course, really makes my skin crawl. I mean, come on, it's a Mac. They have *great* features for Accessibility. Surely, this must be a solved problem.
    But, I have looked. I looked at the additions in Lion. I looked at the literature for Dragon. I have tried to do it myself on my computer. So far, I'm stumped.
    I understand that there might be a learning curve, such as learning to say *where* you want something to be dragged to, instead of actually dragging it there visually. "Move selected document to Documents" and so on. But, I'm still hard pressed to find a way to do *every*thing (or a 99+%) using only voice control.
    Does *any*one have any ideas, suggestions, thoughts, solutions?
    His solution? He bought a used Windows computer today. I've copied (again) all his data from his iMac back to the Windows PC and installed Dragon Naturally Speaking, etc.
    Surely, this can't be the only solution. There *must* be a way to do this on the Mac. Right?
    Thanks.

    Hi again,
    I checked the Bios of my neighbors A100, so he has no option for Wake-on-Keyboard, too. I think its not implemented in that bios.
    If this helps you: try the latest bios for that machine, maybe the implemented that option in a newer version.
    Greets man

  • Is it possible to use Mac's Bluetooth and emulate a phone ?

    Does anybody know if it is possible to use the Mac and have the Bluetooth interface emulate a phone? Doesn't matter that much which phone model/type.
    Background: I have a Nokia 6021, it has a Bluetooth interface and it pairs properly with the Mac. I can browse the phone and backup all addresses from it. No problem.
    Now I have a new car, the Toyota Prius 2006, which has a Bluetooth connecting and functions as a headset for the phone, No problems either.
    But then the Prius has it's own dictionary of addresses and phone numbers, which it can use via the fast select function, and you can fill them from the phone. No problem, except for one thing: the Nokia is only able to sent one phone number at the time and to do so the coneection has to be broken, re-established, sent it, broken, re-established, and then one number is done. I did the most urgent ones, but for more then 200 numbers in my phone.... Pwoeiwie....
    The problem is that Nokia does one at the time, I checked, no other possibility. A thought came to my mind to connect the Mac, use iSync, etc. But the Prius only accepts a device which identified itself as a phone.
    Anyone knows if this can be done, and if yes wants to tell me? Please do so, thanks in advance for heaving read this!
    Regards,
    Wim.

    Hi Julian,
    I'm not exactly sure how to interpret your question. Let me try:
    1. As a user, you set the car in receive mode. At that point you can sent an address or a bulk of addresses. But the phone only sends one at the time. I checked with Nokia, they confirmed it just cannot do it otherwise.
    2. If you ask for the message format or the technical data structure, it works when I sent the address as a "Business Card" from the phone to the car.
    3. This is not yet relevant because the car yet refuses to connect because the Mac is not seen as a phone....
    Regards,
    Wim.

  • Use only IP-number and skip web domain name?

    I have a Mac Mini Server and I am about to order an external firewall device. The firewall will be used with vpn to get access to the server from the internet. Access to the server will only be for my colleages . The server should not be accessible for other people at all (e.g., no public website, etc).
    Here comes my newbie question…is it possible to only use my static public IP number to get access to the server through vpn? Do I really need a a web domain name?
    Do I really need to get dns involved on the outside?
    At the moment I am using my servers Wiki and blog by typing in the IP-number in the browsers address field. It would be fine with with me to continue with that.

    is it possible to only use my static public IP number to get access to the server through vpn? Do I really need a a web domain name?
    Sure. if you can remember your IP address you can use that anywhere. DNS exists because there are literally millions of IP addresses out there and human brains are better at remembering words (e.g. 'discussions.apple.com') than they are numbers (e.g. '64.212.100.59').
    Do I really need to get dns involved on the outside?
    Since it's only you and your colleagues, not at all.
    At the moment I am using my servers Wiki and blog by typing in the IP-number in the browsers address field. It would be fine with with me to continue with that.
    It's also not hard to setup a local DNS for your internal systems - once you're connected to VPN you'd automatically start using the internal DNS server and would be able to use memorable names, but it's entirely your choice.

  • Elvis: Is It possible to use the Function Generator and the Oscilloscope simultaneously?

    Hi,
     We are using the NI Elvis to output a function or a sine wave at a certain frequency and using the oscilloscope on the same board/elvis to read a modified signal. Is this possible? Can we use both the Function Generator and the oscilloscope at the same time? Please help. The oscilloscope would be reading signal from an accelerometer. Thank you in advance. We have no VI as we do not know which to use and if they are possible.

    Hi,
    There is no problem using the Function Generator and Oscilloscope
    at the same time with NI ELVIS. Using the NI ELVIS soft front panels (Start
    >> Programs >> National Instruments >> NI ELVIS 3.0 >>
    NI ELVIS – see picture attached –‘NI ELVIS soft front panels.JPG’), you can choose
    to open more than one instrument at a time. We do this by opening one
    instrument, allowing it to begin, and then opening another. We can also program
    in LabVIEW using more than one instrument at a time by placing down multiple
    Express VI’s taken from the NI ELVIS pallet on the block diagram (see picture
    attached – ‘ELVIS Express VI's (LabVIEW).JPG’). One note when doing this,
    please see KB 41ODPHX1 
    for an example of how to program in parallel. If you do not wire the ‘stop’
    terminal of the express VI’s, you will get the error described.
    David L.
    Systems Engineering
    National Instruments
    Attachments:
    ELVIS Express VI's (LabVIEW).JPG ‏74 KB
    NI ELVIS soft front panels.JPG ‏56 KB

  • Possible to use audio line out and in simultaneously ?

    In the current version of MacBook Pro Retina is it possible to use the analog audio line out and line in both simultaneously ? That is playback as well as record analog audio at the same time.
    Does anyone know what is the audio hardward platform (Codec, DAC, ADC, etc..) in this machine ?
    Thanks!

    Air has a headset jack.
    You can use a splitter
    Mics should be USB capable for best results, almost all headset mics are junk quality.
    then monitoring or listening thru the headphones
    consider using a PRO MIC , such as an Audio Technica AT2020 USB
    http://www.amazon.com/Audio-Technica-AT2020-USB-Condenser-Microphone/dp/B001AS6O YC/ref=sr_1_1?ie=UTF8&qid=1390776580&sr=8-1&keywords=at2020+usb
    or better still use one of these with pro XLR mics:
    http://www.amazon.com/Focusrite-2i2-USB-Recording-Interface/dp/B005OZE9SA/ref=sr _1_1?ie=UTF8&qid=1390776526&sr=8-1&keywords=2i2

  • Is it possible to use Facetime between Mac and iPad with the same Apple ID?

    Hello,
    I have a MacBook Pro and an iPad. May MacBook is used by my wife and me at home. I take the Pad with me when I travel. On the MacBook I have and Apple ID registered. It is the same I use with the iPad. Do I need a differnt ID for my wife if we want to use Facetime? Or do I need to create a seperate user-profile for my wife on the MacBook?
    Thanks for your feedback in advance.

    Hi
    I use the same apple id for the same thing when i travel between myself and people at home over my iphone and the ipad i leave at home always seems to work of for me
    I normally just give it a little test before i leave each time by signing in of both devices and trying ringing myself
    Hope this helps

  • Travelling to Europe, want to use only the web and not the phone

    I will be travelling to Europe and would like to use my iphone to check my e-mail, etc., but do not want to use the phone part and pay roaming plus $2/minute, how do i turn the phone off?

    Check with AT&T and see what the rates will be. You may find it cheaper to check e-mail at an Internet Cafe or at the hotel. One of the changes with 1.1.1 is the ability to turn off data roaming when overseas. If you neither make nor receive calls, you'll not be charged for overseas roaming. But if the data function remains on and certain features like automatic e-mail checking are enabled, then you'll get the data roaming charges.
    Personally, I've never taken the SIM out of the iPhone, but I would imagine that it would be necessary for data functions just like it is for phone calls. If someone knows first hand to the contrary, then I'll stand corrected.

  • Longest possible range using AirPort Express (N) and MacBook Air

    I was wondering which setting i should use in the AirPort Express Setup for longest range possible. I am not really concerned with speed or compatibility because I only use this AP for an internet ONLY connection to my MacBook Air while traveling.
    Typically, I create this network in hotel rooms but would like to gain access outside of the room such as common areas, pool etc. I imagine there would be some other WiFi Networks, cordless phones etc. in the area but not an overwhelming amount to cause too much interference.
    Here are the options in the AirPort Utility program
    -802.11n (802.11b/g compatible)
    -802.11n (2.4 Ghz)
    -802.11n (802.11a compatible)
    -802.11n only (5 GHz)
    Any help specific to my situation would much appreciated. I have done a lot of research on the internet but most articles are a comparison of speeds that is not overly relevant in my case as i am only concerned with internet not internal file transfers. I travel internationally so a cell connection isn't really an option for me either.
    Thanks so much!
    shane

    2.4 GHz for sure. It has longer range due to the lower frequency band. There are fewer interferes in the 5 GHz band but the range is shorter.
    The b/g/n don't matter as they are just bits that are carried over the radio waves. If the RSSI is too low, the link rate would just fall back, that's how they work.

Maybe you are looking for