Any plug-in for multiple clients

Is there any plugin for multiple client access to a given environment?
For example:
I have 50 clients to access the data on the server.
Should I do a layer of manual socket connection to handle the database reads and insertions?
Or is there a way to connect directly on the environment from clients to server?

It is unclear in your question what database you are talking about.   Berkeley DB is an embedded database and not a client server database.  It does not have a client plugin.
thanks
mike

Similar Messages

  • Multicasting using TCP/IP for Multiple clients

    Hello
     i have been watching in Find example Vi's in labview  there is are UDP multicasting receiver and sender Vi's Is there
    any available for TCP/IP for multiple clients. or any other way to broadcast the messages from server to many clients 
    Regards

    madd wrote:
     i have been watching in Find example Vi's in labview  there is are UDP multicasting receiver and sender Vi's Is there
    any available for TCP/IP for multiple clients. or any other way to broadcast the messages from server to many clients 
    OK, you are possibly confusing things. UDP is part of TCP/IP. Could it be you are trying to multicast using TCP?
    This is not possible. TCP is a connection based protocol, meaning any connection is established between exactly two partners, starting out with the three-way handshake, the data transmission and acknowledgments, and the connection tear down. This ensures complete delivery verification of all communications at the expense of the protocol overhead. (similar to a classic phone connection between two people: First you verify the right person picks up, then you talk, then say goodbye)
    UDP is a connectionless protocol, meaning any packets are simply placed on the wire and the protocol itself does not ensure any verification of delivery (similar to e.g. a radio broadcast). Any two-way communication needs to be done by the program, e.g. the receiver could send another UDP packet back to notify the sender that a packet was received.
    Broadcast and multicast packets must be connectionless. There is no way around it. You can use UDP for broadcasts and TCP for for data at the same time in the same program, but you cannot combine the two into a single connection. They don't mix.
    Maybe I misunderstood. If I did, please clarify what you had in mind. More details!
    LabVIEW Champion . Do more with less code and in less time .

  • How to manage one wsp and dll for multiple clients in farm environment

    1. There is a product which is developed using C sharp , jquery,CSS and sharepoint object models which have been packaged into .wsp file. Whenever we introduce new functionality to the product we used to branch the
    previous code as a version , say Version 1.0 and new functionality of the product will in another solution. This is how we are managing the code in TFS as versions. Each newer version will have new functionalities. We do not give latest functionality for all
    the clients. Each client is having its own version of functionality. Technically in order to access the functionality, the wsp solution should be present in the solution repository which is available in SharePoint central administrator site. This solution
    will be deployed on the client’s site. We are following the above process in SharePoint standalone installation where we used to purchase dedicated server per client and installed sql, SharePoint foundation 2010 as standalone installation and adding the client
    related version of the code to the solution repository. Later host on the site which is created for that client purpose. This process is same for all the clients where we purchase individual server for each client .
        Now we want to host our product in farm environment of sharepoint foundation 2010 where we are going to try 3 level architecture. 
    • SQL Server-In this sever we are going to install sql server 2008R2 standard edition. Which should serve the database service for all the web applications/sitecollections which we are going to create in Web front end server.
    • Application server- In this server we are going to install the sharepoint as farm and will install search server express for serving search functionality for our product
    • Web front end server- In this server we are going to add this server to Sharepoint farm which we have created in application server. Here we are going to create web applications and site collections for all the clients.
    In this scenario how to manage multiple versions of same wsp solution?
    Another major issue w.r.t the architecture of the product and new approach for client deployment as follow.We have CSS, jquery files for serving the functionality.These files have been mapped to 14 hive folder.If any changes we do one of the jquery file or
    css file which is meant for latest version and not for old version, then how to manage this new functionality for that particular css or jquery file in 14 hive folder, since there is only one 14 hive folder. What is the best practice to make this happen? Another
    thing is, how to manage dll files for individual client?

    It sounds like you have a farm scoped solution at work. In that case you can only have a single instance of it per farm, you'd have to branch each version so they appear to be seperate solutions entirely (thus ruining your clients upgrade process).
    Bluntly i don't think a single farm can manage all your user environments.

  • What are the possible approches for hosting a product(custom SP application) for multiple clients on a single SharePoint farm?

    We have a product which is a custom application based on SharePoint Foundation 2010. Right now, for each of our client we create a dedicated server and host the application in the standalone deployment. Now, the requirement is to host multiple clients in a
    farm deployment.
    Challenges are: 1. The product has same name for the wsp that is deployed on different client servers as of now. How to distinguish for different clients on same farm
    Currently the product specific css and jquery is in 14 hive. These files will be of difefrent versions for different client. How to segregate that?
    How many web applications is recommend to be created in a single SPF 2010 farm? What are the challenges?
    There are a couple of DBs created in SQL for the application. What is the best way to separate those for the client?
    Essentially its the same product but with different versions for each client that we want to deploy in a single farm. What is the best practice to tackle this?

    For the most part, these are not SharePoint questions per se, but product-specific questions you'd better ask the vendor about. To get in some more detail:
    1. It totally depends on the scope of the solution. If its global, then you're out of luck and any changes you make affect all instances that use it. Better ask the vendor about it.
    2. Not that many, let's say < 10, assuming you're web applications have separate application pools. Check out  http://technet.microsoft.com/en-us/library/cc262787(v=office.14).aspx#WebApplication for
    more info.
    3. This is very application specific and really should be answered by the vendor. Not related to SharePoint at all.
    4. Again, really depends on the product so better ask the vendor.
    Good luck!
    Kind regards,
    Margriet Bruggeman
    Lois & Clark IT Services
    web site: http://www.loisandclark.eu
    blog: http://www.sharepointdragons.com

  • RFC Adapter for multiple clients

    Hi All
    I have a situation where we have a Dev client (030) and a Test client (041) on our SAP Dev system. We are implementing an XI interface with a non-SAP system that also has a Dev and Test environment.  Up to now the interface has only needed to work between our client 041 and either the other Dev <b>or</b> Test system but not both at the same time (I have simply re-configured the target URL in the SOAP adapter).
    However, I have been asked to set up XI so it works with the other system's Dev and Test environements simultaneously.
    Ideally I would like to link our client 030 to their Dev system and our client 041 to their Test system but I don't believe I can have the RFC Sender adapter active for both client 030 and client 041 at the same time.
    If this is not possible then it would be OK for our client 041 to work with both the Dev and Test systems but how do I configure this?
    Our R/3 environment is 4.6C so I can't use Proxies. I have wondered whether using Parties would help but am not sure that they are an appropriate tool for internal communication.
    Any advice, pointers, links would be greatly appreciated.
    Thanks
    Andrew

    <b>Ideally I would like to link our client 030 to their Dev system and our client 041 to their Test system but I don't believe I can have the RFC Sender adapter active for both client 030 and client 041 at the same time.</b>
    u r having 3 option
    1)RFC
    2)Idoc  and
    3)proxy
    since u r having problem with RFC and Proxy..u can go for Idoc...
    parties are used in B2B communication.... i am not sure here u can use it or not....

  • Using Adobe forms for multiple clients

    Hi
    I have several of my clients using html web based forms and would like to update them to Adobe forms.
    Question is, would i need to setup an account for each client, or can i use one account and manage all my clients from that account?
    Many thanks

    Adobe Acrobat Pro account.
    https://www.acrobat.com/en_us/products/formscentral/subscribe.html
    Thanks

  • Are there any licencing costs for Oracle Clients ?

    11.2/Solaris 10
    In my shop, we only install Oracle Client of type Instaclient (not the 'Administrator' type). Instaclient is very basic ; it only has some basic library files and sqlplus binary (no tnsping , exp, imp,...etc). I think they are doing this for saving licence costs.
    Does oracle actually charge for Oracle Client installations ? If so, is there a significant cost difference between 'Administrator' type and 'Instaclient' type ?

    Max wrote:
    11.2/Solaris 10
    In my shop, we only install Oracle Client of type Instaclient (not the 'Administrator' type). Instaclient is very basic ; it only has some basic library files and sqlplus binary (no tnsping , exp, imp,...etc). I think they are doing this for saving licence costs.
    Does oracle actually charge for Oracle Client installations ? If so, is there a significant cost difference between 'Administrator' type and 'Instaclient' type ?no

  • Third Party Plug-in for Multiple Swatch Palettes in InDesign

    Hello,
    Does anyone know if there is a third-party plug in to have multiple swatch palettes in InDesign? I would like to create different palettes for different sections of the long document --- scrolling through all of the swatches each time is cumbersome.
    Many thanks!
    Jessica W.

    Here's a little trick that may not even require a third party plugin
    On the Master Page
    Create a bunch of rectangles, colour them with all the swatch colours you need, make as many pallettes as you like.
    Then group them together
    Create a text frame
    Insert the group as anchored objects
    Alignment make it away from spine (so it's always way out to the right or left)
    Then Move the text frame over so that it encroaches on the page.
    duplicate the frame and put it on the other side too.
    Now all your pages have palletes of colour beside them. And you can use the Eye Dropper to sample the colours.

  • Is there any plug-ins for static code analysis in Jdeveloper

    Hi,
    Is there any PMD, check style and static code analysis plug-ins available for JDeveloper? Those are available for Eclipse. How to achieve that in the JDeveloper?
    Regards,
    Raghu.

    This should help-
    PMD plugin for JDeveloper 11.1.2.0
    http://develishdevelopment.wordpress.com/2012/03/12/have-released-pmd-jdeveloper-extension-4-3/
    Always mention you Jdev version. Here I just assumed yours :P

  • Activation : Multiple instances for multiple clients

    Hello,
    how is it possible to have a single instance being activated for each distinct client connection ?
    Thanks in advance :)

    You can't do this with Activation or indeed directly with RMI, as any given stub always connects to the same remote object instance. Activation just provides a kind of persistence for remote objects.
    What you want sounds like a kind of Session object. You need a SessionFactory which serves Sessions based on the client IP address or some other unique identifier:
    public interface SessionFactory extends Remote
    public Session getSession(String clientID) throws RemoteException;
    public interface Session extends Remote
    }SessionFactory.getSession() maintains a map of {clientID,Session} pairs, creating a new Session only when a new clientID appears. You also have to arrange for Sessions to disappear and be removed from the map when clients disconnect, say via a Session.release() method.

  • Any compatibility issues for Oracle Client 10.2.0.4.0 and Snow Leopard?

    Now that Snow Leopard is out and in fact in my hands, are there any known compatibility issues relative to the Oracle client software that is available from:
    http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10204macsoft.html
    Thanks.
    BTW, it might be worthwhile to know about the following web site:
    http://snowleopard.wikidot.com/
    and for someone from Oracle to post an appropriate listing there as that site is becoming known as a central resource for such queries.
    Marc

    Guys,
    I appreciate all of your replies, but:
    1. Just to be clear, I am talking about running the CLIENT (SQL*Plus) on Snow Leopard, which will connect to Oracle 11g, which is running on RHEL 5. I don't care in the least as to whether or not Oracle 11g will run on Snow Leopard. Today, I run the CLIENT on Leopard from the CLI and can connect to 11g on RHEL 5 just fine. I use the Actual Technologies ODBC driver (http://www.actualtechnologies.com/product_oracle.php) for queries in other applications and I have a similar query regarding Snow Leopard compatibility into them.
    2. @damorgan: Are you telling me that the client software that I can download from Oracle here:
    http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10204macsoft.html
    was written by Oracle and certified by Apple to run on Leopard (10.5)? I am curious, because today, it was Microsoft and not Apple that put forth the statement that Office 2008 is fine on Snow Leopard:
    http://www.officeformac.com/blog/Ready-for-Snow-Leopard
    Are you suggesting, as a parallel, that Apple did the certification of Office 2008 for Snow Leopard, not Microsoft? Or that Apple and not Cisco, will certify that Cisco's VPN client will work on Snow Leopard?
    Thanks,
    Marc

  • Jar file for multiple client JRE version

    I have two jar file. Fjtable.jar & fjtable16.jar
    fjtable.jar is for clients those who are using JRE 1.5 & fjtable16.jar is for jre 1.6 version client Users.
    both the jar file i have given in
    In formsweb.cfg :
    Archive = fjtable.jar , fjtable16.jar
    But this give error when accessing forms for those jre1.5 users.
    Exception in thread "AWT-EventQueue-2" java.lang.UnsupportedClassVersionError: Bad version number in .class file
    How do i give a condition in formsweb.cfg, if client java is jre1.5 then use fjtable.jar else use fjtable16.jar.

    It's used in the page that calls the Forms configuration with the correct jars : this should tell you which JRE your client is on and can be adapted for your config:
    <html>
    <body>
    <table width="100%">
    <tr><td>Click on the link below to run your app:
    <script src="http://www.java.com/js/deployJava.js"></script>
    <script>
        var version = '1.6' ;
        if (deployJava.versionCheck(version)) {
          document.write("<a href=\"http://myhost.local/forms/frmservlet?config=app16\">MyApp v1.6</a>");
        } else {
          document.write("<a href=\"http://myhost.local/forms/frmservlet?config=app15\">MyApp v1.5</a>");
    </script>
    </td></tr>
    </table>
    </body>
    </html>PS. Thanks Francois I'm sure this'll come in useful at some point know how to do this :)
    Steve

  • How do I uninstall Yoono or any plug in for that matter?

    Where do I find the tools button so that I can uninstall an plug-in

    Press the "Alt" key to see menu bar temporarily.
    You can permanently display menu bar through View>Toolbars>(check) Menu Bar.
    You can make '''Firefox 5.0''' look like Firefox 3.6.18, see numbered items 1-10 in the following topic [http://dmcritchie.mvps.org/firefox/firefox-problems.htm#fx4interface Fix Firefox 4.0 toolbar user interface, problems (Make Firefox 5.0, or 4.0.1, look like 3.6)].
    From a couple of search hits yoono firefox uninstall
    Flash must be up to date or yoono may crash,
    you can check your Flash plug-in at http://www.adobe.com/software/flash/about/
    and your other plug-ins at http://www.mozilla.com/plugincheck/
    Yoono has it's own builtin uninstall as seen in this yoono support article
    I need assistance uninstalling Yoono
    http://support.yoono.com/yoono/topics/i_need_assistance_uninstalling_yoono?from_gsfn=true

  • How to use Keychain for multiple users on one computer?

    I have a new Macbook Pro with Yosemite.  I just moved over from PC for my work computer and the Keychain thing is killing me!  I am a social media consultant so I manage multiple accounts for multiple clients.  I need a way to log in and out as them on many different platforms.  The reality is that I am the only user but I log in and out of different things as if this was a public computer with multiple users. 
    PC allowed me a drop-down option with each login.  For example the email box could be clicked and then I could select the client email that I needed to fill in.  The password would then auto-populate.  Is there any setting I can change to make this happen on a Macbook? I have been logging in, deleting the info in Keychain, then logging in for the next client, delete...etc.
    Most password managers don't work because of this same problem.  Please don't recommend a password manager app unless it can handle logging in and out of (for example)10 different LinkedIn profiles.
    Any advice would be greatly appreciated!

    Tanja Turtsanyi wrote:
    I have a new Macbook Pro with Yosemite.
    Apple>About This Mac>More Info>Service
    Please read the warranty paperwork that came w/your computer.
    You have 14 days to return the computer w/no questions asked. 
    You have 90 days of FREE phone tech support on top of your standard 1 year warranty unless you also purchased AppleCare which gives you an additional 2 years of coverage plus FREE phone support.
    Strongly suggest that you take FULL advantage of the above before it runs out.  Let Apple deal w/the problems.
    Mac OS X (10.4)
    Conflicting info:  Please update/correct your profile so that you can receive the correct troubleshooting suggestions.  This will assist the users in trying to help you.  Thank you.

  • IPv6 deployment problem for multiple site

    Dear Expert,
    I have a question about the deployment of IPv6 on two different site and the requirement is that client may need to auto switchover to another site while one of the ASR1002 is failure. I have using two different prefix on two sites with IPv6 stateless autoconfig like above diagram. Different prefix used for each site due to each site should use there own IPv6 prefix for Firewall Stateful(Default gateway point to local site firewall only). Client will retrieved two IPv6 addresses at the same time and it seems workable on Vista PC and Mac(Mac haven't select the High DRP one but work fine) and I haven’t try for other mobile device (have WiFi device for vlan100). Is it a valid solution? Any other solution for multiple site deploy IPv6 with Firewall no NAT enabled?
    Thank you very much!
    Regards,
    Kawaii

    One option would be to tweak the OS prefix policy table to prefer v4 to v6.  On Linux this is in /etc/gai.conf; on windows you'd run "netsh interface ipv6 set prefixpolicies ...".  The side effect would be that you'd only do v6 with the v6-only sites, not with the dual-stack sites.

Maybe you are looking for

  • How do I Get my library back on I tunes? I had to replace my hard drive.

    I had to replace the hard drive of my macbook. Now when I open itunes, it is completely empty! is there anyway to get my music back or atleast the music I purchased from itunes? I can access my account it shows record of my purchases, but my library

  • SAP R/3 to MII - Format of Input Data

    Hi, Can I send data in XML format when doing a webservice call from SAP R/3 to MII? I will probably have 2 columns and upto 100 rows of data in each call. Regards, Chanti.

  • ID CS6 shows low resolution on placed AI file.

    I placed an AI, full vector, file into ID. Didn't see any problems until I ran preflight and it popped up with a low resolution warning. The vector is scaled down inside ID, but still shows a 90 ppi. I couldn't find any placed images in the AI file,

  • How do I resequence image filenames in an iPhoto event?

    My system configuration:  iMac i7 (2013), OS X Yosemite 10.10.1, current iPhoto app,  all updates installed, and iPhone 6 Plus. Within an event in iPhoto on my iMac, I have 300 photos.  I have taken photos at various times within a two year period. 

  • Capturing footage at 198.9 FPS

    Hey, we recently filmed something we want to slow down hugely, so we used a broadcast camera and set the frame rate at 198.9 fps. When trying to capture using FCP, I changed the capture settings to custom and then 198.9 fps, but it just stops and say