Clustering some general questions:

1. Can dbIsShared be set to false if clustering is used?
          2. Why does Weblogic not automatically provide failover for entity
          beans? Many other servers including WebSphere and iPlanet provide
          that. In other words I would like to be able to set up a clustered
          environment without having to change any code.
          

dan benanav wrote:
          >
          > see inline comments
          >
          > Rob Woollen wrote:
          >
          > > I'm not sure I follow you here. If you want pessimistic concurrency in
          > > a cluster, set the isolation level in the database to serializable.
          > >
          >
          > Setting the isolation level to serializable does not cause blocking (at least in Oracle). It
          > would be helpful if you read up on that to get a better > >understanding of what I am saying.
          I'm very familiar with Oracle, and you are correct it will not cause
          blocking. I should have been clearer in my response.
          > Setting the mode to serializable will only cause an exception to be generated if a transaction
          > attempts to update a row that was updated by another transaction that started after the current
          > transaction.
          >
          > Bottom line is, and I am sure about this, setting the isolation level in the database does not
          > yield the same effect as pessimistic concurrency (it does not block).
          >
          > Oracle is obviously one of the major database vendors so one would expect that there is a way to
          > have the account entity bean work with that.
          >
          > So can you offer a solution?
          >
          If you design your application to only work with pessimistic locks in
          the EJB container, then your design is flawed. You are depending on
          container internal behavior for your application to work. It certainly
          won't be portable to other J2EE platforms.
          Depending on serializable behavior for your transactions is fine, and
          that's what setting the transaction's isolation level will do.
          Can you give us some more information on why you require a global
          pessimistic lock in a cluster? I am interested in why this is needed in
          your application.
          -- Rob
          > dan
          >
          > >
          > > Robert was offering another solution which is to use optimistic
          > > concurrency. You could read the data in a single transaction and then
          > > do the conditional update in a second transaction.
          >
          > With a clustered system there is no choice but to use optimistic concurrency (from the entity
          > bean point of view).
          >
          > >
          > >
          > > -- Rob
          > >
          > > dan benanav wrote:
          > > >
          > > > The way you suggest is not the best approach, nor does it provide the same benefits as
          > > > pessimistic concurrency. It can also be done automatically (without a timestamp, etc.. )
          > > > by setting the mode to transaction_serializable. (If Oracle is being used). Your approach
          > > > makes the programming on the client side more complicated. You will need to catch the
          > > > exception and try again until you succeed.
          > > >
          > > > What we really want is to block somehow. How would you do that? Perhaps people have been
          > > > doing this in the client/server world. I would like to see how it would be handled with
          > > > entity beans. I am not convinced there is an easy way to do it.
          > > >
          > > > dan
          > > >
          > > > Robert Patrick wrote:
          > > >
          > > > >
          > > > > There are several ways to do this. People have been solving these problems for years
          > > > > in the client/server world. This is just one possible way of doing it...
          > > > >
          > > > > public int balance;
          > > > > public int oldBalance;
          > > > >
          > > > > public void ejbLoad()
          > > > > {
          > > > > balance = read from database;
          > > > > oldBalance = balance;
          > > > > }
          > > > >
          > > > > public void ejbStore()
          > > > > {
          > > > > // probably should use a version number or timestamp rather than the balance field
          > > > > // to detect if the bean has changed since the data was loaded...
          > > > > //
          > > > > update accounts set balance = :balance where accoutNumber = :accountNumber and
          > > > > balance = :oldBalance;
          > > > > if (numRowsAffected == 0) {
          > > > > ejbContext.setRollbackOnly();
          > > > > throw new ConcurrentModificationException("account was modified by someone
          > > > > else");
          > > > > }
          > > > > }
          > > > >
          > > > > public deposit(int amount)
          > > > > {
          > > > > balance += amount;
          > > > > }
          > > > >
          > > > > Hope this helps,
          > > > > Robert
          

Similar Messages

  • SAP CM25 which profile to use and why and some general questions

    Hi there,
    I have a few general questions, if you may share your thoughts on this.
    In a manufacturing environment, is CM25 more used to finite schedule the work centers or labor or both ?
    Is it a good idea to even finite schedule the planned orders or just production orders ? We want to create production orders 1 week ahead of the production schedule and planned orders gets created 3-4 weeks earlier than production order gets created.
    The graphical tool seems to be slow sometimes when dispatching and doing some actions on the screen, has any one have any say on this. Should we need to have better computers on the floor for this to work ?
    I have been trying my solutions using CM25 and not CM21 or CM27 using the profile SAPSFCG005, is there any other profile that I need to consider and other transactions to consider like CM21 or CM27 for certain purposes?
    Thank you

    Hello
    In a manufacturing environment, is CM25 more used to finite schedule the work centers or labor or both ?
    It can be used for both depend upon bottle neck resource whether machine or labour.
    Is it a good idea to even finite schedule the planned orders or just production orders ? We want to create production orders 1 week ahead of the production schedule and planned orders gets created 3-4 weeks earlier than production order gets created.
    Better it should be finite planning for planned order also you can use MRP with lead time scheduling.
    The graphical tool seems to be slow sometimes when dispatching and doing some actions on the screen, has any one have any say on this. Should we need to have better computers on the floor for this to work ?
    It depends upon the data load and selection,
    Restrict the number of objects to be displayed, for example, select only a small number of work-centers/orders.
    Customize the time profile (transaction OPD2) such that the database read period, the planning period and the evaluation period are as small as possible. As a result, fewer objects are read and displayed.
    Refer KBA  2038780 - Tips for performance improvement on Capacity Leveling
    If you want to process more orders, check whether a batch planning (planning in the background on transaction CM40) is possible.
    I have been trying my solutions using CM25 and not CM21 or CM27 using the profile SAPSFCG005, is there any other profile that I need to consider and other transactions to consider like CM21 or CM27 for certain purposes?
    It depends upon your requirements which transaction to use and which profile. You can customize your own profile also.
    Best Regards,
    R.Brahmankar

  • Some General questions - Need answers very soon...Pls help

    Hello Gurus,
    I have following questions. Could you please answer those if possible? I really need to know soon. I am BO developer but not working on Admin side and need to clarify some questions below.
    1 )What is a domain? How many are there in a basic set up? What are they?
    2) When is the repository created?
    3) Can we have multiple domains? If yes, what is the purpose of having them?
    4) How do you create a user?
    Thanks.

    Hello,
    I recommend to post this query to the [BusinessObjects Enterprise Administration|BI Platform; forum.
    This forum is dedicated to topics related to administration and configuration of BusinessObjects Enterprise, BusinessObjects Edge, and Crystal Reports Server.
    It is monitored by qualified technicians and you will get a faster response there.
    Also, all BOE Administration queries remain in one place and thus can be easily searched in one place.
    Best regards,
    Falk

  • Some general questions about java

    Hi,
    I am a beginner with java and actually i am new to programming as such. i want to ask certain questions.
    I read in The Java Tutorial that java is both a 'compiled' and an 'interpreted' language while most languages fall in either one of the two categories. What is the difference between a compiled and an interpreted language?
    All the java programs that we right are compiled by the java compiler. So in what language was this java compiler and java VM written
    What is the definition of native code. Does it depend on the operating system ? If so, is it defined by the operating system ? If I am not mistaken, an OS in itself is a huge program, so which language can be used to create an OS. For instance, can an expert in java create his own OS using the java programming language ?
    These questions may sound silly but I need to know the answers

    Okay, a compiled language is completely translated into object code (one and zeroes, usually) before it is run. An interpreted language is turned into object code as it runs. The object code for most languages is the ones and zeroes that make sense to the processor. The object code for Java is Java bytecode.
    Java bytecode is a set of universal commands that make sense to any Java Runtime Environment (JRE or Java Virtual Machine JVM. I think they're the same thing, someone correct me if I'm wrong,). The JRE is an interpreter. Each JRE is specific to the platform, that is; there's a Windows JRE and a Solaris JRE and yada yada. The JRE interprets the bytecode commands and turns them into commands for the platform. For instance, a bytecode command is something like, "draw a window" and the JRE turns this into the Windows or Solaris command that draws a window.
    I don't know what language Java was written in. It may not all be written in one language. It's very possible that the Java compiler (javac) and the java interpreter (the JRE) are written in entirely different languages. I'd suspect the answer to this can be found in van der Linden's "Just Java" book.
    Native code, in Java, usually refers to legacy code, existing code written in whatever language that you wish to use in a Java program. Maybe the native code costs too much to convert; maybe it works really well, maybe it does soemthing special, whatever -- you want to use it so you use the native command in a Java program to tell Java to run this piece of code in whatever language. Native code doesn't really have anything to do with the OS other than it's code that runs on the OS you want the Java program to run on.
    An OS can be written in anything you want, but some languages are better than others. I think the Mac OS is/was mostly Pascal. Wasn't C invented in order to write Unix?

  • Some General Questions about using SSL sockets

    1 Since both SSL and TLS rely on public-key cryptography, can I use it efficiently for encrypting large amount of data transfer within a network? Or I�ll be better off using secret key.
    2 If I understand correctly, I can install client/server certificate (public key) along with the software installation. Is that right? In other words, I don�t have to create them programmatically.
    3 To convert our unsecured client/server application, is it enough to replace plain sockets with SSL sockets and use a self signed certificate for the server? (Ours is a closed network and we don�t require any client authentication).
    4 How does SSL handles server to server communications?
    5 How do you encrypt data ( some of the fields) in a text file?
    Thank you all.

    hey there.
    1.yes you can use it to encrypt large amounts of data, and heres why:
    when you use SSL, it uses public key encryption to first tranfser across a private key. then from then on the data is simply private key encrypted, which is relatively fast and easy.
    2. Yes, you may chose to make them programatically or not
    4. the question doesn't really make sense. In the end, what is a Server and what is a Client is up to your application. From SSL's point of view, you just have two machines with Sockets on either side that are connected. You can use SSLSocket.setClientMode(boolean) to choose which of those socket will act as the "server" for the purpose of the authentication handsake.

  • Some general questions about swing

    Hi,
    I used to do some swing development couple years back but since then I have been more involved in the j2ee scene. I have lost some touch and was wondering if some of my questions can be answered. I'd appreciate every effort.
    First of all, I am trying to make an applet that can be used to upload multiple pics at the same time. Similar idea to facebook picture upload applet. My Q's are
    -> can every swing application be turned into an applet? or when the developer starts writing an application he should write it from an applet POV
    -> I noticed that the applet on facebook looks a lot like a window application. icons and the look and feel of the application is not that of a applets i saw couple years ago with sun java look and feel, how can this be achieved? is there some small example?
    -> can someone suggest an example || tutorial of an applet that shows how to upload an image to the server?
    and lastly for mental satisfaction :)
    -> how hard do you think it is to build such an application. I assume it will just have a JTree on the left side and on right side it will show contents of the folder that is currently clicked.
    Thanks for your time

    thanks for the tutorial link.
    However, the tutorial explains how to show icons from images. But what about in my case when the images arent even on the server yet.
    Basically when the user is browsing files and gets to their my pics folder on the right side i want to show icons of images in that folder. for this reason i doubt I will be able to use what they've implemented in that tutorial. As the pics havnt yet been uploaded by the user i have no direct access to the images.

  • Njawin - jcomgen and some general questions

    Hi.
    I'm currently evaluating njawin, and some questions came up:
    Will there be a command line interface for jcomgen?
    The interactive GUI isn't really suitable for an automated build process.
    njawin compared to jawin:
    njawin seems to be more advanced, but there's no source available.
    Does anybody know if this will change in the future?
    regards,
    roman

    Carl,
    The njawin distribution available for "evaluation" download around the web comes with no license, as it is a version of OLE for Java (OLEJA), a commercial product, which was developed before OLEJA went retail.
    One thing you'll notice is that OLEJA and Njawin have remarkably similar APIs. If your application's functionality does not have very complex requirements, you can simply replace all references to "oleja" with "njawin", and all references to "compose" with "develop". This holds true for the generated .java files, the .xml file, etc. I am not sure if OLEJA introduces or uses more APIs than the ones that appeared in Njawin, but for my application, this approach was successful.
    One other thing to keep in mind is that I don't see why you'd actually need to build your sources into a jar, if you simply include them in a larger package as part of your application's source code. Just put njawin.jar, njawin.dll, and yourdll.dll on the build path and the rest of your problems should be solved for you. Keep in mind that, since OLEJA is commercialized, it's been debugged a lot (as the author has stated in mailing lists) and that means Njawin could have some unexpected problems. In this case you should thoroughly test your usage of Njawin with your application to be sure it runs well in your environment. Errors that could potentially crash your JVM may appear when certain functionality (especially multi-threaded functionality) inside your ActiveX control is executed.
    Regards
    Sean McNamara

  • Some general questions about recently purchased Powerbook G4 15"

    Hi guys,
    I finally got my used Powerbook G4 15" A1095 1.5ghz off eBay and it's got some issues, any help would be great:
    1.White areas on the screen, not to concerned about it but i can see them?
    2.Some spots of dirt "behind" the screen all the way down the right edge of the display? These are not dead pixels?
    3.Won't read dual layer dvd's? (i know it can't burn them)
    4.Tatty case. (I have purchased a new lower case top case and lid from The bookyard for a total of £60 and i am having our It guys replace these for me to tidy it up.)
    5.After buying these bits i've since discovered the lower ram slot is faulty so i'm stuck with 1gb?
    6.Can the dirt behind the screen be removed when the lid is changed or are they in the display itself?
    I did try and return the book to the seller but pretty much got nowhere so i'm stuck with it. On the plus side the screen has no dead pixels, is nice and bright and the machine runs pretty fast. I only use it for web surfing and music some it's fine.
    Phew! sorry the the mass of questions!

    Sounds like you bought yourself a project - or some else's troubles.
    The internal drive won't read dual layer DVDs. They were not even invented when the PB was released.
    The dirt behind the screen hints that the machine has been apart. It is possible to get the front glass off, but as eww stated it is not a fun or easy job.
    The white spots sound about right for an aging Powerbook. I'm guessing you are not using it as a portable cos I'm sure the battery is smoked too. Hook it up to a nice large external display. The PBs have a powerful video card and give great color depth on a decent display.
    The failed RAM slot is a killer, but common. Mine is the same. 1GB of RAM does the job, so don't give it a second thought.
    Sadly, the Powerbooks are at the end of their life cycle as a portable, but they do make great desktop computers with a few peripherals. Set it up with a nice widescreen display, an external firewire DL DVD drive and a cooler pad and you should have a lot of fun with it.
    Don't put Leopard OSX 10.5 on it! It will just slow it down and give you a whole new bunch of issues to address.

  • I would like know some general questions on ABAP

    Dear sirs,
    Can anyone explain me about Audit trail........(What is audit trail?)
    2.What is the std.prog to change the status from 03 to 12?
    3.How to debug idoc?
    4.What are the idoc monitoring tools?
    5.Idoc enhancement:     - what are the segments you populated?
                   - how data is coming?
                   - which exit is triggered?
                   - what is name of the enhancement?
                   - what are the configurations done?
    Please Help me in this regard.....
    Looking forward for a learning experience
    Thanks &  Regards,
    N.VIJAY PRAKASH
    Mail: [email protected]

    Hi,
    In support projects ,you need to fix the bugs .While End Users working on the Production server ,he may encounter some issue.
    That issues need to be fixed . You ( Developers ) fix the issues and compete the preliminary testings and transport it to production.
    All these issues are maintained and assigned to the consultants by using  tools like REMEDY , WEB EX etc .
    These issues(bugs) are called as TICKETS . I wll give one example ,At present client wants to add some extra fileds in ALE interface.
    etc . 
    Thanks
    Jagadeesh.G

  • Some general questions about Sun Java Communications Suite

    Hello Everybody,
    We are a small group of individuals (2 Java developers and 1 Linux expert and Web Application developer), located in Germany.
    We are fully new to �Solaris� and Sun Java Communications Suite and know, that it�s a highly professional software system for large scale deployment. However we plan to install (64 Bit version) and manage it in a small network environment, consisting of a Server (4 GB RAM, RAID 5, AMD Dual CPU) based on Solaris 10 (X86) and *20* clients based on Win XP, Solaris and Linux.
    It�s a network of a non-profit organization, providing social services to local society.
    At clients we will use the Communications Express and the needed services are: Calander, Mail and Address book. (no need of Outlook Connector, Instant Messaging, Document Management, etc.)
    Our long-term aim is - after learning of professional architecting, deployment and management of Communications Suite - to provide integration and development services to organizations (schools and small / medium sized Business) and public in cooperation with ISP or infrastructure-providers like Sun Microsystems.
    Now, our main questions are:
    *1.-* Is the Server phy. recourse enough to deliver the mentioned services of Communication Suite to 20 clients without problems?
    *2.-* Isn�t Communications Suite oversized for such small network mentioned above or better, if we use another collaboration software system like Opengroupeware (http://opengroupware.org/) ? Opengroupeware is developed using non-java lang and therefore doesn�t match our strategy.
    *3.-* Does the Communications Suite download-pack includes all necessary components of Sun Java ES (Directory Server, Access Manager, etc.) or these components are to be downloaded separately?
    *4.-* What is the difference between the Sun Java System Messaging Server and the Sun Java System Message Queue?
    We appropriate very much your answers and any further useful information regarding our project.
    Thanks
    Asghar

    1> I believe your hardware can support 20 users (you might need to tune the Web Server heap size) - I had a Sparc 2x450mhz w/ 2GB of ram supporting 50+ users quite comfortably - with roughly half using POP and the other half IMAP/webmail. Ideally though, for best performance you would want to break up the main servers (LDAP, WEB, and MS) between hosts) - probably not necessary for 20 users. Having all on one machine simplifies things too (but also makes it a single-point-of-failure). Your disk obviously is important, the faster the better - that it's redundant is also nice - larger deployments might use much fancier storage systems to provide speed and redundancy, and use an the App Server instead of the Web Server as a container for Comms Express.
    2> I don't think it's "oversized" - might you mean overkill? In this case I don't think overkill is a bad thing. Why not have very capable software, even if you don't really need it -is how I see things.
    3> I believe you get all you need in the download. Though I've never tried the 64bit version (which I am guessing is only really necessary for larger deployments where you want to obtain maximized performance for heavier loads). I recommend following the single host evaluation document to get the hang of the install.
    4> I'm not sure - though the Messaging install I believe requires the MQueue stuff, I think it's sort of an API for messaging, also available separately, but used by JES Messaging system?
    Good Luck,
    s7

  • I have some general questions about Java

    Is there a such thing as a list of every Exception in Java?
    Is there somewhere I can look at examples of try statements, catch statements I guess tutorials on the basics of Java, like what would constitute these statements.

    Thanks so much. This helps with the questions that I have. I am taking a class, where the only input I'm getting is "feedback". I'm expected to read the chapter, do the assignments, mind you this is the first time I have ever seen Java. Most of the class dropped out and now I see why.
    I asked the questions I did, because I didn't know "what" I understood the books explanation of the try statement pertaining to it's example, but I have nothing to apply "across the board" when it comes to try statements. The links you gave me were great, I now know how to tailor my questions. I will use the example in the link you gave me and try to equate it to my assignment. (This is a perfect example!)
    readFile {
        try {
            open the file;
            determine its size;
            allocate that much memory;
            read the file into memory;
            close the file;
        } catch (fileOpenFailed) {
           doSomething;
        } catch (sizeDeterminationFailed) {
            doSomething;
        } catch (memoryAllocationFailed) {
            doSomething;
        } catch (readFailed) {
            doSomething;
        } catch (fileCloseFailed) {
            doSomething;
    }I know that hitting enter more than once, entering a non integer (7.4), or entering a character "w" will cause a NumberFormatException. I am to enclose the methods in the try statement. Does that mean that I start with try {, then the section of code?  Then I need a statement or code?  This is where I am confused.  I look at the example above and those are actual statements.  Will it come a time when after "try" i will need code?
    What would be my statement? Is this something that I make up? ( I know these questions are dumming it down ALOT but once I get why something is done, I'll get it everytime.) My try statement has to say something to the effect that if the user trys to enter a non-integer value....am I right so far???
    try
    //Calling the user-defined methods
    multiplier = getNumber();
    correct = takeQuiz(multiplier);
    System.out.println("\t\tYou got "+correct+ " correct!" );
    user inputs any invalid, non-integer
    catch (NumberFormatException e)
    }

  • Some general questions about multi-threading

    Hey Everybody,
    I have a dilemma with a multi-threaded program that I have written.
    Well to be truthful I actually wrote the program with no consideration whatsoever for multithreading.
    As a result of this complete lack of concern I get a completely hung user interface.
    My program performs a lot of network communications over URL��s and also writes information from URL��s to disk. The combination of networking and I/O in my program and the fact that I have not built multi-threading into the program has lead to complete failure of the user interface. When I say complete failure I mean complete failure. If it were only button��s not responding then I wouldn��t be all that worried, however the entire drawing area of my programs ��Frame�� completely freezes. It��s cool if nothing is maximized or minimized over the frame but as soon as this happens my programs drawing area has a ��serious hang over!��.
    I have begun learning about threads, in principle they sound wicked however in practice they have proven to be a brain tease (oops �K.. honesty).
    The difficulty of threads should not be all that daunting to me, however I have a couple of very simple questions that I would love to have answered�K..anybody out there!!!!!!!!!
    This is the normal basic method of running a thread that I have been attempting to incorporate into my program:
    1). Extend the thread class,
    2). Override the run() method in the subclass (created from step 1),
    3). Create an instance of the subclass,
    4). Call the start() method on the instance (from step 3).
    I have read that every statement the thread will execute is contained within it��s run() method.
    Question 1). This being the case is it possible to have member variables or methods inside a class that extends thread? Please explain!
    Question 2). Can a class that extends thread contain a constructor? Please explain!
    Question 3). If a subclass of thread cannot contain a constructor as I assume to be the case then how can code executing within the newly spawned thread reference information from the object that spawned it?
    If anybody out there on the great net can answer even half of one of these questions I will be more than grateful. Thanks for your time, and rock on Java!
    David

    Thread t = new Thread(MyRunnableDerivedClass);
    t.start();I hope it is understood that MyRunnableDerivedClass is actually an object of the MyRunnableDerivedClass. sorry for the confusion.
    so here's a thread that reads from a file using constructors, member variables, other funcs. It's not optimal but shows use of all of the above. I just typed this in so there are probably syntax errors, but you should get the point.
    public class ThreadedFileReader implements Runnable
        private File m_File;
        byte[] contents = new byte[0];
        public ThreadedFileReader( File f )
           m_File = f;
        public void run()
            BufferedInputStream bis = null;
            try
                bis = new BufferedInputStream( new FileInputStream( m_File ));
                int avail = bis.available();
                while (avail > 0)
                    int oldLen = contents.length();
                    contents = expand( contents, avail );
                    bis.read( contents, oldLen, avail );
                    avail = bis.available();
            catch (Exception e)
            { //do something witty
            finally
                try{ if (bis != null) bis.close(); } catch (Exception e){}
       private byte[] expand( byte[] oldBuf, int addedLen )
          byte[] newBuf = new char[oldBuf.length + addedLen];
          System.arrayCopy( newBuf, 0, oldBuf, 0, oldBuf.length );
          return newBuf;
       public byte[] getContents()
           return contents;
    //here's where we use it
    File f = new File( "c:\myfile" );
    ThreadedFileReader tfr = new ThreadedFileReader( f );
    Thread t = new Thread( tfr );
    t.start();
    t.join();
    // At this point the thread has died, but the thread object still exists
    byte [] data = tfr.getContents();

  • Thinking of switching to FIOS - Have some general questions:

    I am interested in getting FIOS internet and the TV essentials bundle.
    In regards to the free 3 month dvr deal - After the 3 months are over do I have to keep the 19.99 DVR or can I drop down to the HDDVR 15.99?
    With the TV essentials it lists like 250 channels and up to 14 HD channels. What does "up to" mean? Do I get to pick channels or something?
    I have two TV's in my house. If I want the downstairs tv to be able to watch cable do I need to get an additional box?
    Can I connect the FIOS internet to a wireless router so my laptop can connect to it?
    Thanks. I'm just trying to figure out if it is going to be worth it to switch.

    Spacerobot wrote:
    I am interested in getting FIOS internet and the TV essentials bundle.
    In regards to the free 3 month dvr deal - After the 3 months are over do I have to keep the 19.99 DVR or can I drop down to the HDDVR 15.99?
    It's the same box. When the 3 months is over you can turn of the Home Media Feature and pay only the 15.99. (when you call many reps on the phone will claim you need to swap boxes but that usually gets sorted out later)
    With the TV essentials it lists like 250 channels and up to 14 HD channels. What does "up to" mean? Do I get to pick channels or something?
    You don't get to pick anything. If you pay for the higher Extreme HD package you get more of the HD versions of channels. If you don't you only get a small number typically the main networks
    I have two TV's in my house. If I want the downstairs tv to be able to watch cable do I need to get an additional box?
    Some TVs have a built-in QAM Tuner. If your TV has one it can play some channels. This TV would not get any on-screen guide or Video on Demand  (the ones below channel 50 ) without a box.
    Some TVs can use a Cablecard. If you order a cablecard (monthly fee) you don't need a box. This TV would not get any on-screen guide or Video on Demand
    Otherwise you need a box. There is a low cost version that is smaller and gives all channels but no guide or Video on demand. They are usually 3.99
    Can I connect the FIOS internet to a wireless router so my laptop can connect to it?
    Your install with come with a Verizon provided wireless router. Just make sure the router is placed in a location that will allow your laptop to connect.
    You also have options to use your own router. You can review the options in the NETWORKING section of this FAQ guide http://www.dslreports.com/faq/verizonfios
    Thanks. I'm just trying to figure out if it is going to be worth it to switch.

  • Potentional iPhone Buyer: Just some general questions

    Hey everyone I was considering buying an iPhone, and was wondering if I should wait till the new iPhone OS 3 is released or can you just download when it is released for free? Also in the iPhone plans I was wondering whats included in the allocated data (Web Browsing, Maps, App Downloads, etc.)?

    Danoobli wrote:
    Hey everyone I was considering buying an iPhone, and was wondering if I should wait till the new iPhone OS 3 is released or can you just download when it is released for free?
    The current iPhones can all download 3.0 when it is released this summer.
    Also in the iPhone plans I was wondering whats included in the allocated data (Web Browsing, Maps, App Downloads, etc.)?
    The data plan would cover all data. It doesn't differentiate.

  • Some general portal caching questions

    Hi experts,
    I have some general questions regarding caching functions in portal.
    1. In System administration->Navigation I can activate navigation cache. By default there are 3 connectors: Collaboration Connector, ROLES and gpn.
    I guess Collaboration Connector caches Collaboration Content and Roles caches the content of the Role-based navigation? Is that correct? What is gpn-connector?
    2. This cache does only cache the navigation structures? Not the iviews and the content?
    3. For some iViews and pages I can activate caching in PCD with certain cache levels. That caching is not related to navigation caching?
    4. I can't activate caching for web dynpro Java iviews and web dynpro java proxy pages. Is that corect? If not how can I achieve that. Those settings are deactivated for me, so I can't activate them.
    5. In Visual Admin I can activate navigation cache under com.sap.portal.prt.sapj2ee. Is this option related to the setting I can set under system administration->navigation in portal? Because I avtivated the option in portal but in VA it still showed it as not activated.
    I crawled some documentation but couldn't find exact information.
    Thanks and regards
    Manuel

    Hi,
    1. GPN is Guided Procedures Navigation connector
    2. Yes only Navigation nodes are cached (TopLevel and Detailed Navigation nodes)
    3. Here it is PCD Caching, which has nothing to do with Navigation caching
    4.  I never tried this, but It looks like what you say is true.
    5. What you see in VA is old caching mechanism. So this is obsolete and can be ignored.
        So you should only use the options from system administration->navigation
    Changes in the Navigation Cache
    Regards,
    Praveen Gudapati

Maybe you are looking for

  • How do I create Fixed-Width Report Regions in APEX?

    Hi I would like to create 3 or 4 report regions of uniform fixed-width on a single APEX page. How do I go about this? Each report varies in the number of columns and the width of columns. Thanks Kind Regards Greg

  • Multiple 300 Class assignments to a given matl

    Experts, In VC, can we have multiple classes of class type 300 assigned to a given matl? I see that SAP allows it, however, from a functioning perspective, I'm thinking how this would work. Master data set up thru transactional data creation, I'm won

  • Real racing 2 hd and Enigmo 2 with AirPlay

    Tried both real racing 2 hd and Enigmo 2 with "native" AirPlay support meaning that the app does much more than simply mirroring the iPad 2 display. The atv seems to be displaying a full 720p screen with these apps. Also with rr2 you use the iPad as

  • How to stop kernel_task?

    my macbook pro is continously performing kernel_task due to this my macbook is performing slow and also in the task it says maximum cpu load for this process.is this ok?how can i stop this process?

  • HP Deskjet D4160 can't print color when connected to express.

    When I connect my Air to my HP Deskjet D4160, I can print in color. When I connect it to my Airport Express running the 6.3 software, it shows up fine in the printer tab, and I can add it correctly to my Air in the system prefs (it also finds the cor