Software which allows a single computer to provide access for more than one user at the same time. This is done by multitasking where the CPU quickly switches between proccesses
Questions tagged [multi-user]
349 questions
99
votes
9 answers
How to use Homebrew on a Multi-user MacOS Sierra Setup
I have a Mac that is shared between two engineers. Both have separate user accounts. Both need to run brew update and brew install... occasionally.
How do I set this up without getting errors like:
/usr/local must be writable!?
Yeah, I could have…

Jon Gunter
- 1,864
- 2
- 15
- 21
96
votes
8 answers
How to design a multi-user ajax web application to be concurrently safe
I have a web page that shows a large amount of data from the server. The communication is done via ajax.
Every time the user interacts and changes this data (Say user A renames something) it tells the server to do the action and the server returns…

Raynos
- 166,823
- 56
- 351
- 396
39
votes
2 answers
Implications of Android multiple user support (new in 4.2) for server side data model (e.g. android_id)
Google has just released Android 4.2, which includes support for multiple user profiles on a single device: http://developer.android.com/about/versions/android-4.2.html#MultipleUsers.
Google says that this will be transparent to apps, but I think it…

Tom
- 17,103
- 8
- 67
- 75
27
votes
7 answers
Setting up an MS-Access DB for multi-user access
We're thinking of "growing" a little MS-Access DB with a few tables, forms and queries for multiple users. (Using a different back-end is another, but more long-term option that is unfortunately currently not acceptable.)
Most users will be…

Thorsten
- 12,921
- 17
- 60
- 79
26
votes
1 answer
Thread safety of MySQL's Select Last_Insert_ID
I'm trying to make some SQL Server code also run on MySQL, and I just hit this land mine. Google says the normal approach is to simply do your insert and then select last_insert_ID() to find out what got written.
This does not strike me as safe in a…

Loren Pechtel
- 8,945
- 3
- 33
- 45
17
votes
13 answers
Is MS Access (JET) suitable for multiuser access?
I have a product designed to be a desktop product using MS Access file as a DB.
Now, some users need to install it in a few PCs (let's say 2 or 3) and SHARE the database.
I thought to place the MS Access file in a shared folder and access it from…

Romias
- 13,783
- 7
- 56
- 85
17
votes
6 answers
Multiple mouse pointers?
Is there a way to accept input from more than one mouse separately? I'm interested in making a multi-user application and I thought it would be great if I could have 2 or more users holding wireless mice each interacting with the app individually…

Jiaaro
- 74,485
- 42
- 169
- 190
11
votes
2 answers
Multiple Git Users On Same Machine
Our team shares a MacBook which everybody uses from time to time with one account on it, so we're all on the some login. To commit our code changes we're using SmartGitHg 4.5 (current Git version installed is 1.8.3.2). Since these commits can get a…

DenverCoder21
- 879
- 3
- 16
- 34
10
votes
5 answers
How can I have multiple git accounts on a single development machine?
I am trying to work simultaneously on more than one (two or three) GitLab (or even GitHub) projects on a single development machine. Because upon configuration the IDEs and the git service has the data of my primary user when I try to checkout or…

Ore0D3v
- 159
- 1
- 2
- 11
10
votes
1 answer
Is there an intent for uninstallation of an app for ALL users?
Background
The normal way to call for the uninstallation an app is simply by using the "ACTION_DELETE" intent :
startActivity(new Intent(Intent.ACTION_DELETE, Uri.parse("package:" +packageName)));
The problem
starting with some Android version…

android developer
- 114,585
- 152
- 739
- 1,270
10
votes
2 answers
Does In App Billing support multiple accounts?
Does InApp billing (V2 or V3) works for a user who uses several accounts and makes the purchase with an account that isn't the primary one?
PD: Some explanation required, no simple Yes/No

lujop
- 13,504
- 9
- 62
- 95
9
votes
1 answer
Massive multi-user realtime application with Google App Engine
I'm building a multiuser realtime application with Google App Engine (Python) that would look like the Facebook livestream plugin: https://developers.facebook.com/docs/reference/plugins/live-stream/
Which means: 1 to 1 000 000 users on the same…

Damien
- 439
- 5
- 16
9
votes
1 answer
Adding participants to XMPP chat rooms
I want to implement Group Chat in my application, for that purpose i am using MUC chat rooms to implement the same.
Here I want to add a list of members( i have the JID's) to the room.
I want to add them internally to all the members in the list.…

Gaurav Arora
- 8,282
- 21
- 88
- 143
8
votes
8 answers
How to set up a development environment in MS Access
I have created an MS Access 2003 application, set up as a split front-end/back-end configuration, with a user group of about five people. The front end .mdb sits on a network file server, and it contains all the queries, forms, reports, and VBA…

Dave Nicks
- 135
- 2
- 8
8
votes
2 answers
Android app doesn't look eligible for cloning
I am trying to clone my app for using multi-user accounts for the same app.
This is inbuilt feature for many manufacturer now. Some apps also support in doing so, like Cloneit, Parallel etc.
My issue is my app doesn't appear in the lists of…

xrnd
- 1,273
- 3
- 21
- 38