Related topics

multiple database = or <> support for more concurrent users?
If not, crafty as I can be, I'm inclined to install multiple (up to 16) instances where each instance will support an 5? ungoverned users (16x5=80 ungoverned concurrent users!!!) Of course, 16 separate and full-fledged instances will also probably bog the machine down, but I definately have a solution when my

Query multiple DB files via DAO
John Spencer spen...@chpdm.umbc.edu microsoft public access queries Well, the first thing that comes to mind is that Access is limited to 255 concurrent users so if your users would all be hooked up to the data at one time, you've got a problem there. George Bergmann wrote: Hi all, I'm writing an msaccess97 app

Multiple access of mdb
Regards
Mike "Per Williamson" wrote: Hi there, Hoping to get a answers from people with "real life" experience of running multiple Sql server instances! 1-2 concurrent users). My server has two 2.6 Ghz processors and 2 Gb memory. As I have a Sql Server Standard Edition, "Per Processor" license,

Ingres Net
Of
course not, but if your scripts create temporary files, you should be careful to give them unique names and delete them when no longer needed. I need to understand if nawk/awk handles concurrent use by multiple users. E-mail apatn...@aircom.com If it didn't it would be pretty useless with Unix.

multiple instances of MSDE
Yes -- in fact, from what the Novell folks have told me, if you have 5 SBS 5 servers on the same tree, each with basic 5 user licenses, ALL 5 servers should support up to 25 concurrent users. Barry Schnur Novell Support Connection Volunteer Sysop http://support.novell.com/forums/ Please post replies ONLY via the.

Unix versus CP/M
Are you putting data on to a Pentium 133 with a single IDE drive and a 10MB card or a 6-way XEON processor box with multiple RAID units driving 15K RPM disks with gigabit ether? Not sure how many concurrent users are doing that. Of course before we rewrote some code, it couldn't handle that much.

Welche Lizenz bei Zugriff via Internet SQL2k/MSDE
Do you have the "Maximum Concurrent Users" setting set to 650? If so then adding a new instance will have it's own setting. But if you have trouble with over 650 now it is most likely due to limited resources on the server such as ram, cpu etc. Adding another instance will just make it worse since now you have to

Microsoft opens up to other platforms!
... bit listserv toolb-l G'day Katherine, I had this problem many years ago with an application I did for Army, they had a large number of concurrent users. We are using an ini file to track multiple users. We think we are having a problem with multiple users trying to update the ini at the same time.

Updating multiple child recs: Delete and substitute or update ...
If I am trying to set up a sql server that I think may have 40-50 concurrent users now and 1200-2400 user a year from now... would I be better off purchaseing an expandable server with Do you expect high amounts of concurrent user access, etc? Will the bottlenecks actually be in the processor or memory or disk?

Max Num of Concurrent Users
Also, if you have lots of concurrent users that do lots of sorts, you will probably want multiple temporary tablespaces and assign the users across all of them. You want the temporary tablespace to have uniform extents. That is, INITIAL = NEXT. You also want that extent size to be an exact multiple of the sort area

VB6, ADO Datacontrol, and multiple concurrent users: making a ...
Richard Berger richardber...@home.com microsoft public access formscoding I have your basic "Bug Tracking" database and have a form where people can search/modify bugs using multiple criteria. Since the filter-by-form mechanism provides this for free, I figured no need to write my own. However, it seems that when

Multiple Instances - expert advice needed
J Hess h...@cc.usu.edu microsoft public access multiuser Theoretically, Access can support up to 250 concurrent users. In reality, you will be pushing the limit if you try to go much beyond 20 concurrent users. You are going to have a large number of users then you need to consider looking at using SQL Server.

Practical Limits to the Number of Concurrent Users.
Multiple Concurrent Virtual Machines The control program of VM/370 manages the resources of a System/370 to provide virtual storage support through implementation of virtual machines. Each terminal user appears to have the functional capabilities of a dedicated System/370 computer at his disposal.

Interface for Multiple Access Data Bases ???
If you use the above scheme of first using TCP/IP to exchange the connection information there is absolutely no need for you to use multiple ports. I think the thing you have to worry most about is your Internet Bandwidth, do you have enough bandwidth to handle all the concurrent users.

XP pro - multiple concurrent users?
Re-examine your reason for not providing a user account to each of those users. Well, the system is planned to have quite a few users logging in. What you end up with hard links is multiple directory entries pointing to the same physical file, but the links can have root ownership, with just execute (and read

Multiple concurrent users in XP Pro?
Tony Toews tto...@telusplanet.net microsoft public access interopoledde "scott schluterman" <sc...@homeinthewest.com> wrote: An Access 2000 Application my company has developed has a .mdb backend containing all the table objects and multiple .mde frontends (Client) distributed to the users with the UI objects

Running multiple instances in production environment. Good or bad?
When
the user selects the record they want and pushes the edit button then query the database for that one record into a pessimistically locked cursor (recordset). Then perform your edits, update, and close the pessimistic recordset, releasing the one locked record. Make sure that 1. the query you use to read in

Problems implementing coarse-grained lock in ...
The later MP/M and CCP/M supported multiple concurrent users on the identical file system structures. * CP/M directory is based on USER AREAS, Multiple users _are_ supported directly by CP/M giving them their own areas to store their individual files. Of course not concurrent users until MP/M. nested directory

QP 8, Macro Libraries and multiple users
If the server hase 25 execute-threads, then it will be able to really simultaneously operate on behalf of 25 separate concurrent users. Other concurrent users will have their jobs waiting on the server's execute-queue. If you project that all of the 25 concurrently-execuing users jobs might require the use of a

Optimal Multiple Users in Access
The application needs to be run simultaneously by about 10 users at a time, so record locking etc. is quite important. What I have done so far is set the LockType property of the ADOdc to "adLockOptimistic", and this works fine except for one thing: I don't want that the user spend 10 minutes editing a whole record