The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
19 views

Write all contact of a user to another user's Contact : Nexus Multiuser Functioanlity

I need to copy all contacts of a user to another newly created user's Contact, at USER_ADDED action. I am trying to share Contacts application, but its not possible. SO I thought it would be a good ...
0
votes
2answers
97 views

How to see who is using my Access 2003 database in network?

I actually have 2 questions: 1. How might I see who is using my Access database? E.g: There is someone with an Access database opened and it created the .ldb file, I would like to see a list of who ...
2
votes
3answers
176 views

Kohana 3.3 expanding the Auth module

I'm building an application using the Auth module for which I need at least 3 account types : Employer, Employee and Client. Since these accounts have different properties, functions and relationships ...
0
votes
1answer
34 views

Simple multi-user application

I have been searching a lot for info and examples of the principles of making a simple multi-user web application. The app i am going to make is used for deadline management and can be described as ...
1
vote
0answers
39 views

Multi-user global application on MAC OS X

Let's say that I have a service running on a MAC computer with the following reauirements: The service must be available even if there are no users logged in. From start to halt of the computer. ...
-4
votes
1answer
77 views

Using sleep in thread - Java [closed]

I am planning to implementing a multiuser system. Can I use sleep inside threads. Just want to know it will cause any blocking issues while running multiple threads.
0
votes
0answers
39 views

Determine active user in Kindle Fire Freetime

Is there any way to determine which user is currently active in Kindle's new Freetime feature? The reason I am wondering is because I have an app that has multiple user profiles built into it ...
0
votes
2answers
94 views

Determine Users on Android 4.2 Device

Is there any way to determine if there are other users installed on the device or if the device is being used a single user tablet? Along those lines is it possible to get the name, id, or Google ...
0
votes
0answers
166 views

Preventing Deadlock in Multi User Environment

The current situation: We develop a program to manage multiple e-Commerce Shops. Editing an order is a task that includes many tables and therefore it's neccessary to use transactions. If the last ...
3
votes
0answers
213 views

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 ...
4
votes
1answer
381 views

Storage common to all users in android 4.2

4.2 Jellybean now supports multiple users. However as per the docs, all calls to all the APIs to get storage location return locations private to the current user (eg: getExternalStorageDirectory()). ...
1
vote
2answers
952 views

Entity Framework data updates in a multi-user environment with central database

Let me explain the title. I'm using Entity Framework Code First in an application (TestApp). For debugging purposes the TestApp connects to an SQLExpress database (central database server). To keep ...
1
vote
1answer
225 views

Remove deleted items from first level cache in NHibernate? Or: how to check if cached items have been deleted?

We have a brownfield multi-user application (99% Delphi, 1% .net) which uses NHibernate for the persistency of the .net modules. In my application I can add categories to some entity. If I select one ...
1
vote
1answer
173 views

how to handle form editing in a Multi-user environment?

My application is Multi-user application with server and client. In this one form is access by multiple user at the same time and they can perform save as draft or submit action. The issue is that I ...
-1
votes
2answers
334 views

C# text file sharing scheme for multiple users

Instead of me writing from scratch a text file sharing windows form application, I thought I would simply ask if someone has a snippet (C#) or methodology that I could use? The application merely ...
1
vote
1answer
140 views

How can I get active rooms list with gloox lib?

I am writing an xmpp-based chat client using gloox 1.0. I can not find out the way to use gloox to get active rooms list on the server (rooms that other users have created). I use openfire as my local ...
3
votes
0answers
703 views

handling multiple iOS Game Center users in a persistent game

I have read http://developer.apple.com/library/ios/#DOCUMENTATION/NetworkingInternet/Conceptual/GameKit_Guide/Achievements/Achievements.html#//apple_ref/doc/uid/TP40008304-CH7-SW13. I'm puzzled about ...
0
votes
1answer
2k views

Multi-user login & remote desktop on Windows / Linux?

On Windows platforms, it seems either you can login as local user or as a remote user. Is there a way for multiple users to login to Windows? May be starting the telnet service can allow this? But ...
2
votes
1answer
962 views

Is running GNU Screen suid root the only way to make multiuser mode work?

I'm running Ubuntu 11.10 and GNU Screen version "4.00.03jw4", and I'm trying to use multiuser mode. The following process works for me: as user "first_user" > sudo chmod u+s /usr/bin/screen > ...
0
votes
1answer
228 views

CakePHP App-Structure: one DB & App vs. multiple DBs & Apps

I have a brief conceptional question: Recently, I started to develop an app in which I can (on the fly) create clients who, in turn, can create projects that have lots of other stuff (own logins, ...
0
votes
1answer
85 views

Multiuser Communication with Javascript

Can anyone recommend me links or books to build a multiuser application? My idea is an web app, with which users can play multiuser game on their browsers. I also want to create an app with phonegap, ...
2
votes
1answer
167 views

how to prevent user to changing/deleting other user data

I am creating multiuser application. created using php codeigniter And I am seeking the best practice or the best way to prevent user to changing/deleting other user data. I have some relational ...
1
vote
2answers
489 views

How to handle incoming data for JTable while editing a row?

imagine we have a client/server multiuser architecture. At any time a user is able to add a new TableRow in his JTable. The server gets informed and sends a message to all clients, so their data ...
1
vote
1answer
152 views

How to see in iPhone app that Google Document has changed?

I'm new in iPhone apps and GData API. I want to use Google Documents like a data storage for my multi-user application, there is a need to control access rights to data: If the first user takes ...
1
vote
1answer
251 views

How to don incremental multi user updates with NHibernate

I use nhibernate as my orm and i am trying to implement something that looks straightforward but has become unneccessarily difficult. It concerns how to implement concurrent updates to an entity where ...
1
vote
1answer
304 views

multiple users, multiple applications, one server

I have an idea for a web application that involves a multiple users, two different applications (which will be run from a user's local machine), and a remote database server. Databases stored on ...
2
votes
3answers
221 views

Determining user intent in a multi-user, multi-touch application

I am developing a surface application (though the platform isn't really relevant) that needs to track usage statistics and produce data that can analyzed to answer several usage related questions. ...
7
votes
5answers
12k views

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 ...
6
votes
8answers
972 views

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 ...
1
vote
3answers
3k views

multi-user application record locking - best method?

I'm developing a php / mysql application that handles multiple simultaneous users. I'm thinking of the best approach to take when it comes to locking / warning against records that are currently being ...
2
votes
3answers
1k views

Pessimistic versus Optimistic Concurrency (Locking versus Feedback)

I'm building an application with the following criteria: work items: items that need to be manually worked via the web by users (short one page form) Multiple users working 'work items' Each user ...
1
vote
10answers
2k views

Single Multi-User Checkout in Subversion - Possible?

In our organization, we have the following problem. We want to have our web tree revision-controlled, but many of us want to be able to alter (and check in) any file of that tree. We would also like ...
15
votes
6answers
7k views

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 ...